- Jun 22, 2017
-
-
Anton Gavrilov authored
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Alias keyethereum to empty for libraries/npm * Alias long-standing vertx warning to empty * Alias secp256k1 * remove package-lock.json (not active atm)
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Set process.browser * Empty fs module (keyethereum dep) * !==
-
- Jun 19, 2017
-
-
Stewart Mackenzie authored
* Ethereum Classic Monetary Policy Create a new parameter `ecip1017EraRounds`. When the block number passes one era rounds, the reward is reduced by 20%. See https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md * Update rewards for uncle miners for ECIP1017 In the monetary policy, the rewards are changed from "up to 7/8 of the reward" to "1/32 of the reward". * Fix an off-by-one error in ECIP1017 era calculation According to https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md, when in block number 5,000,000, it should still be in Era 1 (which in our code `era == 0`). So we need to check whether the `rem` equals to zero and act accordingly when calculating the era. * `ecip1017_era_rounds` missing from EthashParams when run in build bot * strip out ecip1017_eras_block_reward function and add unit test
-
Tomasz Drwięga authored
-
Maciej Hirsz authored
Fixed account selection for Dapps on public node
-
asynchronous rob authored
blacklist bad snapshot manifest hashes upon failure
-
GitLab Build Bot authored
-
Maciej Hirsz authored
Fix wrongly called timeouts
-
asynchronous rob authored
-
asynchronous rob authored
ArchiveDB and other small fixes
-
asynchronous rob authored
convert try!() to ?
-
Saulius Valatka authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
* ethstore-cli and ethkey-cli are workspace projects * evmbin is now a workspace project
-
- Jun 18, 2017
-
-
asynchronous rob authored
minor optimizations of the modexp builtin
-
Guanqun Lu authored
-
Guanqun Lu authored
-
Guanqun Lu authored
-
Guanqun Lu authored
-
Guanqun Lu authored
-
asynchronous rob authored
three small commits for HashDB and MemoryDB
-
asynchronous rob authored
use rust 1.18's retain to boost the purge performance
-
Guanqun Lu authored
-
Guanqun Lu authored
-
Guanqun Lu authored
-
- Jun 17, 2017
-
-
asynchronous rob authored
-
Denis S. Soldatov aka General-Beck authored
snap update
-
- Jun 16, 2017
-
-
GitLab Build Bot authored
-
asynchronous rob authored
Allow IPFS server to accept POST requests
-
asynchronous rob authored
Dutch i18n from #5802 for master
-
asynchronous rob authored
Typos in token deploy dapp ui
-
maciejhirsz authored
-
maciejhirsz authored
-
Rocco Stanzione authored
-
- Jun 15, 2017
-
-
asynchronous rob authored
A CLI flag to allow fast transaction signing when account is unlocked.
-
- Jun 14, 2017
-
-
Nicolas Gotchac authored
-
Tomasz Drwięga authored
-