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

feature: debug_traceCall RPC support #384

Closed

Commits on Oct 25, 2023

  1. Problem: Missing debug_traceCall RPC

    Solution: Implemented the RPC
    calvinaco committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ee2b893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b58b94b View commit details
    Browse the repository at this point in the history
  3. Fix linting issue

    calvinaco committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cb1e146 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Fix linting issue

    calvinaco committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    42962e0 View commit details
    Browse the repository at this point in the history
  2. Fixed a typo

    calvinaco committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4b5eee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Nov 2, 2023

  1. Add more integration tests

    calvinaco committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    89d5a0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:crypto-org-chain/ethermint into …

    …feature/debug_tracecall-debug
    XinyuCRO committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dab9d62 View commit details
    Browse the repository at this point in the history
  3. fix: compile

    XinyuCRO committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e2839c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix: remove debug parameter

    XinyuCRO committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c4a2692 View commit details
    Browse the repository at this point in the history
  2. chore: update geth

    XinyuCRO committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c33839f View commit details
    Browse the repository at this point in the history
  3. test: update test

    XinyuCRO committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    63ff4a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    2e70c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    275a7a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    411e641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d99b09 View commit details
    Browse the repository at this point in the history
  3. tests: add more js tracers

    XinyuCRO committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6d0c272 View commit details
    Browse the repository at this point in the history
  4. tests: add custom js tracers

    XinyuCRO committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    31ae03c View commit details
    Browse the repository at this point in the history
  5. wip: integration tests

    XinyuCRO committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0857f84 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of github.com:crypto-org-chain/ethermint into …

    …feature/debug_tracecall-debug
    XinyuCRO committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    befc089 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5445fa View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. chore: update geth

    XinyuCRO committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c89e579 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Merge branch 'develop' of github.com:crypto-org-chain/ethermint into …

    …feature/debug_tracecall-debug
    
    # Conflicts:
    #	go.mod
    #	proto/ethermint/evm/v1/evm.proto
    #	tests/integration_tests/expected_constants.py
    #	x/evm/types/evm.pb.go
    #	x/evm/types/query.pb.go
    XinyuCRO committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7ff5add View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fix: bypass ExecutionReverted error early return, return correspondin…

    …g response data from EVM
    XinyuCRO committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a391289 View commit details
    Browse the repository at this point in the history
  2. tests: update tracer tests

    XinyuCRO committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4feeb1d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge branch 'develop' of github.com:crypto-org-chain/ethermint into …

    …feature/debug_tracecall-debug
    
    # Conflicts:
    #	proto/ethermint/evm/v1/trace_config.proto
    #	rpc/backend/backend.go
    #	rpc/backend/tracing_test.go
    #	tests/integration_tests/test_tracers.py
    #	x/evm/keeper/grpc_query.go
    XinyuCRO committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b779425 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge branch 'develop' of github.com:crypto-org-chain/ethermint into …

    …feature/debug_tracecall-debug
    
    # Conflicts:
    #	x/evm/keeper/grpc_query.go
    #	x/evm/keeper/state_transition.go
    XinyuCRO committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b7e8e25 View commit details
    Browse the repository at this point in the history
  2. chore: add missing changes

    XinyuCRO committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7821453 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    0a1a705 View commit details
    Browse the repository at this point in the history
  2. chore: revert changes

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d47b0ea View commit details
    Browse the repository at this point in the history
  3. fix: safeInt

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    86fdf3f View commit details
    Browse the repository at this point in the history
  4. chore: remove unused code

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9ff1eb4 View commit details
    Browse the repository at this point in the history
  5. chore: update comment

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ce86161 View commit details
    Browse the repository at this point in the history
  6. chore: lint

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    77107a4 View commit details
    Browse the repository at this point in the history
  7. fix: lint

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    da3082a View commit details
    Browse the repository at this point in the history
  8. fix python lint

    yihuang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5b9fc34 View commit details
    Browse the repository at this point in the history
  9. fix: tracer config

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7a8a460 View commit details
    Browse the repository at this point in the history
  10. test: fix integration tests

    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8a93be0 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature/debug_tracecall-debug' of github.com:XinyuCRO/e…

    …thermint into feature/debug_tracecall-debug
    
    # Conflicts:
    #	tests/integration_tests/test_tracers.py
    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f480d4a View commit details
    Browse the repository at this point in the history
  12. Update rpc/backend/backend.go

    Co-authored-by: mmsqe <[email protected]>
    Signed-off-by: Xinyu <[email protected]>
    XinyuCRO and mmsqe authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d377b86 View commit details
    Browse the repository at this point in the history
  13. Update rpc/backend/tracing.go

    Co-authored-by: mmsqe <[email protected]>
    Signed-off-by: Xinyu <[email protected]>
    XinyuCRO and mmsqe authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9a4bd5e View commit details
    Browse the repository at this point in the history
  14. Update rpc/namespaces/ethereum/debug/api.go

    Co-authored-by: mmsqe <[email protected]>
    Signed-off-by: Xinyu <[email protected]>
    XinyuCRO and mmsqe authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b98c280 View commit details
    Browse the repository at this point in the history
  15. Update rpc/backend/tracing.go

    Co-authored-by: mmsqe <[email protected]>
    Signed-off-by: Xinyu <[email protected]>
    XinyuCRO and mmsqe authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    883865c View commit details
    Browse the repository at this point in the history
  16. Merge branch 'feature/debug_tracecall-debug' of github.com:XinyuCRO/e…

    …thermint into feature/debug_tracecall-debug
    XinyuCRO committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a1a5c44 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6e7469b View commit details
    Browse the repository at this point in the history
  18. fix isort

    yihuang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a7113f7 View commit details
    Browse the repository at this point in the history
  19. fix python lint

    yihuang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7299413 View commit details
    Browse the repository at this point in the history
  20. python linter

    yihuang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ae45b0b View commit details
    Browse the repository at this point in the history