Compare commits

...

6 Commits

Author SHA1 Message Date
nolash 16b400680c
Upgrade cic-eth in cic-ussd 2021-08-27 15:06:13 +02:00
nolash 9c84b32bab
Upgrade syncer 2021-08-27 14:56:57 +02:00
nolash 8ed969cc77
Bump chainqueue requirements 2021-08-27 09:46:06 +02:00
nolash a91af53b99
Update chainqueue tx-cache requirement of otx block number match 2021-08-27 09:43:40 +02:00
nolash 143a2e15f8
Upgrade chainqueue, chainsyncer 2021-08-26 10:17:48 +02:00
nolash da88ab67ba
Bump cic-eth version of cic-ussd 2021-08-26 08:21:24 +02:00
9 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
SQLAlchemy==1.3.20
cic-eth-registry>=0.6.1a2,<0.7.0
hexathon~=0.0.1a8
chainqueue>=0.0.3a2,<0.1.0
chainqueue>=0.0.4a6,<0.1.0
eth-erc20>=0.1.2a2,<0.2.0

View File

@ -10,7 +10,7 @@ version = (
0,
12,
4,
'alpha.4',
'alpha.6',
)
version_object = semver.VersionInfo(

View File

@ -1,3 +1,3 @@
celery==4.4.7
chainlib-eth>=0.0.9a3,<0.1.0
chainlib-eth>=0.0.9a6,<0.1.0
semver==2.13.0

View File

@ -1,5 +1,5 @@
chainqueue>=0.0.3a2,<0.1.0
chainsyncer[sql]>=0.0.6a1,<0.1.0
chainqueue>=0.0.4a6,<0.1.0
chainsyncer[sql]>=0.0.6a3,<0.1.0
alembic==1.4.2
confini>=0.3.6rc4,<0.5.0
redis==3.5.3

View File

@ -51,6 +51,7 @@ def test_ext_tx_collate(
tx_hash_hex,
tx_signed_raw_hex,
)
otx.block = 666
init_database.add(otx)
init_database.commit()

View File

@ -46,6 +46,7 @@ def test_set(
tx_hash_hex,
tx_signed_raw_hex,
)
otx.block = 666
init_database.add(otx)
init_database.commit()
@ -74,7 +75,6 @@ def test_set(
assert (tx_stored.destination_token_address == ZERO_ADDRESS)
assert (tx_stored.from_value == tx['value'])
assert (tx_stored.to_value == to_value)
assert (tx_stored.block_number == 666)
assert (tx_stored.tx_index == 13)

View File

@ -1,5 +1,5 @@
crypto-dev-signer>=0.4.15a1,<=0.4.15
chainqueue>=0.0.3a1,<0.1.0
chainqueue>=0.0.4a6,<0.1.0
cic-eth-registry>=0.6.1a2,<0.7.0
redis==3.5.3
hexathon~=0.0.1a8

View File

@ -1,7 +1,7 @@
# standard imports
import semver
version = (0, 3, 1, 'alpha.1')
version = (0, 3, 1, 'alpha.3')
version_object = semver.VersionInfo(
major=version[0],

View File

@ -1,7 +1,7 @@
alembic==1.4.2
bcrypt==3.2.0
celery==4.4.7
cic-eth[services]~=0.12.4a3
cic-eth[services]~=0.12.4a6
cic-notify~=0.4.0a10
cic-types~=0.1.0a14
confini>=0.4.1a1,<0.5.0