patch: Update chainlib-eth

This commit is contained in:
Louis Holbrook 2021-11-04 11:12:42 +00:00
parent 5063b08b42
commit dde53e08cd
4 changed files with 1 additions and 4 deletions

View File

@ -204,7 +204,6 @@ class CICEth(Extension):
else:
r = o
logg.debug('>>>>>>>>>>>>>>>>>>>>>>>>>> token index result {} {}'.format(r, o))
writer.write('token_index', r.encode('utf-8'))
self.add_outputs('token_index', r)
return r

View File

@ -43,7 +43,6 @@ class Processor:
for task in tasks:
a = self.cores.get(task)
logg.debug('>>>>>>> checking task {} {}'.format(task, a))
if a == None:
logg.debug('skipping missing task receiver "{}"'.format(task))
continue

View File

@ -112,7 +112,6 @@ class Proof(Data):
if writer == None:
writer = self.writer
(k, v) = self.root()
writer.write(k, v)

View File

@ -1,4 +1,4 @@
chainlib-eth>=0.0.10a5,<0.1.0
chainlib-eth>=0.0.10a20,<0.1.0
funga-eth>=0.5.1a1,<0.6.0
eth-token-index>=0.2.4a1,<0.3.0
eth-address-index>=0.2.4a1,<0.3.0