Upgrade chainlib, switch to funga for signer
This commit is contained in:
parent
dee523bada
commit
9018aefcbe
@ -299,7 +299,7 @@ class TxFactory:
|
|||||||
:param chain_spec: Chain spec to use for signer.
|
:param chain_spec: Chain spec to use for signer.
|
||||||
:type chain_spec: chainlib.chain.ChainSpec
|
:type chain_spec: chainlib.chain.ChainSpec
|
||||||
:param signer: Signer middleware.
|
:param signer: Signer middleware.
|
||||||
:type param: Object implementing interface ofchainlib.eth.connection.sign_transaction_to_wire
|
:type param: Object implementing interface of chainlib.eth.connection.sign_transaction_to_wire
|
||||||
:param gas_oracle: Backend to generate gas parameters
|
:param gas_oracle: Backend to generate gas parameters
|
||||||
:type gas_oracle: Object implementing chainlib.eth.gas.GasOracle interface
|
:type gas_oracle: Object implementing chainlib.eth.gas.GasOracle interface
|
||||||
:param nonce_oracle: Backend to generate gas parameters
|
:param nonce_oracle: Backend to generate gas parameters
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
crypto-dev-signer>=0.4.15a4,<=0.4.15
|
funga-eth>=0.5.0a1,<0.6.0
|
||||||
pysha3==1.0.2
|
pysha3==1.0.2
|
||||||
hexathon~=0.0.1a8
|
hexathon~=0.0.1a8
|
||||||
websocket-client==0.57.0
|
websocket-client==0.57.0
|
||||||
potaahto~=0.0.1a1
|
potaahto~=0.0.1a1
|
||||||
chainlib==0.0.9rc1
|
chainlib==0.0.10a1
|
||||||
confini>=0.4.1a1,<0.5.0
|
confini>=0.4.1a1,<0.5.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = chainlib-eth
|
name = chainlib-eth
|
||||||
version = 0.0.10a1
|
version = 0.0.10a2
|
||||||
description = Ethereum implementation of the chainlib interface
|
description = Ethereum implementation of the chainlib interface
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
Loading…
Reference in New Issue
Block a user