Bundled images and new txRequest notification
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 ofconstant
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 addedtxRequest
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