Upgrade clicaca; progress status, encryption of cache

This commit is contained in:
lash 2022-01-21 13:06:36 +00:00
parent 0ecc79f697
commit 867c6d72dc
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
5 changed files with 33 additions and 21 deletions

10
CHANGELOG Normal file
View File

@ -0,0 +1,10 @@
- 0.0.3
* Upgrade clicada: progress status and encryption of cache
- 0.0.2
* Upgrade clicada to allow auto-configuration override from ~/.config/cic/clicada
- 0.0.1
* Add cic-cli installer
* Add clicada installer
* Add systemd services
* Add cic-cache installer
* Add bloxberg installer

1
VERSION Normal file
View File

@ -0,0 +1 @@
0.0.3

View File

@ -1,37 +1,38 @@
alembic==1.4.2 alembic==1.4.2
amqp==2.6.1 amqp==2.6.1
asn1crypto==1.4.0 asn1crypto==1.4.0
attrs==21.2.0 attrs==21.4.0
billiard==3.6.4.0 billiard==3.6.4.0
cbor2==5.4.1 cbor2==5.4.1
celery==4.4.7 celery==4.4.7
certifi==2021.10.8 certifi==2021.10.8
cffi==1.14.6 cffi==1.14.6
chainlib==0.0.13 chainlib==0.0.17
chainlib-eth==0.0.13 chainlib-eth==0.0.21
chainsyncer==0.0.7 chainsyncer==0.0.7
charset-normalizer==2.0.7 charset-normalizer==2.0.10
cic==0.0.2 cic==0.0.2
cic-cache==0.3.0a2 cic-cache==0.3.0a2
cic-eth-registry==0.6.2 cic-contracts==0.0.5
cic-types==0.2.1a5 cic-eth-registry==0.6.6
clicada==0.0.2a3 cic-types==0.2.1a8
clicada==0.0.6a1
coincurve==15.0.0 coincurve==15.0.0
confini==0.5.3 confini==0.5.4
cryptography==3.2.1 cryptography==3.2.1
cytoolz==0.11.0 cytoolz==0.11.2
erc20-faucet==0.3.2 erc20-faucet==0.3.2
eth-accounts-index==0.1.2 eth-accounts-index==0.1.2
eth-address-index==0.2.4 eth-address-index==0.2.4
eth-contract-registry==0.7.2 eth-contract-registry==0.7.2
eth-erc20==0.1.2 eth-erc20==0.1.6
eth-hash==0.3.2 eth-hash==0.3.2
eth-token-index==0.2.4 eth-token-index==0.2.4
eth-typing==2.2.2 eth-typing==3.0.0
eth-utils==1.10.0 eth-utils==2.0.0
funga==0.5.1 funga==0.5.1
funga-eth==0.5.1 funga-eth==0.5.3
hexathon==0.1.0 hexathon==0.1.1
http-hoba-auth==0.2.1a3 http-hoba-auth==0.2.1a3
http-token-auth==0.0.1a6 http-token-auth==0.0.1a6
idna==3.3 idna==3.3
@ -41,7 +42,7 @@ kombu==4.6.11
Mako==1.1.5 Mako==1.1.5
MarkupSafe==2.0.1 MarkupSafe==2.0.1
moolb==0.2.0 moolb==0.2.0
okota==0.2.4 okota==0.2.6
phonenumbers==8.12.12 phonenumbers==8.12.12
potaahto==0.1.0 potaahto==0.1.0
psycopg2==2.8.6 psycopg2==2.8.6
@ -56,13 +57,13 @@ pytz==2021.3
PyYAML==5.3.1 PyYAML==5.3.1
redis==3.5.3 redis==3.5.3
requests==2.26.0 requests==2.26.0
rlp==2.0.1 rlp==3.0.0
semver==2.13.0 semver==2.13.0
six==1.15.0 six==1.15.0
SQLAlchemy==1.3.20 SQLAlchemy==1.3.20
toolz==0.11.1 toolz==0.11.2
urllib3==1.26.7 urllib3==1.26.8
usumbufu==0.3.3a3 usumbufu==0.3.5
uWSGI==2.0.19.1 uWSGI==2.0.19.1
vine==1.3.0 vine==1.3.0
vobject==0.9.6.1 vobject==0.9.6.1

View File

@ -1,3 +1,3 @@
cic-cache==0.3.0a2 cic-cache==0.3.0a2
clicada==0.0.6 clicada==0.0.6a1
cic==0.0.2 cic==0.0.2

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
want_cic_cache_version=0.3.0a2 want_cic_cache_version=0.3.0a2
want_cicada_version=0.0.2a3 want_cicada_version=0.0.6a1
#INSTALL_EVM=bloxberg #INSTALL_EVM=bloxberg
. aux/bdbg/bdbg.sh . aux/bdbg/bdbg.sh