Compare commits

..

10 Commits

Author SHA1 Message Date
nolash
910d9ce5b1 Merge remote-tracking branch 'origin/master' into lash/transfer-authorization 2021-03-06 18:13:44 +01:00
nolash
6485f57045 Fix signature length error in unpack 2021-03-06 18:01:51 +01:00
nolash
ceafea7930 All tests pass after nonce changes 2021-03-05 21:11:20 +01:00
nolash
906c7f17d0 WIP rehabilitating tests after nonce task change 2021-03-05 20:33:05 +01:00
nolash
77f6eb193c WIP Bind nonce to root task uuid 2021-03-05 14:05:40 +01:00
nolash
195b1e3c9b Add debug output table 2021-03-04 09:05:05 +01:00
nolash
951ba52de4 Remove premature commit from nonce bump, avoid empty payload crash 2021-03-03 12:50:23 +01:00
nolash
5b3e72b0b7 Merge remote-tracking branch 'origin/master' into lash/transfer-authorization 2021-03-03 10:14:42 +01:00
nolash
5f5687e9fe Add transfer auth filters 2021-03-03 00:39:01 +01:00
nolash
7549c6ff97 Set up transfer authorization contract 2021-03-02 22:14:32 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ version = (
0,
10,
0,
'alpha.39',
'alpha.38',
)
version_object = semver.VersionInfo(

View File

@@ -7,7 +7,7 @@ billiard==3.6.3.0
celery==4.4.7
cffi==1.14.3
chainlib~=0.0.1a15
cic-eth==0.10.0a39
cic-eth==0.10.0a38
cic-notify==0.3.1
cic-types==0.1.0a8
click==7.1.2

View File

@@ -1,3 +1,3 @@
cic-base[full_graph]==0.1.1a12
cic-eth==0.10.0a39
cic-eth==0.10.0a38
cic-types==0.1.0a8

View File

@@ -31,7 +31,7 @@ set -e
set -a
# We need to not install these here...
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a39 chainlib==0.0.1a19 cic-contracts==0.0.2a2
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a38 chainlib==0.0.1a19 cic-contracts==0.0.2a2
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL --force-reinstall erc20-transfer-authorization==0.3.0a10
>&2 echo "create account for gas gifter"