This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
v1.2 - Community Improvements and Greater Flexibility
FEATURES
- Can dynamicallly add contract with
addContract
method orADD_CONTRACT
event.- Special thanks to @asselstine for #64
- π Docs: Adding Contracts Dynamically
- No longer required to use Truffle artifacts, can use a contract's name and ABI.
- Special thanks to @asselstine for #64
- π Docs:
contracts
Option
- Can process all contracts at each block with the
syncAlways
option. Useful if you're using a proxy contract that obfuscates your contract's address. - Can configure contract events.
- Special thanks to @nharlow89 for #40
- π Docs:
events
Option
FIXES
- Transactions that are contract creation events (and other txs having no
to
field) no longer throw errors. Special thanks to @protolambda for #56. - Web3 init events now properly caught & Drizzle will now load asynchronously. Special thanks to @sklingler93 for #60.