Add eth adapter to tx helper

This commit is contained in:
nolash
2021-01-10 18:27:44 +01:00
parent 347e117eb9
commit f0e00152b7
6 changed files with 97 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
* 0.4.13-unreleased
- Implement DictKeystore
- Remove unused insert_key method in keystore interface
- Add transaction executor helper
- Add transaction executor helper, with adapter helper for eth
* 0.4.12
- Enforce hex strings in signer backend for sign message
* 0.4.11