Skip to content
  1. Jun 29, 2017
    • Vurich's avatar
      Upgrade `elastic-array` to 0.9.0 · 3d8dc114
      Vurich authored
      This is a huge change, which includes some changes to replace code that
      originally cloned to reuse allocations instead. The updated
      `elastic-array` crate renames its consuming `Vec`-conversion method to
      `into_vec`, which means that I can do a simple
      `sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.
      
      This commit is probably a minor performance win and definitely a
      significant readability win.
      3d8dc114
  2. Jun 28, 2017
  3. Jun 27, 2017
  4. Jun 26, 2017
  5. Jun 23, 2017
  6. Jun 22, 2017
  7. Jun 19, 2017
    • Stewart Mackenzie's avatar
      Ethereum Classic Monetary Policy (#5741) · d152fa3e
      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
      d152fa3e
    • Tomasz Drwięga's avatar
      a19be3cb
    • Maciej Hirsz's avatar
      Merge pull request #5856 from paritytech/mh-pubnode-dappsigner · e871b7a0
      Maciej Hirsz authored
      Fixed account selection for Dapps on public node
      e871b7a0
    • asynchronous rob's avatar
      Merge pull request #5874 from paritytech/track-bad-snapshot-hashes · c8e176b2
      asynchronous rob authored
      blacklist bad snapshot manifest hashes upon failure
      c8e176b2