funga/CHANGELOG

13 lines
329 B
Plaintext
Raw Normal View History

* 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