diminator
|
ec08bca3d0
|
fulfillment preparations
|
2016-04-06 16:21:35 +02:00 |
|
diminator
|
4138842eed
|
import keys from cryptoconditions
set ed25519 as default
|
2016-03-23 19:14:59 +01:00 |
|
vrde
|
1fa47d4b5f
|
Move last methods to util
|
2016-03-03 03:09:54 +01:00 |
|
vrde
|
3bfb6bc4c4
|
Merge remote-tracking branch 'origin/develop' into feat/17/provide-a-restful-api
|
2016-02-24 12:02:54 +01:00 |
|
Rodolphe Marques
|
4326c863ac
|
Fixed how validate_transaction handles double spends.
Create tests.
Fixed some flake8 warnings
|
2016-02-23 13:48:31 +01:00 |
|
vrde
|
b3b54e7529
|
Move common code to util module
|
2016-02-22 23:46:32 +01:00 |
|
Rodolphe Marques
|
024817a4ac
|
Initial implementation of the fix
|
2016-02-22 19:45:55 +01:00 |
|
vrde
|
4c177a9946
|
Replace == with is for some tests
Replace all occurrences of:
- `== True` with `is True`
- `== False` with `is False`
- `== None` with `is None`
|
2016-02-18 11:42:34 +01:00 |
|
Sylvain Bellemare
|
df242a35c6
|
Use pytest fixtures instead of imports
|
2016-02-15 16:30:37 +01:00 |
|
Wrigley the Buffalo
|
841cabe8c6
|
Add code, have fun!
|
2016-02-10 19:55:33 +01:00 |
|