Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug_traceTransaction RPC method support #196

Merged
merged 104 commits into from
Mar 31, 2021
Merged

debug_traceTransaction RPC method support #196

merged 104 commits into from
Mar 31, 2021

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    65763c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Merge remote-tracking branch 'origin/master' into tgm-debug

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	node/rpc/Cargo.toml
    #	node/standalone/Cargo.lock
    tgmichel committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ac8f384 View commit details
    Browse the repository at this point in the history
  2. Fix frontier version

    tgmichel committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    68e6c1b View commit details
    Browse the repository at this point in the history
  3. Cargo lock

    tgmichel committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2677fed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0848ec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Refactor + bootstrap impls

    tgmichel committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    80059f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Refactor response types

    tgmichel committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    61d5c4d View commit details
    Browse the repository at this point in the history
  2. Cargo lock

    tgmichel committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    c9fec48 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. ethereum-types 0.10.0

    tgmichel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    37401ce View commit details
    Browse the repository at this point in the history
  2. Error handling

    tgmichel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    150bfe0 View commit details
    Browse the repository at this point in the history
  3. Add storage field

    tgmichel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    380817d View commit details
    Browse the repository at this point in the history
  4. Copyright

    tgmichel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c77e31c View commit details
    Browse the repository at this point in the history
  5. Remove unused

    tgmichel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e21a5be View commit details
    Browse the repository at this point in the history
  6. Use evm getters

    tgmichel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4b844be View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    4fb8d23 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into tgm-debug

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	node/rpc/Cargo.toml
    #	node/rpc/src/lib.rs
    #	node/standalone/Cargo.lock
    #	runtime/Cargo.toml
    #	runtime/src/lib.rs
    tgmichel committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    9d23aab View commit details
    Browse the repository at this point in the history
  3. Update ethereum dependency

    tgmichel committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    cd55798 View commit details
    Browse the repository at this point in the history
  4. Update frontier pin

    tgmichel committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a4bc49a View commit details
    Browse the repository at this point in the history
  5. Fix fmt

    tgmichel committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    69b4bb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    a1d3050 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    432e44f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    decba98 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Use BlockchainBackend

    tgmichel committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c737ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36fce53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbe9661 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    8c9b61c View commit details
    Browse the repository at this point in the history
  2. Fix nesting

    tgmichel committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    7a2f061 View commit details
    Browse the repository at this point in the history
  3. Keep it simple

    tgmichel committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d5b92c1 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into tgm-debug

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	client/rpc-core/txpool/Cargo.toml
    #	client/rpc/txpool/Cargo.toml
    #	node/Cargo.toml
    #	node/rpc/Cargo.toml
    #	node/src/rpc.rs
    #	node/src/service.rs
    #	node/standalone/Cargo.lock
    #	node/standalone/Cargo.toml
    #	node/standalone/src/command.rs
    #	node/standalone/src/service.rs
    #	primitives/rpc/txpool/Cargo.toml
    #	runtime/Cargo.toml
    #	runtime/account/Cargo.toml
    #	runtime/precompiles/Cargo.toml
    #	runtime/precompiles/src/lib.rs
    #	runtime/src/lib.rs
    tgmichel committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e8d8b27 View commit details
    Browse the repository at this point in the history
  5. WIP update evm

    tgmichel committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    358d7a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    42af483 View commit details
    Browse the repository at this point in the history
  2. Fix some deps

    tgmichel committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    0f80928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50bf638 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9688898 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    8f9fdc1 View commit details
    Browse the repository at this point in the history
  2. Handle evm transfers

    tgmichel committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    40db263 View commit details
    Browse the repository at this point in the history
  3. Chunkify memory

    tgmichel committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    190636c View commit details
    Browse the repository at this point in the history
  4. No need to specify type

    tgmichel committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    b32b951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    652c62e View commit details
    Browse the repository at this point in the history
  6. Serialize U256 as low u64

    tgmichel committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4a9dd31 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Add cli debug option

    tgmichel committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    a81a653 View commit details
    Browse the repository at this point in the history
  2. Add debug option to ts tests

    tgmichel committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    c550eb3 View commit details
    Browse the repository at this point in the history
  3. Handle gas_limit

    tgmichel committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    4afe677 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. storage tracing (not tested)

    nanocryk committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3f4f5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52b0fa View commit details
    Browse the repository at this point in the history
  3. Move debug flag to RunCmd

    tgmichel committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0301d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8144f7b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. wip blockscout tracing

    nanocryk committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    8d77a94 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    7feb837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6650505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    963d45c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    95efe21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c972e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    312bc71 View commit details
    Browse the repository at this point in the history
  4. Move nested test to own fn

    tgmichel committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9d34309 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    tgmichel committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    05529ba View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into tgm-debug

    # Conflicts:
    #	Cargo.lock
    tgmichel committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    05c8400 View commit details
    Browse the repository at this point in the history
  7. 0x prefixes

    nanocryk committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    129ad75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2508cf3 View commit details
    Browse the repository at this point in the history
  9. Pass scheme to trace_create

    tgmichel committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8918f74 View commit details
    Browse the repository at this point in the history
  10. WIP fix staticcall

    tgmichel committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    e9c9d29 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    e8fe3d7 View commit details
    Browse the repository at this point in the history
  2. Bump spec_version

    tgmichel committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    6fd272f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    c264a84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ea229 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Add copyright

    tgmichel committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    177086a View commit details
    Browse the repository at this point in the history
  2. Prettier

    tgmichel committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    2e20e3a View commit details
    Browse the repository at this point in the history
  3. Change the tracer hash

    tgmichel committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d46206a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    2764059 View commit details
    Browse the repository at this point in the history
  2. Update tests

    tgmichel committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    2189066 View commit details
    Browse the repository at this point in the history
  3. Prettier

    tgmichel committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    46f2581 View commit details
    Browse the repository at this point in the history
  4. Update frontier pin

    tgmichel committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    2e6fcdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fefd6b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c67e1d8 View commit details
    Browse the repository at this point in the history
  7. Fix previous commit..

    tgmichel committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9438ae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    5b1408b View commit details
    Browse the repository at this point in the history
  2. Update frontier pin

    tgmichel committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c69752d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda07b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Update frontier

    tgmichel committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    196a605 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Fix trace_address fields

    nanocryk committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    798b267 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. fix runtime api

    nanocryk committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    7d4d8f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Merge branch 'master' into tgm-debug

    # Conflicts:
    #	moonbeam-types-bundle/package-lock.json
    #	node/src/command.rs
    #	node/src/dev_service.rs
    #	node/src/service.rs
    #	runtime/Cargo.toml
    #	runtime/src/lib.rs
    tgmichel committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    421687a View commit details
    Browse the repository at this point in the history
  2. Fix fmt

    tgmichel committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1e83666 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Update frontier + evm

    tgmichel committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d63dc0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into tgm-debug

    # Conflicts:
    #	Cargo.lock
    #	node/Cargo.toml
    #	node/src/rpc.rs
    #	node/src/service.rs
    #	runtime/Cargo.toml
    #	runtime/account/Cargo.toml
    #	runtime/precompiles/Cargo.toml
    tgmichel committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    2308fbf View commit details
    Browse the repository at this point in the history
  3. Sync with master

    tgmichel committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e84b2b0 View commit details
    Browse the repository at this point in the history
  4. Fix checker

    tgmichel committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f1a5a5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc4ef8b View commit details
    Browse the repository at this point in the history
  6. Update settings.json

    crystalin authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ab688bf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Remove old comments

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3d5e177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f032ee View commit details
    Browse the repository at this point in the history
  3. Bump sha3 0.9

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4f8cf26 View commit details
    Browse the repository at this point in the history
  4. Document evm extension

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c8ee74d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b6a725 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f190733 View commit details
    Browse the repository at this point in the history
  7. Fix checker

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    e08d2bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb614b3 View commit details
    Browse the repository at this point in the history
  9. Fix checker

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    754182c View commit details
    Browse the repository at this point in the history
  10. Try to fix docs

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    129e4b1 View commit details
    Browse the repository at this point in the history
  11. Document TraceRunner

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ff012bb View commit details
    Browse the repository at this point in the history
  12. Remove unused

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    5ef279d View commit details
    Browse the repository at this point in the history
  13. ethers 5.0.32

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c2b0d08 View commit details
    Browse the repository at this point in the history
  14. Remove comment

    tgmichel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    31c0d6c View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into tgm-debug

    Crystalin committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1b2f7cc View commit details
    Browse the repository at this point in the history