Bug fixes and more truffle contract tests
This release addresses a few bugs and adds more tests. The bug fix for promiEvents
on transaction send
or correct contract methods required a small API change on the return value. See documentation for details at at https://github.com/blocknative/assist/blob/master/README.md#promievent
- updated documentation on API change for
promiEvent
returned from contract method call - added more truffle contract tests
- fixed transaction stall false positive (#177)
- fixed race condition with MM confirmation of transactions (#174)
- improved handling of
promiEvent
on transactionsend
(#179) - fixed dropping of some contract methods (#181)
- improved determination of possible duplicate transaction (#183)
- improved resilience of confirmation callback in web3 1.0 (#185)