Skip to content

WIP: Fix events

dju requested to merge fixEvents into master

closes #49 (closed) using web3 to fetch all past events.

as i did not want to replace all other usages of ethjs, each contract object is now stored twice...

once in state.contracts and additionaly under state.contracts.w3

i suggest we replace all other usages of ethjs with web3 as well

Edited by dju

Merge request reports