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

Deserialize transactions too on the block info for the Rpc Reader SN #961

Merged
merged 26 commits into from
Aug 30, 2023

Commits on Aug 17, 2023

  1. initial commit

    juanbono committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c88347c View commit details
    Browse the repository at this point in the history
  2. add get_class_hash_at

    juanbono committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7bdfe01 View commit details
    Browse the repository at this point in the history
  3. Added get_nonce_at

    xqft committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e035073 View commit details
    Browse the repository at this point in the history
  4. Added get_storage_at

    xqft committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    df4c855 View commit details
    Browse the repository at this point in the history
  5. Remove comments

    xqft committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e8ec478 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Added get block info

    xqft committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    001250f View commit details
    Browse the repository at this point in the history
  2. Fixed get_contract_class()

    xqft committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f427288 View commit details
    Browse the repository at this point in the history
  3. WIP fixing desearlization

    xqft committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7be385b View commit details
    Browse the repository at this point in the history
  4. WIP Fix

    xqft committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a17b634 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c4c501 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    a28022d View commit details
    Browse the repository at this point in the history
  2. Remove file

    xqft committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7250ed1 View commit details
    Browse the repository at this point in the history
  3. WIP Fixing tests

    xqft committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6a334dd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Finish fixing simple tests

    xqft committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    14543b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f22f20 View commit details
    Browse the repository at this point in the history
  3. Fix import

    xqft committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3f8e447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3655d68 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Refactor, fixes, added test

    xqft committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    67fbad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11f69f View commit details
    Browse the repository at this point in the history
  3. Fixed warnings, removed tests

    xqft committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ea6ef03 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    3dbdc47 View commit details
    Browse the repository at this point in the history
  2. docs

    edg-l committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    67948ce View commit details
    Browse the repository at this point in the history
  3. refactor into standalone fn

    edg-l committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e8a61c3 View commit details
    Browse the repository at this point in the history
  4. get gas from block via RPC SN (#963)

    * get gas automatically from block
    
    * cleanup
    
    * fix wrong gas
    edg-l authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b70c93a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix conflicts

    edg-l committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    472c7cc View commit details
    Browse the repository at this point in the history
  2. unintended change

    edg-l committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1eb3459 View commit details
    Browse the repository at this point in the history