3 Commits

Author SHA1 Message Date
lash
79a1123dc8 Upgrade chainlib, allow passphrase file for wallet key 2022-02-20 18:27:51 +00:00
lash
5c09630b6e Skip buggy hexathon 2022-02-14 13:57:37 +00:00
lash
e9f31ed7f1 Make block by number compatible with geth 2022-02-12 12:30:52 +00:00
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
- 0.0.25:
* Upgrade chainlib to get passphrase file for wallet keyfile
- 0.0.24:
* Upgrade from hexathon bug breaking compact hex function
- 0.0.23:
* Make get block args and responses compatible with picky golang marhaling in geth
- 0.0.22:

View File

@@ -36,7 +36,6 @@ def block_by_number(n, include_tx=True, id_generator=None):
"""
hx = strip_0x(hex(n))
nhx = add_0x(compact(hx), compact_value=True)
print('>>>>> hx {}'.format(hx))
j = JSONRPCRequest(id_generator)
o = j.template()
o['method'] = 'eth_getBlockByNumber'

View File

@@ -1,7 +1,7 @@
funga-eth~=0.5.3
pysha3==1.0.2
hexathon~=0.1.2
hexathon~=0.1.3
websocket-client==0.57.0
potaahto~=0.1.0
chainlib~=0.0.17
chainlib~=0.0.19
confini~=0.5.3

View File

@@ -1,6 +1,6 @@
[metadata]
name = chainlib-eth
version = 0.0.23
version = 0.0.25
description = Ethereum implementation of the chainlib interface
author = Louis Holbrook
author_email = dev@holbrook.no