Skip to content

Bug fixes and more truffle contract tests

Compare
Choose a tag to compare
@cmeisl cmeisl released this 16 May 06:27
· 40 commits to master since this release
cea237c

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 transaction send (#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)