-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove transaction receipt from logs to server * Update docs to include tx receipt * Add documentation on fname minification * Throw human friendly error when a Truffle contract is ID'd as a web3 contract * Support web3.js v1.2.0 * update Assist onboarding to recognize hardware wallets * disable web3 tests temporarily due to non-determinism * Reduce fragility of web3.test.js * Improve error handling for transactions, add notification for low gas error * Revert "Improve error handling for transactions, add notification for low gas error" This reverts commit 787648d. * Improve error handling for transactions, add notification for low gas error * Increment version * Remove nonce from txStallPending message as it hasn't been received from the server, update snapshot * Use try catch to be able to log if txStall custom message received to avoid breaking change * Change version to 0.10.0
- Loading branch information
1 parent
8e0b89a
commit afbf565
Showing
21 changed files
with
1,858 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
{ | ||
"path": "multidep_modules", | ||
"versions": { | ||
"web3": ["1.0.0-beta.55", "1.0.0-beta.46", "1.0.0-beta.35", "0.20.6"] | ||
"web3": [ | ||
"1.2.0", | ||
"1.0.0-beta.55", | ||
"1.0.0-beta.46", | ||
"1.0.0-beta.35", | ||
"0.20.6" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.