Add tcp server

This commit is contained in:
nolash
2021-01-25 18:22:06 +01:00
parent 5b8f07bafc
commit e6072da8e4
3 changed files with 24 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
- 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
- Add tcp server
* 0.4.12
- Enforce hex strings in signer backend for sign message
* 0.4.11