Avoid empty nonce string from tx

This commit is contained in:
nolash
2021-01-12 14:50:52 +01:00
parent d07fc6c767
commit 468dd65462
5 changed files with 39 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
- Implement DictKeystore
- Remove unused insert_key method in keystore interface
- Add transaction executor helper, with adapter helper for eth
- Fix bitlength of integers in all tx fields before rlp encoding
* 0.4.12
- Enforce hex strings in signer backend for sign message
* 0.4.11