Handle hex inputs for tx create

This commit is contained in:
nolash
2020-10-26 09:02:29 +01:00
parent d46d0620fa
commit b7a35ea181
9 changed files with 131 additions and 27 deletions

View File

@@ -1,3 +1,7 @@
* 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
* 0.3.0
- Implement SQLAlchemy for db backend
* 0.2.6