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

Add new RPC methods debug_getRawBlock, debug_getRawReceipts, debug_getRawHeader, debug_getRawTransaction #6368

Merged
merged 44 commits into from
Dec 21, 2023

Commits on Aug 24, 2022

  1. Fix peer header when no peers to show (#4411)

    * Fix peer header when no peers to show
    
    * Only order once
    
    * Better fix maybe
    
    * Applying lukasz suggestion
    smartprogrammer93 authored and rubo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c6593a4 View commit details
    Browse the repository at this point in the history
  2. Revise product version (#4322)

    rubo committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8779c1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164fe9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d2764c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6688570 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Fix peer header when no peers to show (#4411)

    * Fix peer header when no peers to show
    
    * Only order once
    
    * Better fix maybe
    
    * Applying lukasz suggestion
    smartprogrammer93 authored and dceleda committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    2846174 View commit details
    Browse the repository at this point in the history
  2. Revise product version (#4322)

    rubo authored and dceleda committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f7b2082 View commit details
    Browse the repository at this point in the history
  3. Replace submodules with packages (#4374)

    rubo authored and dceleda committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    704bcf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    360a6f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ac41d4 View commit details
    Browse the repository at this point in the history
  6. Fix develop branch

    dceleda committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    57fe7bb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 1, 2022

  1. Exit early on error (#4220)

    Exit early on error in steps except for step with "mustInitialize" set to false.
    asdacap authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    000d641 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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

Commits on Sep 6, 2022

  1. Fix peer header when no peers to show (#4411)

    * Fix peer header when no peers to show
    
    * Only order once
    
    * Better fix maybe
    
    * Applying lukasz suggestion
    smartprogrammer93 authored and dceleda committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c26e05f View commit details
    Browse the repository at this point in the history
  2. Revise product version (#4322)

    rubo authored and dceleda committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    6fba7d6 View commit details
    Browse the repository at this point in the history
  3. Replace submodules with packages (#4374)

    rubo authored and dceleda committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b5c76b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65e25b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c937f09 View commit details
    Browse the repository at this point in the history
  6. Fix develop branch

    dceleda committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ef25479 View commit details
    Browse the repository at this point in the history
  7. Exit early on error (#4220)

    Exit early on error in steps except for step with "mustInitialize" set to false.
    asdacap authored and dceleda committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c61837d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

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

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    c86c268 View commit details
    Browse the repository at this point in the history
  2. Changes to TransactionForRPC class : Ignored 'data' field in JsonDese…

    …rialization if null or empty, and Assigned ChainId from Signature.ChainId if tx.ChainId is null
    Demuirgos committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c2e0235 View commit details
    Browse the repository at this point in the history
  3. Changes to [DebugBridge, IDebugBridge] files : Added utility function…

    …s to get Transactions and Receipts per block
    Demuirgos committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    35794e6 View commit details
    Browse the repository at this point in the history
  4. Changes to [DebugRpcModule, IDebugRpcModule] files : Added missing de…

    …bug Functions [getRawBlock, getRawBlockHeader, getRawReceipts, getRawTransaction]
    Demuirgos committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    1c4cf2e View commit details
    Browse the repository at this point in the history
  5. Changes to TransactionForRPC class : Ignored 'data' field in JsonDese…

    …rialization if null or empty, and Assigned ChainId from Signature.ChainId if tx.ChainId is null
    Demuirgos committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    854d6d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Changes to ProofConverter class : stripped leading zeros from value f…

    …ield, and stripped leading zeros while keeping lenght even in key
    Demuirgos committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b0a9f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Changes to [DebugRpcModule, IDebugRpcModule] files : new Debug functi…

    …ons only accept Keccak inputs
    Demuirgos committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    62337da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1585e95 View commit details
    Browse the repository at this point in the history
  3. Changes to [DebugRpcModule, IDebugRpcModule] files : fix getRawReceip…

    …ts, rolled back previous commit
    Demuirgos committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3bf3c45 View commit details
    Browse the repository at this point in the history
  4. Changes to [Rlp, ReceiptStorageDecoder] files : added parameterless c…

    …onstructor to RSD, and added a selector method to decorder in RLP
    Demuirgos committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e55bcf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6c6093 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11513e7 View commit details
    Browse the repository at this point in the history
  7. Changes to [DebugRpcModule] files : added custom RlpBehaviour to Rlp.…

    …Encode in debug_getRawReceipts
    Demuirgos committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    a08b27f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Dec 13, 2023

  1. merge master

    Demuirgos committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e4d897a View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    Demuirgos committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    250d378 View commit details
    Browse the repository at this point in the history
  3. fix failing tests

    Demuirgos committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    94e2c54 View commit details
    Browse the repository at this point in the history
  4. fixed ws

    removed added file
    Demuirgos committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6687d4e View commit details
    Browse the repository at this point in the history
  5. fix merge issue

    Demuirgos committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c41870e View commit details
    Browse the repository at this point in the history
  6. revert script changes

    Demuirgos committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    be8cf67 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 19, 2023

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