Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Problem: traceTransaction fails for succesful tx #720

Merged
merged 32 commits into from
Nov 9, 2021

Commits on Nov 5, 2021

  1. Problem: traceTransaction fails for succesful tx

    Solution:
    - Change the context to the begining of the block, rather than the end
      of it, while override block context to correct one
    
    pass predecessors
    
    pass current block information to grpc query
    yihuang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7233abb View commit details
    Browse the repository at this point in the history
  2. changelog

    yihuang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1b27db1 View commit details
    Browse the repository at this point in the history
  3. fix build

    yihuang committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f1c7d55 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. fix lint

    yihuang committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f5e0a6c View commit details
    Browse the repository at this point in the history
  2. refactor traceBlock

    crypto-facs committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2f9197c View commit details
    Browse the repository at this point in the history
  3. update protobuf

    crypto-facs committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    eeb7d22 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. fix Predecessors

    yihuang committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    346105b View commit details
    Browse the repository at this point in the history
  2. traceBlock refactor

    crypto-facs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e1ff8fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84b6e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8034d60 View commit details
    Browse the repository at this point in the history
  5. Update proto/ethermint/evm/v1/tx.proto

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fa47b90 View commit details
    Browse the repository at this point in the history
  6. Update proto/ethermint/evm/v1/query.proto

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    bb7c8cb View commit details
    Browse the repository at this point in the history
  7. Update proto/ethermint/evm/v1/query.proto

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    042c4df View commit details
    Browse the repository at this point in the history
  8. Update proto/ethermint/evm/v1/query.proto

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4e99b42 View commit details
    Browse the repository at this point in the history
  9. Update proto/ethermint/evm/v1/query.proto

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fb9cb2f View commit details
    Browse the repository at this point in the history
  10. Update proto/ethermint/evm/v1/query.proto

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    28946cb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. fix conflicts

    crypto-facs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5826910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55fa23 View commit details
    Browse the repository at this point in the history
  3. fix build

    crypto-facs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2468ec8 View commit details
    Browse the repository at this point in the history
  4. Update rpc/ethereum/namespaces/debug/api.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0a3ee7d View commit details
    Browse the repository at this point in the history
  5. Update rpc/ethereum/namespaces/debug/api.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    40e9675 View commit details
    Browse the repository at this point in the history
  6. Update rpc/ethereum/namespaces/debug/api.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4f3f827 View commit details
    Browse the repository at this point in the history
  7. Update rpc/ethereum/namespaces/debug/api.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3d1ea65 View commit details
    Browse the repository at this point in the history
  8. remove prealloc

    crypto-facs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f493ccf View commit details
    Browse the repository at this point in the history
  9. add traceBlock test

    crypto-facs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0567e8f View commit details
    Browse the repository at this point in the history
  10. Update x/evm/keeper/grpc_query.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    crypto-facs and fedekunze authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    74b491a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    805d2e4 View commit details
    Browse the repository at this point in the history
  12. use bytes2Hex

    crypto-facs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2c9c9f2 View commit details
    Browse the repository at this point in the history
  13. fix error message

    crypto-facs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    14203f8 View commit details
    Browse the repository at this point in the history
  14. add comment

    crypto-facs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1ea5970 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    417624a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5cd28c3 View commit details
    Browse the repository at this point in the history