funga/CHANGELOG

34 lines
909 B
Plaintext
Raw Normal View History

* 0.4.2
- Upgrade rlp depencency
* 0.4.1
- Make dependency versions explicit in setup
2020-10-26 09:02:29 +01:00
* 0.4.0
- Handle hex inputs for int values in transaction dict
- Change signature for Web3 constructor to take provider instead of url
- Add script for importing private key from hex
2020-10-20 08:37:20 +02:00
* 0.3.0
- Implement SQLAlchemy for db backend
2020-10-18 10:32:23 +02:00
* 0.2.6
- Upgrade confini
* 0.2.5
- Add default env override
- Do not create middleware if ipc no set
2020-10-17 12:25:34 +02:00
* 0.2.4
- Remove hardcoded ipc path in middleware
* 0.2.3
- Use dsn and config for keystore database settings
2020-10-17 02:44:25 +02:00
* 0.2.2
- Use confini for configurations
* 0.2.1
- Fix hardcoded daemon signTransaction nonce
2020-09-20 10:00:59 +02:00
* 0.2.0
- Add import method to keystore interface
2020-09-19 14:23:23 +02:00
* 0.1.1
- Create key table only if not exist
* 0.1.0
2020-08-08 12:07:39 +02:00
- Package wrap with setup.py
- Fix hex prefix bug in tx serialization
2020-08-06 11:07:18 +02:00
* 0.0.1
- Introduce signer, transaction, keystore packages
- Add test for keystore and signer