Compare commits

..

8 Commits

Author SHA1 Message Date
nolash
1add4d615c Merge remote-tracking branch 'origin/master' into lash/okota 2021-10-07 22:55:30 +02:00
nolash
4e2793f026 Replace contract registry with okota backend version 2021-10-07 10:09:29 +02:00
nolash
a15a0ec04f Replaced account registry and token index with okota 2021-10-05 10:28:31 +02:00
nolash
795c901d37 Correct checksum rpc address in gas method 2021-10-02 18:27:09 +02:00
nolash
0fe97f4741 Retrigger ci 2021-10-02 16:08:44 +02:00
nolash
257e918349 All tests pass 2021-09-30 18:46:58 +02:00
nolash
24a11d85de Update cic-eth-registry, signer 2021-09-30 17:57:39 +02:00
nolash
69d31d202b Fix tx listing, rehabilitate api and filter tests (hex case problems) 2021-09-30 15:26:55 +02:00
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
cic-eth[tools]==0.12.4a8
chainlib-eth>=0.0.9rc4,<0.0.10
chainlib-eth>=0.0.9rc1,<0.1.0
chainlib==0.0.9rc1,<0.1.0
eth-erc20>=0.1.2a3,<0.2.0
erc20-demurrage-token>=0.0.5a2,<0.1.0

View File

@@ -121,9 +121,6 @@ export CIC_DEFAULT_TOKEN_SYMBOL=$CIC_DEFAULT_TOKEN_SYMBOL
export TOKEN_NAME=$TOKEN_NAME
" >> "${DEV_DATA_DIR}"/env_reset
confini-dump --schema-dir ./config
eth-contract-registry-list -i $CIC_CHAIN_SPEC -p $RPC_PROVIDER -e $CIC_REGISTRY_ADDRESS -u
set +a
set +e