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 jsonrpc #26

Merged
merged 41 commits into from
Jul 18, 2024
Merged

Add jsonrpc #26

merged 41 commits into from
Jul 18, 2024

Commits on May 17, 2024

  1. added jsonrpc.rs

    idky137 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    797218b View commit details
    Browse the repository at this point in the history
  2. added doc comments

    idky137 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0514f54 View commit details
    Browse the repository at this point in the history
  3. jsonrpc builds

    idky137 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4605127 View commit details
    Browse the repository at this point in the history
  4. move jsonrpc into modules

    idky137 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    35bd4c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d3075e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 22, 2024

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    930b985 View commit details
    Browse the repository at this point in the history
  2. removed commented code

    idky137 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    261d638 View commit details
    Browse the repository at this point in the history
  3. added welcome image

    idky137 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a4d24df View commit details
    Browse the repository at this point in the history
  4. added welcome image

    idky137 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b9185f1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. small fixes

    idky137 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    336040a View commit details
    Browse the repository at this point in the history
  2. small fixes

    idky137 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    be59ed8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. updated todos

    idky137 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cfa1d21 View commit details
    Browse the repository at this point in the history
  2. removed extern crate

    idky137 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b1b09d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fixed merge conflicts

    idky137 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9c73ccd View commit details
    Browse the repository at this point in the history
  2. started adding block parser

    idky137 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f4d6e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5cc8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c070337 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

  1. added parse_from_slice

    idky137 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fd3257b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    b72ecc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78ac42 View commit details
    Browse the repository at this point in the history
  3. fixed block range inversion bug, possible bug with sapling spend / ou…

    …tput return in parse_from_slice, error in parse_full_block
    idky137 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0e612aa View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    9498f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d5234 View commit details
    Browse the repository at this point in the history
  3. all tests pass

    idky137 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    84ef335 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. added mempool_manager test

    idky137 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6c35b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c1d8b5 View commit details
    Browse the repository at this point in the history
  3. converted errors to thiserror

    idky137 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4e91fff View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    917072e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5460808 View commit details
    Browse the repository at this point in the history
  3. applied clippy changes

    idky137 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    420d32d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cba31b9 View commit details
    Browse the repository at this point in the history