Brett Sun
|
eb362fd6e9
|
Fix equality check for AssetLinks (#825)
|
2016-11-16 11:21:25 +01:00 |
|
Rodolphe Marques
|
c068f04a82
|
Replaced VerifyingKey with PublicKey
Replaced SigningKey with PrivateKey
Replaced all occurences of signing key with private key
Replaced all occurences of verifying key with public key
|
2016-11-10 17:01:06 +01:00 |
|
Rodolphe Marques
|
bca7939f6c
|
Added an AssetLink class to link to a Asset from a TRANSFER transaction
|
2016-11-10 13:18:20 +01:00 |
|
Rodolphe Marques
|
a2e28ae806
|
addressed comments
|
2016-11-09 17:48:39 +01:00 |
|
Rodolphe Marques
|
efb5439044
|
updated docstrings
addressed added todos
|
2016-11-09 14:56:14 +01:00 |
|
Rodolphe Marques
|
dccbc3c1fe
|
pep8 fixes
|
2016-11-09 14:25:42 +01:00 |
|
Rodolphe Marques
|
e35d2899b5
|
Removed support for custom threshold
Removed support for hashlocks
Unskipped tests that were skipped waiting for divisible assets
Fixed remaining tests
|
2016-11-09 13:32:18 +01:00 |
|
Rodolphe Marques
|
19cfe172ea
|
Added support for multiple owners_before in CREATE transactions
Added some type checking
Remove code for hashlocks and timelocks. They were partially implemented
features that we need to revisit.
|
2016-11-08 17:41:53 +01:00 |
|
Rodolphe Marques
|
3ac530617c
|
Fixed some tests
|
2016-11-06 22:35:39 +01:00 |
|
Rodolphe Marques
|
48084ec47a
|
multiple outputs in create transaction
|
2016-11-04 15:34:39 +01:00 |
|
Rodolphe Marques
|
dd382ee4e6
|
Added ability to CREATE divisible assets
|
2016-11-03 15:57:05 +01:00 |
|
Sylvain Bellemare
|
2dd9249f21
|
Add __init__.py files
somehow find_packages does not seem to be able to find the package,
although it should not be the case for > 3.2; see docs:
> On Python 3.2 and earlier, packages are only recognized if they
> include an __init__.py file.
http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages
|
2016-10-26 15:00:06 +02:00 |
|
Sylvain Bellemare
|
ea9dfaf1e5
|
Replace bigchaindb_common pkg by bigchaindb.common
|
2016-10-24 17:01:43 +02:00 |
|
Sylvain Bellemare
|
ff7cf0863f
|
Copy conftest from bigchaindb-common - by @timdaub
|
2016-10-24 15:59:49 +02:00 |
|
Sylvain Bellemare
|
b240ef79d3
|
Extract common tests
|
2016-10-24 14:43:28 +02:00 |
|