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

cuprated: P2P protocol request handler #303

Open
wants to merge 84 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 16, 2024

  1. add cuprated skeleton

    Boog900 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b4b73ec View commit details
    Browse the repository at this point in the history
  2. fmt and add deny exception

    Boog900 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    39d48fe View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. add main chain batch handler

    Boog900 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a018469 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. add blockchain init

    Boog900 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f909c26 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. very rough block manager

    Boog900 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f25588d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. misc changes

    Boog900 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1c93ea1 View commit details
    Browse the repository at this point in the history
  2. move more config values

    Boog900 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    05d0cf2 View commit details
    Browse the repository at this point in the history
  3. add new tables & types

    Boog900 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d648871 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    e1ae848 View commit details
    Browse the repository at this point in the history
  2. resolve current todo!s

    Boog900 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ed887a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. add new requests

    Boog900 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    bc619b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. WIP: starting re-orgs

    Boog900 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    029f439 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add last service request

    Boog900 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6927b05 View commit details
    Browse the repository at this point in the history
  2. commit Cargo.lock

    Boog900 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    21e4b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9d8eee View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. add test

    Boog900 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    123aedd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    ba5c5ac View commit details
    Browse the repository at this point in the history
  2. clippy + fmt

    Boog900 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f92375f View commit details
    Browse the repository at this point in the history
  3. document types

    Boog900 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a864f93 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. move tx_fee to helper

    Boog900 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6119972 View commit details
    Browse the repository at this point in the history
  2. more doc updates

    Boog900 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b211210 View commit details
    Browse the repository at this point in the history
  3. fmt

    Boog900 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    68807e7 View commit details
    Browse the repository at this point in the history
  4. fix imports

    Boog900 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c03065b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. remove config files

    Boog900 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1831fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20033ee View commit details
    Browse the repository at this point in the history
  3. fix merge errors

    Boog900 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    da78cbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5f8475 View commit details
    Browse the repository at this point in the history
  5. fix generated coins

    Boog900 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d4e0e30 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    915633f View commit details
    Browse the repository at this point in the history
  2. clean up handler code

    Boog900 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    01a3065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec5bc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. add docs to handler functions

    Boog900 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    90beed1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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

Commits on Sep 15, 2024

  1. add fluffy block handler

    Boog900 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d2ab8e2 View commit details
    Browse the repository at this point in the history
  2. fix new block handling

    Boog900 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    291ffe3 View commit details
    Browse the repository at this point in the history
  3. small cleanup

    Boog900 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c0a3f7a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. increase outbound peer count

    Boog900 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fa54df2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 3, 2024

  1. fix merge

    Boog900 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    69f9d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caaeced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cff481 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Boog900 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4af0f89 View commit details
    Browse the repository at this point in the history
  5. fix doc

    Boog900 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6702dbe View commit details
    Browse the repository at this point in the history
  6. remove unrelated changes

    Boog900 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    403964b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. add get_objects handler

    Boog900 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6e8fbf0 View commit details
    Browse the repository at this point in the history
  2. add get_chain handler

    Boog900 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f158f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec77a91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa274eb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. add new_fluffy_block handler

    Boog900 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    37025bd View commit details
    Browse the repository at this point in the history
  2. improve interface globals

    Boog900 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    783f426 View commit details
    Browse the repository at this point in the history
  3. manger -> manager

    Boog900 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    375a1e1 View commit details
    Browse the repository at this point in the history
  4. enums instead of bools

    Boog900 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f50d921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27a8acd View commit details
    Browse the repository at this point in the history
  6. more review fixes

    Boog900 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a21e489 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    048af97 View commit details
    Browse the repository at this point in the history
  8. sort imports + docs

    Boog900 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4af0145 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. init dandelion integration

    Boog900 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    adf592e View commit details
    Browse the repository at this point in the history
  2. add dandelion start function

    Boog900 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d2c7e49 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. finish incoming tx handler

    Boog900 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b6d94cf View commit details
    Browse the repository at this point in the history
  2. Add tx blob hash table

    Boog900 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4ba94f4 View commit details
    Browse the repository at this point in the history
  3. Add missing txpool requests

    Boog900 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2d5567e View commit details
    Browse the repository at this point in the history
  4. handle duplicate stem txs

    Boog900 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    93fb3c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ab5b06 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    74a07cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb29f32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e199b8c View commit details
    Browse the repository at this point in the history
  4. fix merge

    Boog900 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b8e96cf View commit details
    Browse the repository at this point in the history
  5. typos

    Boog900 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bfb4cbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c1f871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb7126b View commit details
    Browse the repository at this point in the history
  8. fix merge

    Boog900 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    dc48255 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ba2bf0 View commit details
    Browse the repository at this point in the history
  10. fix merge

    Boog900 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    511639d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54957c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

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

Commits on Oct 28, 2024

  1. add p2p clearnet init

    Boog900 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f865ede View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    d982a48 View commit details
    Browse the repository at this point in the history
  2. fix build

    Boog900 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d0055f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. misc changes

    Boog900 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a14f122 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    efa0925 View commit details
    Browse the repository at this point in the history
  2. doc updates

    Boog900 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    49db431 View commit details
    Browse the repository at this point in the history
  3. more doc updates

    Boog900 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1fc7c0a View commit details
    Browse the repository at this point in the history
  4. sort imports

    Boog900 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e115683 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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