-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [FEATURE] Use network specific storage for transaction cache. * Move switching provider to TimeNodeStore * [FIX] Mainnet DAY ABIs (#591) * Set a proper ABI for the contract DAY token * DAY token abi is same for all networks * [BUGFIX] Transaction Cache wrong transactions. (#599) * Enable provider change notification * Stop timenode when swithcing providers * Update snapshots * chore(package): update style-loader to version 0.23.0 (#588) * chore(package): update mobx to version 5.1.0 (#579) * Start scanning after restart (#604) * Disable faucet on the mainnet (#603) * Disable faucet on the mainnet * Use const netId * chore(package): update eslint-config-standard to version 12.0.0 (#605) * chore(package): update eslint-plugin-standard to version 4.0.0 (#602) * chore(package): update concurrently to version 4.0.1 (#607) Closes #571 * Update enzyme to the latest version 🚀 (#574) * chore(package): update enzyme to version 3.5.0 * chore(package): update enzyme-adapter-react-16 to version 1.3.0 * chore(package): update eslint-plugin-promise to version 4.0.0 (#542) * chore(package): update eslint-plugin-react to version 7.11.1 (#609) Closes #514 * Include TimeNode-specific provider when checking for active timenodes counter * [FIX] DAY token balance inconsistencies (#613) * Fix wrong network being sent to worker * Fix failing tests * Update package.json version * [FIX] DAY balance check (#619) * Fix checking DAY balance * Change stats and network info fetching logic * Review changes * Move wallet unlock logic from view to store * Show info that analytics will be shown after the TimeNode has been unlocked * [BUGFIX] Fix transactions not loading on Ropsten. (#621) * Update README.md * [FEATURE] Open external links in OS browser in Electron. (#622) * Only send active timenode when scanning started (#623) * chore(package): update enzyme-adapter-react-16 to version 1.3.1 (#625) * [FEATURE] Store cache in IndexedDB instead of Local Storage. (#626) * Electron: About (#627) * Add about screen * Override appName * Add version to menu.
- Loading branch information
1 parent
8ebd214
commit 7b7e73f
Showing
47 changed files
with
6,650 additions
and
4,969 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
HTTP_PROVIDER="https://rarely-suitable-shark.quiknode.io/87817da9-942d-4275-98c0-4176eee51e1a/aB5gwSfQdN4jmkS65F1HyA==/" | ||
KEEN_PROJECT_ID="5b6d8594c9e77c0001e7c578" | ||
KEEN_WRITE_KEY="07C0249B9640D2DD31A8BBB7281D319122C4A5AB37E7731EA6090C43526EC76CB79000C7CC2E5420B6AFB9B00444C21FE91C35932BAEA53DF02A84C1B0BA30E477192920F03DE51F116861313700BDF9323E0C16B3A74933A4B04D24A78EEBCA" | ||
KEEN_READ_KEY="86A450B303F3E14661589C48EAD1D54997D0166F8B5F9D9774034BE6165FCB5FB69D6A62D739E1B5F57AAA42FC83E8832549C738268612C90A228124D31E5F406E0E8CF73B770ED120132D422031466F2AB25965A437D61D7275499C0EEA67A6" |
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,4 +1,3 @@ | ||
HTTP_PROVIDER="https://rarely-suitable-shark.quiknode.io/87817da9-942d-4275-98c0-4176eee51e1a/aB5gwSfQdN4jmkS65F1HyA==/" | ||
KEEN_PROJECT_ID="5b6d8594c9e77c0001e7c578" | ||
KEEN_WRITE_KEY="07C0249B9640D2DD31A8BBB7281D319122C4A5AB37E7731EA6090C43526EC76CB79000C7CC2E5420B6AFB9B00444C21FE91C35932BAEA53DF02A84C1B0BA30E477192920F03DE51F116861313700BDF9323E0C16B3A74933A4B04D24A78EEBCA" | ||
KEEN_READ_KEY="86A450B303F3E14661589C48EAD1D54997D0166F8B5F9D9774034BE6165FCB5FB69D6A62D739E1B5F57AAA42FC83E8832549C738268612C90A228124D31E5F406E0E8CF73B770ED120132D422031466F2AB25965A437D61D7275499C0EEA67A6" |
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
Oops, something went wrong.