Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

EIP-1344 Add CHAINID op-code #10983

Merged
merged 113 commits into from
Aug 28, 2019
Merged

Commits on Aug 6, 2019

  1. Add client-traits crate

    Move the BlockInfo trait to new crate
    dvdplm committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    ddeef45 View commit details
    Browse the repository at this point in the history
  2. New crate machine

    Contains code extracted from ethcore that defines `Machine`, `Externalities` and other execution related code.
    dvdplm committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0d49c45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0465e6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ca45a View commit details
    Browse the repository at this point in the history
  5. Fix tests

    dvdplm committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    29d4095 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd6e0e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2477cbd View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into dp/chore/move-machine-to-own-crate

    * master:
      Allow default block parameter to be blockHash (#10932)
      Enable sealing when engine is ready (#10938)
      Fix some warnings and typos. (#10941)
    dvdplm committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    51ba2f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. fix test

    dvdplm committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c84a01f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2497f4 View commit details
    Browse the repository at this point in the history
  3. Add some docs

    dvdplm committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    1e43534 View commit details
    Browse the repository at this point in the history
  4. cleanup

    dvdplm committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    6d83cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e04d188 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into dp/chore/move-machine-to-own-crate

    * master:
      unify loading spec && further spec cleanups (#10948)
      refactor: Refactor evmbin CLI (#10742)
      journaldb changes (#10929)
    dvdplm committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    b6e91de View commit details
    Browse the repository at this point in the history
  7. Tweak docs

    dvdplm committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    bac7268 View commit details
    Browse the repository at this point in the history
  8. Add missing import

    dvdplm committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    978eb88 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Merge branch 'master' into dp/chore/move-machine-to-own-crate

    * master:
      Fix compiler warnings in util/io and upgrade to edition 2018 Upgrade mio to latest (#10953)
    dvdplm committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    d6273a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d6a94 View commit details
    Browse the repository at this point in the history
  3. Use latest ethabi-contract

    dvdplm committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    d5700d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Move many traits from ethcore/client/traits to client-traits crate

    Initial version of extracted Engine trait
    dvdplm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    83bb140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96fff3 View commit details
    Browse the repository at this point in the history
  3. Move a few snapshot related types to common_types

    Cleanup Executed as exported from machine crate
    dvdplm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    33aa152 View commit details
    Browse the repository at this point in the history
  4. fix warning

    dvdplm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    9b70856 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f76e5ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b3a8ca View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Sort out types outside ethcore

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    cecd69c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ab534 View commit details
    Browse the repository at this point in the history
  3. Document pub members

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    45c0497 View commit details
    Browse the repository at this point in the history
  4. Sort out tests

    Sort out default impls for EpochVerifier
    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    b11a21f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af485cc View commit details
    Browse the repository at this point in the history
  6. Sort out tests

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    f617bcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64b5c60 View commit details
    Browse the repository at this point in the history
  8. Fix missing traits

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    b1b6b46 View commit details
    Browse the repository at this point in the history
  9. More missing traits

    Fix Histogram
    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    881b71f View commit details
    Browse the repository at this point in the history
  10. Fix tests and cleanup

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    ddca9ee View commit details
    Browse the repository at this point in the history
  11. cleanup

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    d7d3f4b View commit details
    Browse the repository at this point in the history
  12. Put back needed logger import

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    b2f8be6 View commit details
    Browse the repository at this point in the history
  13. Don't rexport common_types from ethcore/src/client

    Don't export ethcore::client::*
    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    8ab2a02 View commit details
    Browse the repository at this point in the history
  14. Remove files no longer used

    Use types from the engine crate
    Explicit exports from engine::engine
    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    4aef5f2 View commit details
    Browse the repository at this point in the history
  15. Get rid of itertools

    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    951f63e View commit details
    Browse the repository at this point in the history
  16. Move a few more traits from ethcore to client-traits: BlockChainReset…

    …, ScheduleInfo, StateClient
    dvdplm committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    1c42cc1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    07b1c2d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e5e4bc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    b244bfb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dp/chore/extract-engine-trait

    * master:
      Extract Machine from ethcore (#10949)
      removed redundant state_root function from spec, improve spec error types (#10955)
      Add support for Energy Web Foundation's new chains (#10957)
      [evmbin] add more tests to main.rs (#10956)
    dvdplm committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    37be7b2 View commit details
    Browse the repository at this point in the history
  3. Fix merge resolution error

    dvdplm committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    88cfa7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4c9b9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e307ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db12d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Extract remaining engines

    dvdplm committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    e9e9d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5e970 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7ba4a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9dca59 View commit details
    Browse the repository at this point in the history
  5. cleanup

    dvdplm committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    6e3b365 View commit details
    Browse the repository at this point in the history
  6. Remove stuff from ethcore

    dvdplm committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    c92751a View commit details
    Browse the repository at this point in the history
  7. Don't use itertools

    dvdplm committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    61b0dd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. itertools in aura is legit-ish

    dvdplm committed Aug 15, 2019
    1 Configuration menu
    Copy the full SHA
    c79b7e2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dp/chore/extract-clique

    * master:
      Extract the Engine trait (#10958)
      Better error message for rpc gas price errors (#10931)
      [.gitlab.yml] cargo check ethcore benches (#10965)
      Verify transaction against its block during import (#10954)
      [evmbin] fix compilation (#10976)
      Update to latest trie version. (#10972)
      [blooms-db] Fix benchmarks (#10974)
      Fix ethcore/benches build. (#10964)
      tx-pool: accept local tx with higher gas price when pool full (#10901)
      Disable unsyncable expanse chain (#10926)
    dvdplm committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    42e1d57 View commit details
    Browse the repository at this point in the history
  3. More post-merge fixes

    dvdplm committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    663f13e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Re-export less types in client

    dvdplm committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0bd9176 View commit details
    Browse the repository at this point in the history
  2. cleanup

    dvdplm committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0bd3713 View commit details
    Browse the repository at this point in the history
  3. Extract spec to own crate

    dvdplm committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    7adcba0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43206dd View commit details
    Browse the repository at this point in the history
  5. Fix ethcore benchmarks

    dvdplm committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    4f76b1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a53c45 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. WIP

    dvdplm committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    5acd488 View commit details
    Browse the repository at this point in the history
  2. Add Cargo.toml

    dvdplm committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    77e03ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d17ab43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    208a3eb View commit details
    Browse the repository at this point in the history
  5. cleanup

    dvdplm committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    2ba0a5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc461f View commit details
    Browse the repository at this point in the history
  7. Cleanup

    dvdplm committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    b164c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. remove double semi-colons

    dvdplm committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    b38ae1c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dp/chore/extract-spec-from-ethcore

    * master:
      Fix rlp decode for inline trie nodes. (#10980)
      Private contract migration and offchain state sync (#10748)
      manual publish jobs for releases, no changes for nightlies (#10977)
    dvdplm committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    79e6000 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into dp/chore/sort-out-ClientIoMessage

    * master:
      Fix rlp decode for inline trie nodes. (#10980)
      Private contract migration and offchain state sync (#10748)
      manual publish jobs for releases, no changes for nightlies (#10977)
    dvdplm committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    6cd8b0d View commit details
    Browse the repository at this point in the history
  4. Add missing generic param

    dvdplm committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    451f540 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. More missing generics

    dvdplm committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    0c4991a View commit details
    Browse the repository at this point in the history
  2. Update ethcore/block-reward/Cargo.toml

    Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    dvdplm and tomusdrw authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    fbe0365 View commit details
    Browse the repository at this point in the history
  3. Update ethcore/engines/basic-authority/Cargo.toml

    Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    dvdplm and tomusdrw authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    fdd35c7 View commit details
    Browse the repository at this point in the history
  4. Update ethcore/engines/ethash/Cargo.toml

    Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    dvdplm and tomusdrw authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    0be9f98 View commit details
    Browse the repository at this point in the history
  5. Update ethcore/engines/clique/src/lib.rs

    Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    dvdplm and tomusdrw authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8fc5929 View commit details
    Browse the repository at this point in the history
  6. signers is already a ref

    dvdplm committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8077b51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f5c4d3 View commit details
    Browse the repository at this point in the history
  8. Add CHAINID opcode

    dvdplm committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    56b21cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a22870d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    791e99a View commit details
    Browse the repository at this point in the history
  11. Missing import

    dvdplm committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    77e76f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcd43d6 View commit details
    Browse the repository at this point in the history
  13. more missing chain_id

    dvdplm committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    08efe7f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea03b69 View commit details
    Browse the repository at this point in the history
  15. Update ethcore/src/snapshot/consensus/mod.rs

    Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
    dvdplm and tomusdrw authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ad35cb1 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into dp/chore/extract-clique

    * master:
      Add a 2/3 quorum option to Authority Round. (#10909)
      Fix rlp decode for inline trie nodes. (#10980)
      Private contract migration and offchain state sync (#10748)
      manual publish jobs for releases, no changes for nightlies (#10977)
    dvdplm committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    081e40e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    eb14ba5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dp/chore/extract-clique

    * master:
      Configuration map of block reward contract addresses (#10875)
    dvdplm committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    792e84e View commit details
    Browse the repository at this point in the history
  3. cleanup

    dvdplm committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    d438b6a View commit details
    Browse the repository at this point in the history
  4. add missing impl

    cleanup
    dvdplm committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a39199b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dp/chore/extract-clique' into dp/chore/extract-spec-fro…

    …m-ethcore
    
    * dp/chore/extract-clique:
      Configuration map of block reward contract addresses (#10875)
      Update ethcore/src/snapshot/consensus/mod.rs
      Add a 2/3 quorum option to Authority Round. (#10909)
      Missing import
      Rename supports_warp to snapshot_mode
      Introduce Snapshotting enum to distinguish the type of snapshots a chain uses
      Add an EngineType enum to tighten up Engine.name()
      signers is already a ref
      Update ethcore/engines/clique/src/lib.rs
      Update ethcore/engines/ethash/Cargo.toml
      Update ethcore/engines/basic-authority/Cargo.toml
      Update ethcore/block-reward/Cargo.toml
    dvdplm committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    70a5f87 View commit details
    Browse the repository at this point in the history
  6. missing import

    dvdplm committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    94c0a67 View commit details
    Browse the repository at this point in the history
  7. Fix import

    dvdplm committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    567d96c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e20af45 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into dp/chore/extract-spec-from-ethcore

    * master:
      Extract engines to own crates (#10966)
    dvdplm committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    c49895c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. double semi

    dvdplm committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    b34cfc4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dp/chore/extract-spec-from-ethcore' into dp/chore/sort-…

    …out-ClientIoMessage
    
    * dp/chore/extract-spec-from-ethcore:
      double semi
      Extract engines to own crates (#10966)
      Fix import
      missing import
      Configuration map of block reward contract addresses (#10875)
      Update ethcore/src/snapshot/consensus/mod.rs
      Add a 2/3 quorum option to Authority Round. (#10909)
      Missing import
      Rename supports_warp to snapshot_mode
      Introduce Snapshotting enum to distinguish the type of snapshots a chain uses
      Add an EngineType enum to tighten up Engine.name()
      signers is already a ref
      Update ethcore/engines/clique/src/lib.rs
      Update ethcore/engines/ethash/Cargo.toml
      Update ethcore/engines/basic-authority/Cargo.toml
      Update ethcore/block-reward/Cargo.toml
    dvdplm committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    8a8e90a View commit details
    Browse the repository at this point in the history
  3. Fix merge problem

    dvdplm committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3f8aecd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Merge branch 'master' into dp/chore/sort-out-ClientIoMessage

    * master:
      Extract spec to own crate (#10978)
      EIP 2028: transaction gas lowered from 68 to 16 (#10987)
    dvdplm committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    3ca11c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dp/chore/sort-out-ClientIoMessage' into dp/feature/eip-…

    …1344-add-ChainID-opcode
    
    * dp/chore/sort-out-ClientIoMessage:
      Extract spec to own crate (#10978)
      EIP 2028: transaction gas lowered from 68 to 16 (#10987)
      Fix merge problem
      double semi
      Extract engines to own crates (#10966)
      Fix import
      missing import
      Configuration map of block reward contract addresses (#10875)
      Update ethcore/src/snapshot/consensus/mod.rs
      Add a 2/3 quorum option to Authority Round. (#10909)
      Missing import
      Rename supports_warp to snapshot_mode
      Introduce Snapshotting enum to distinguish the type of snapshots a chain uses
      Add an EngineType enum to tighten up Engine.name()
      signers is already a ref
      Update ethcore/engines/clique/src/lib.rs
      Update ethcore/engines/ethash/Cargo.toml
      Update ethcore/engines/basic-authority/Cargo.toml
      Update ethcore/block-reward/Cargo.toml
    dvdplm committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    55e74fe View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. cleanup

    dvdplm committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    1fc96cc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Merge branch 'master' into dp/feature/eip-1344-add-ChainID-opcode

    * master:
      Make ClientIoMessage generic over the Client (#10981)
      bump spin to 0.5.2 (#10996)
      fix compile warnings (#10993)
      Fix compilation on recent nightlies (#10991)
      [ipfs] Convert to edition 2018 (#10979)
    dvdplm committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e28fce7 View commit details
    Browse the repository at this point in the history
  2. merge conflict error

    dvdplm committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    21980e8 View commit details
    Browse the repository at this point in the history
  3. Fix a few warnings

    dvdplm committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    d61a8fd View commit details
    Browse the repository at this point in the history
  4. Update ethcore/vm/src/schedule.rs

    Co-Authored-By: Andronik Ordian <write@reusable.software>
    dvdplm and ordian authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    b37cfff View commit details
    Browse the repository at this point in the history
  5. more merge fallout

    dvdplm committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    fb67175 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dp/feature/eip-1344-add-ChainID-opcode' of github.com:p…

    …aritytech/parity-ethereum into dp/feature/eip-1344-add-ChainID-opcode
    
    * 'dp/feature/eip-1344-add-ChainID-opcode' of github.com:paritytech/parity-ethereum:
      Update ethcore/vm/src/schedule.rs
    dvdplm committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    df61eb6 View commit details
    Browse the repository at this point in the history