Bump version

This commit is contained in:
nolash 2021-09-13 16:35:45 +02:00
parent a3f8f92f9c
commit 6f28311e52
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
5 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,7 @@ from chainlib.cli import (
argflag_std_base,
Config as BaseConfig,
Wallet as BaseWallet,
Rpc as BaseRpc,
Flag,
Rpc as BaseRpc, Flag,
)
from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer
@ -107,6 +106,7 @@ class Config(BaseConfig):
@classmethod
def from_args(cls, args, arg_flags=0x0f, env=os.environ, extra_args={}, base_config_dir=None, default_config_dir=None, user_config_dir=None, default_fee_limit=None, logger=None, load_callback=None):
super(Config, cls).override_defaults(base_dir=cls.default_base_config_dir)
if default_fee_limit == None:
default_fee_limit = cls.default_fee_limit
config = BaseConfig.from_args(args, arg_flags=arg_flags, env=env, extra_args=extra_args, base_config_dir=base_config_dir, default_config_dir=default_config_dir, user_config_dir=user_config_dir, default_fee_limit=default_fee_limit, logger=logger, load_callback=load_callback)

View File

@ -1,6 +1,6 @@
[rpc]
http_provider = http://localhost:8545
provider =
provider = http://localhost:8545
auth =
credentials =
dialect = default

View File

@ -3,5 +3,5 @@ pysha3==1.0.2
hexathon~=0.0.1a8
websocket-client==0.57.0
potaahto~=0.0.1a1
chainlib==0.0.9a9
chainlib==0.0.9a10
confini>=0.4.1a1,<0.5.0

View File

@ -2,7 +2,7 @@
set -e
set -x
#export PYTHONPATH=${PYTHONPATH:.}
export PYTHONPATH=${PYTHONPATH:.}
for f in `ls tests/*.py`; do
python $f
done

View File

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