Compare commits

...

2 Commits

Author SHA1 Message Date
lash 45785c8e9e
Remove superfluous arguments for settings instantiation 2022-05-06 07:47:04 +00:00
lash b002976ebd
Upgrade hexathon 2022-05-04 18:13:30 +00:00
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
- 0.1.3
* Remove superfluous arguments for chain settings instantiation
- 0.1.2
* Upgrade hexathon dep
- 0.1.1
* Add settings object
- 0.1.0
* Upgrade deps
- 0.0.23
* Configuration variable descriptions
* Arg flags to names listing method

View File

@ -4,7 +4,7 @@ from .chain import ChainSpec
class ChainSettings:
def __init__(self, include_sync=False, include_queue=False):
def __init__(self):
self.o = {}
self.get = self.o.get

View File

@ -1,4 +1,4 @@
funga~=0.5.2
pysha3==1.0.2
hexathon~=0.1.5
hexathon~=0.1.6
confini~=0.6.0

View File

@ -3,7 +3,7 @@ name=chainlib
license=WTFPL2
author_email=dev@holbrook.no
description=Generic blockchain access library and tooling
version=0.1.0
version=0.1.3
url=https://gitlab.com/chaintools/chainlib
author=Louis Holbrook