Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(package): update electron to version 2.0.8 * [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. * [FEATURE] Apply DRY principle to getting web3 provider. (#629) * chore(package): update webpack to version 4.17.2 (#633) * stop abusing nodes and stats * make the start sequence async * remove unnecesasry checks * remove console.log * rm trailing spaces * Predefined tokens on mainnet (#641) * chore(package): update mobx-react to version 5.2.6 (#636) * chore(package): update bluebird to version 3.5.2 (#632) * chore(package): Greenkeeper/monorepo.enzyme 1.5.0 (#644) * chore(package): update enzyme to version 3.6.0 Closes #634 * chore(package): update enzyme-adapter-react-16 to version 1.5.0 Closes #634 * chore(package): update autoprefixer to version 9.1.5 (#645) Closes #635 * [FEATURE] Improved Dashboard (#638) * Initial dash * Add pagination, improve style.scss * Add separate component for actions table * Add pagination * Exact version * Remove zombie code * Rename concatActions to combineActions for clarity * [FIX][TimeNode] Miscellaneous Fixes (#647) * Fix Actions table column widths, fix pagination ... linking nowhere * Margins improvement * Only show "Showing actions: 1-100/500" when there are some actions * Fix clearing stats event not emitted * [FIX] TimeMint Check (#648) * Fix timemint check * Init to null * 1.0.0-rc.4 * chore(package): update electron-builder to version 20.28.4 (#642) * chore(package): update browserslist to version 4.1.1 (#639) * chore(package): update webpack-dev-server to version 3.1.7 (#615) * chore(package): update babel-eslint to version 9.0.0 (#590) * Merge remote-tracking branch 'origin/master' into develop * Fixes an issue with exports failing on tests (#650) * Remove duplicate method. * [FIX] Dashboard links on Electron (#649) * Merge 'master' into 'develop' fix (#651) * Update react to the latest version 🚀 (#652) * chore(package): update react to version 16.5.0 * chore(package): update react-dom to version 16.5.0 * chore(package): update react-test-renderer to version 16.5.0 * [FIX] Misc fixes (#657) * Fix error that uses checked attr without onClick * Match color of the pagination selected pagae * Only show pagination when there is more than 1 page * Rename TimeNodeStatistics file to TimeNodeDashboard * Fix resetting stats when detaching the wallet * chore(package): update @ethereum-alarm-clock/timenode-core to version 5.2.0 (#659) * reordEvent (#658)
- Loading branch information