Skip to content

Bundled images and new txRequest notification

Compare
Choose a tag to compare
@cmeisl cmeisl released this 29 Mar 18:37
· 102 commits to master since this release

Numerous bug fixes and documentation updates, including:

  • added txRequest toaster UI (#57)
  • moved on-boarding dialog images into bundle so they display immediately (no additional GET request) (#51)
  • fixed infinite stacking of the same modal if it is called multiple times (#60)
  • fixed creating iFrame that is not used in headlessMode (#49)
  • removed UI for contract query fail event (#45)
  • log initial state via getState call in init() (#48)
  • refactored separateArgs function to be more robust (#52)
  • fixed how callbacks are called (#53)
  • added support for overloaded method calls (#54)
  • added onboarding status persistence
  • fixed bug where checks were using payable instead of constant to determine whether it was a send or call function
  • added more robust checking of custom tx message callbacks
  • fixed type bug on network check in onboardingWarningMsg (and added txRequest key in transactionMsgs)
  • added check to see if txObj exists to remove race condition between server and client confirms
  • added linting check and test run before build
  • change notifications to use confirm to be consistent with MM dialog