Commit graph

  • f23ce5aed2
    method/params -> body switch, adjust input types hinto.janai 2024-06-05 19:41:24 -0400
  • c4b14727fd
    add block batch prepper Boog900 2024-06-06 00:24:34 +0100
  • 8763c281b5
    satisfy clippy hinto.janai 2024-06-05 17:02:07 -0400
  • 8315cec1ed
    Merge branch 'main' into json-rpc hinto.janai 2024-06-05 16:41:44 -0400
  • 53389fef01
    formatting hinto.janai 2024-06-05 16:22:40 -0400
  • 6df67bb9d3
    rpc: add initial crates (#146) hinto-janai 2024-06-05 10:35:08 -0400
  • e8ca8372c0
    performance improvements Boog900 2024-06-05 02:29:06 +0100
  • 4104e05402
    update contributing hinto.janai 2024-06-04 20:36:23 -0400
  • 0465cb0770
    remove cuprate-rpc-server, add json-rpc hinto.janai 2024-06-04 19:41:39 -0400
  • b6ddc6c7a7
    add todo hinto.janai 2024-06-04 19:40:42 -0400
  • 5e5896d0db
    json-rpc: fix cargo.toml hinto.janai 2024-06-04 16:54:01 -0400
  • 96e40c114c
    workspace: add rpc/json-rpc hinto.janai 2024-06-04 16:50:02 -0400
  • 720e97e744
    rpc: add json-rpc from https://github.com/Cuprate/cuprate/pull/43 hinto.janai 2024-06-04 16:47:04 -0400
  • df489dcd02
    change to lmdb Boog900 2024-06-04 20:21:30 +0100
  • 34d625d27c
    testing Boog900 2024-06-04 20:01:12 +0100
  • 0622237d19
    Consensus: use cuprate-types types (#145) Boog900 2024-06-04 17:19:35 +0000
  • b510739701
    P2P: Network init (#130) Boog900 2024-06-04 17:19:25 +0000
  • 8cea2f10a0
    Merge branch 'unify-db-enums' into test-sync Boog900 2024-06-04 16:47:41 +0100
  • e3955e8dfe
    Update p2p/monero-p2p/src/services.rs Boog900 2024-06-04 14:56:39 +0100
  • fb281aa025
    Apply suggestions from code review Boog900 2024-06-04 14:44:19 +0100
  • 9c73ae106b
    update docs 2 Boog900 2024-06-04 14:33:29 +0100
  • 1523376371
    update docs Boog900 2024-06-04 14:32:01 +0100
  • 1b89601724
    service -> blockchain 2 Boog900 2024-06-04 14:30:02 +0100
  • fd8885174b
    more checks on incoming data Boog900 2024-06-04 02:42:53 +0100
  • 8c24f13e8c
    lib.rs: create re-export macro hinto.janai 2024-06-03 21:20:36 -0400
  • a4ad660daa
    add GetHeight hinto.janai 2024-06-03 20:26:34 -0400
  • 6fcfb78d8d
    Merge branch 'main' into network-init Boog900 2024-06-04 00:21:59 +0100
  • 76762275d6
    fix tests Boog900 2024-06-04 00:01:10 +0100
  • b8ae97b168
    add back todo Boog900 2024-06-03 23:54:32 +0100
  • ad4d82119e
    fix key_images_spent Boog900 2024-06-03 23:52:53 +0100
  • 7d7d3cc5ad
    fix typo Boog900 2024-06-03 23:12:50 +0100
  • 2f2659ad44
    Apply suggestions from code review Boog900 2024-06-03 23:11:20 +0100
  • 76be728b82
    service -> blockchain Boog900 2024-06-03 23:07:23 +0100
  • 84656df08a
    syncer -> blockchain Boog900 2024-06-03 23:01:50 +0100
  • af70416736
    document struct generation macro hinto.janai 2024-06-03 17:42:43 -0400
  • 972bdfbec6
    add strum, add misc module hinto.janai 2024-06-03 17:42:24 -0400
  • b41b7dd557
    fix macro generation, doc test hinto.janai 2024-06-03 16:32:26 -0400
  • 51e67163a8
    Keep a longer of queue of blocks to get Boog900 2024-06-03 16:08:10 +0100
  • 9fa5d24e3a
    add base files, deps hinto.janai 2024-06-02 20:12:03 -0400
  • 009abe0959
    lib.rs: add lints hinto.janai 2024-06-02 19:36:35 -0400
  • d4ee0305c5
    rpc: add skeleton rpc/json-rpc hinto.janai 2024-06-02 19:30:20 -0400
  • 126bc09561
    rpc: fix monero-rpc-server -> monero-rpc-types hinto.janai 2024-06-02 19:30:11 -0400
  • 83d57abcec
    rpc: add monero-rpc-types hinto.janai 2024-06-02 19:29:02 -0400
  • 44c7ad4992
    dynamic batch size changes Boog900 2024-06-01 02:02:45 +0100
  • 7ea53eb058
    update license section hinto.janai 2024-05-31 20:03:40 -0400
  • 334a62115b
    Merge branch 'network-init' into block-downloader Boog900 2024-06-01 00:36:48 +0100
  • 25dd7c2911
    add rpc/ crates hinto.janai 2024-05-31 19:34:16 -0400
  • 8652bccdd0
    order imports Boog900 2024-05-31 23:50:09 +0100
  • 83b26463b0
    change Database trait wording Boog900 2024-05-31 23:40:36 +0100
  • 324c5e2a4f
    fix docs Boog900 2024-05-31 23:10:11 +0100
  • 9cba70d18b
    unify VerifiedBlockInformation Boog900 2024-05-31 23:07:40 +0100
  • 1dca46bfb8
    fix storage builds Boog900 2024-05-31 21:53:50 +0100
  • ee9bc70f8e
    move consensus database to /types Boog900 2024-05-31 17:27:20 +0100
  • 889e15738b
    Cleanup & Document consensus (#65) Boog900 2024-05-31 00:52:12 +0000
  • 25a472dd9b
    add some more definitions Boog900 2024-05-31 01:51:33 +0100
  • 593de067f6
    readme: add todo hinto.janai 2024-05-30 20:00:28 -0400
  • f2ce196d0c
    formatting hinto.janai 2024-05-30 19:51:09 -0400
  • 1a3f3d9d19
    Update CONTRIBUTING.md hinto-janai 2024-05-30 19:01:50 -0400
  • 769d97472b
    review changes Boog900 2024-05-30 22:28:36 +0100
  • 87ea8059e4
    contributing.md: add crate naming rules hinto.janai 2024-05-30 17:12:12 -0400
  • fb64d1ab96
    update `SECURITY.md hinto.janai 2024-05-30 17:03:13 -0400
  • 97f05d0856
    fix fmt Boog900 2024-05-30 21:48:05 +0100
  • dbf06ff62a
    Apply suggestions from code review Boog900 2024-05-30 21:40:20 +0100
  • 4e63c1b395
    update readme hinto.janai 2024-05-30 16:31:44 -0400
  • cbcfbff878
    use a JoinSet for background network tasks Boog900 2024-05-30 21:14:28 +0100
  • cce4ef96dd
    update docs Boog900 2024-05-30 18:24:23 +0100
  • d84e8a48f8
    add interface methods Boog900 2024-05-30 17:02:38 +0100
  • fd7225e673
    check if incoming peers are banned Boog900 2024-05-30 02:03:48 +0100
  • 4fab453954
    reduce cuprate banner size hinto.janai 2024-05-29 20:55:21 -0400
  • a4ca123589
    fix async-buffer builds Boog900 2024-05-30 01:27:27 +0100
  • a53279a8c6
    Merge branch 'main' into network-init Boog900 2024-05-30 01:25:59 +0100
  • 384818f57f
    dandelion_tower -> dandelion-tower Boog900 2024-05-30 01:25:55 +0100
  • ba085f6b02
    update license Boog900 2024-05-30 01:21:14 +0100
  • d21160868c
    books: add skeleton and docs (#141) hinto-janai 2024-05-29 20:19:46 -0400
  • 317b6a79dd
    init cuprated Boog900 2024-05-30 01:09:41 +0100
  • 1ae87734fe
    dynamic batch sizes Boog900 2024-05-29 23:47:19 +0100
  • 6d17d9c3cb
    formatting hinto.janai 2024-05-29 16:57:15 -0400
  • 2ffa879f97
    add docs/books to LICENSE hinto.janai 2024-05-29 16:55:20 -0400
  • da04ecc065
    remove some changes from CONTRIBUTING.md hinto.janai 2024-05-29 16:38:55 -0400
  • 97b700fcf3
    add dummy books/architecture/ hinto.janai 2024-05-29 16:23:11 -0400
  • 2afbbe96f0
    .gitignore: ignore built books hinto.janai 2024-05-29 16:20:13 -0400
  • 694ceaa9b0
    update CONTRIBUTING.md hinto.janai 2024-05-29 16:18:02 -0400
  • 9d95eadf42
    update books/ hinto.janai 2024-05-29 16:17:56 -0400
  • c50d9642be
    storage: create Cargo.toml for {database, cuprate-txpool} (#140) hinto-janai 2024-05-29 15:00:29 -0400
  • a62928effb
    storage: create Cargo.toml for {database, cuprate-txpool} hinto.janai 2024-05-29 14:38:14 -0400
  • d052fbedf1
    repo: add issue templates (#137) hinto-janai 2024-05-29 13:34:32 -0400
  • 7e19a59d94
    working block downloader Boog900 2024-05-29 15:22:44 +0100
  • 4876e159e7
    repo: add skeleton directories, fix labels (#139) hinto-janai 2024-05-28 21:18:30 -0400
  • 6979dba92d
    add test bin Boog900 2024-05-29 02:05:04 +0100
  • 759369dd0a
    check for free peers and handle batch response Boog900 2024-05-29 01:40:42 +0100
  • 308f74158c
    labeler.yml: remove A-docs from books/ changes hinto.janai 2024-05-28 17:37:44 -0400
  • 5fe3033f84
    cuprate-blockchain: revert find-and-replace hinto.janai 2024-05-28 17:24:37 -0400
  • 2dec15924a
    fix Cargo.toml hinto.janai 2024-05-28 17:20:35 -0400
  • ac921cb5b2
    rename helper fs fn, cuprate_database -> cuprate_blockchain hinto.janai 2024-05-28 17:13:33 -0400
  • d2eb7e563b
    fix storage/ hinto.janai 2024-05-28 17:08:24 -0400
  • 55c614afb4
    fix workspace Cargo.toml hinto.janai 2024-05-28 16:55:14 -0400
  • 750b934961
    fix CONTRIBUTING.md hinto.janai 2024-05-28 16:55:08 -0400
  • 54a4209ce2
    ci: fix labeler.yml hinto.janai 2024-05-28 16:54:57 -0400
  • 0a2dd80445
    books: add skeleton hinto.janai 2024-05-28 16:54:41 -0400
  • bfec4ebf5e
    add skeleton root directories hinto.janai 2024-05-28 16:48:37 -0400