Remove leading 0x00 from signature elements, add tx generation script

This commit is contained in:
nolash
2021-02-07 11:55:40 +01:00
parent 2a8782ad04
commit 1af7bdaacd
4 changed files with 158 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
- Add transaction executor helper, with adapter helper for eth
- Fix bitlength of integers in all tx fields before rlp encoding
- Add tcp server
- Fix RLP encoding bug on signature elements with 0x00 in first position
* 0.4.12
- Enforce hex strings in signer backend for sign message
* 0.4.11