This repository was archived by the owner on Sep 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release candidate version * fix json formatting * Make tests readable again * Using same node version as electron * Update eslint * Add eslint-plugin-import * Add ecmaVersion and globals * Add eslint-plugin-react * Update prettier * Set env es6 * Enable attaching geth with a private network (#3916) * Better checking of blockNumber * reject promise if unknown network * Better setting of network in store * Remove console.logs * Removes stale test * Disables other networks on private * Fix showing clientUpdateAvailable popup * update to geth 1.8.10 (#3925) * Enabling linux .deb builds (#3914) * Temporarily disabling tests, so we skip to the build process * Enabling .deb builds * Adding gulp verify-artifacts * Add gulp task to pipeline * Re-enabling tests on Travis * unzip package naming * Removing node-unzip-2 from package.json (already included in subdependency) * Using ethereum-client-binaries from npm instead of github * Introduces local debug server (#3922) * Introduces local debug server * Move `node-unzip-2` from devDependencies to dependencies * Fresh install (#3941) * Install wallet deps prior to building (#3940) * When gas estimate fails, defaults to 1M gas but allow tx (#3946) * When gas estimate fails, defaults to 1M gas but allow tx * Allow eth_estimateGas to route to Infura * Adds local wallet in asar file (#3951) * load wallet from local asar package * refactoring exec statement * Minor refactor * Cleaning yarn.lock conflicted strings; adding asar package * Local wallet inside app.asar * Update README.md * layout changes for admin tab * * Add gulp pack-wallet to postinstall script * In pack-wallet: Remove ./meteor-dapp-wallet after generating ./wallet * Add ./wallet to .gitignore * change breadcrumb behavior * Gracefully handle ws errors * Disables wallet refreshing * Add meteor-build-client to devDependencies so it does not need to be installed globally * Updates test to reflect removed wallet url input * Set wallet as first tab * Change default browser url * Update/improve sortable code * Enabling partition mode for local wallet * Dealing with local files url matching * Updating test case * Skips connect on account creation (#3963) * Fixes routing certain jsonrpc requests to local node in production (#3966) * Fix routing jsonrpc requests to local node in production * Fix showing log dir if log has been rotated * Remove debug logs * Update infura websockets url to include mist tracking * update geth to 1.8.11 (#3962) * Gas estimation fixes (#3970) * Changing hardcoded block gas limit * Fixing promise; Changing gasAmount fallback value * Handling timeouts better * Fixes disabled menu buttons (#3967)
- Loading branch information
1 parent
d2735b4
commit 2ff3fad
Showing
6 changed files
with
99 additions
and
77 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
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
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