Upgrade clicaca; progress status, encryption of cache
This commit is contained in:
		
							parent
							
								
									0ecc79f697
								
							
						
					
					
						commit
						867c6d72dc
					
				
							
								
								
									
										10
									
								
								CHANGELOG
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								CHANGELOG
									
									
									
									
									
										Normal 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,37 +1,38 @@
 | 
			
		||||
alembic==1.4.2
 | 
			
		||||
amqp==2.6.1
 | 
			
		||||
asn1crypto==1.4.0
 | 
			
		||||
attrs==21.2.0
 | 
			
		||||
attrs==21.4.0
 | 
			
		||||
billiard==3.6.4.0
 | 
			
		||||
cbor2==5.4.1
 | 
			
		||||
celery==4.4.7
 | 
			
		||||
certifi==2021.10.8
 | 
			
		||||
cffi==1.14.6
 | 
			
		||||
chainlib==0.0.13
 | 
			
		||||
chainlib-eth==0.0.13
 | 
			
		||||
chainlib==0.0.17
 | 
			
		||||
chainlib-eth==0.0.21
 | 
			
		||||
chainsyncer==0.0.7
 | 
			
		||||
charset-normalizer==2.0.7
 | 
			
		||||
charset-normalizer==2.0.10
 | 
			
		||||
cic==0.0.2
 | 
			
		||||
cic-cache==0.3.0a2
 | 
			
		||||
cic-eth-registry==0.6.2
 | 
			
		||||
cic-types==0.2.1a5
 | 
			
		||||
clicada==0.0.2a3
 | 
			
		||||
cic-contracts==0.0.5
 | 
			
		||||
cic-eth-registry==0.6.6
 | 
			
		||||
cic-types==0.2.1a8
 | 
			
		||||
clicada==0.0.6a1
 | 
			
		||||
coincurve==15.0.0
 | 
			
		||||
confini==0.5.3
 | 
			
		||||
confini==0.5.4
 | 
			
		||||
cryptography==3.2.1
 | 
			
		||||
cytoolz==0.11.0
 | 
			
		||||
cytoolz==0.11.2
 | 
			
		||||
erc20-faucet==0.3.2
 | 
			
		||||
eth-accounts-index==0.1.2
 | 
			
		||||
eth-address-index==0.2.4
 | 
			
		||||
eth-contract-registry==0.7.2
 | 
			
		||||
eth-erc20==0.1.2
 | 
			
		||||
eth-erc20==0.1.6
 | 
			
		||||
eth-hash==0.3.2
 | 
			
		||||
eth-token-index==0.2.4
 | 
			
		||||
eth-typing==2.2.2
 | 
			
		||||
eth-utils==1.10.0
 | 
			
		||||
eth-typing==3.0.0
 | 
			
		||||
eth-utils==2.0.0
 | 
			
		||||
funga==0.5.1
 | 
			
		||||
funga-eth==0.5.1
 | 
			
		||||
hexathon==0.1.0
 | 
			
		||||
funga-eth==0.5.3
 | 
			
		||||
hexathon==0.1.1
 | 
			
		||||
http-hoba-auth==0.2.1a3
 | 
			
		||||
http-token-auth==0.0.1a6
 | 
			
		||||
idna==3.3
 | 
			
		||||
@ -41,7 +42,7 @@ kombu==4.6.11
 | 
			
		||||
Mako==1.1.5
 | 
			
		||||
MarkupSafe==2.0.1
 | 
			
		||||
moolb==0.2.0
 | 
			
		||||
okota==0.2.4
 | 
			
		||||
okota==0.2.6
 | 
			
		||||
phonenumbers==8.12.12
 | 
			
		||||
potaahto==0.1.0
 | 
			
		||||
psycopg2==2.8.6
 | 
			
		||||
@ -56,13 +57,13 @@ pytz==2021.3
 | 
			
		||||
PyYAML==5.3.1
 | 
			
		||||
redis==3.5.3
 | 
			
		||||
requests==2.26.0
 | 
			
		||||
rlp==2.0.1
 | 
			
		||||
rlp==3.0.0
 | 
			
		||||
semver==2.13.0
 | 
			
		||||
six==1.15.0
 | 
			
		||||
SQLAlchemy==1.3.20
 | 
			
		||||
toolz==0.11.1
 | 
			
		||||
urllib3==1.26.7
 | 
			
		||||
usumbufu==0.3.3a3
 | 
			
		||||
toolz==0.11.2
 | 
			
		||||
urllib3==1.26.8
 | 
			
		||||
usumbufu==0.3.5
 | 
			
		||||
uWSGI==2.0.19.1
 | 
			
		||||
vine==1.3.0
 | 
			
		||||
vobject==0.9.6.1
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,3 @@
 | 
			
		||||
cic-cache==0.3.0a2
 | 
			
		||||
clicada==0.0.6
 | 
			
		||||
clicada==0.0.6a1
 | 
			
		||||
cic==0.0.2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user