Commit graph

  • 1621f7bc47
    readme: add (De)serialization invariants hinto.janai 2024-07-15 17:11:54 -0400
  • 093802ed32
    misc fixes hinto.janai 2024-07-15 17:02:40 -0400
  • a5dde87b8f
    distribution: add todo hinto.janai 2024-07-15 16:51:38 -0400
  • 5d7d7e37fe
    keep alt caches around Boog900 2024-07-15 02:37:33 +0100
  • 7f3297c8a2
    misc: add Distribution hinto.janai 2024-07-14 20:52:38 -0400
  • 74d35671f8
    bin: fix number_of_fields for GetBlocksResponse hinto.janai 2024-07-14 20:09:58 -0400
  • 1b2ca7dc09
    types: document BlockCompleteEntry hinto.janai 2024-07-14 19:47:54 -0400
  • ac5813e8bf
    rpc: replace BlockCompleteEntry with cuprate-types hinto.janai 2024-07-14 19:41:50 -0400
  • d1db93e358
    add alt block verify function Boog900 2024-07-14 22:42:06 +0100
  • 705f72b266
    types: add BlockCompleteEntry hinto.janai 2024-07-14 17:23:23 -0400
  • e43e95f863
    misc: unimplemented!() for TxEntry's epee hinto.janai 2024-07-14 17:08:05 -0400
  • dc07d9395f
    misc: make TxEntry an enum, impl serde hinto.janai 2024-07-14 17:03:25 -0400
  • 9ad9023712
    types: add serde.rs hinto.janai 2024-07-14 17:03:05 -0400
  • a87b355996
    rework alt cache Boog900 2024-07-14 15:39:27 +0100
  • 55a623e2fa
    Merge branch 'main' into rpc-serde hinto.janai 2024-07-12 20:56:40 -0400
  • 2adcbfa424
    bin: custom epee - GetBlocks hinto.janai 2024-07-12 20:54:20 -0400
  • 0910c0a231
    rpc: use ByteArrayVec and ContainerAsBlob (#227) hinto-janai 2024-07-12 20:26:11 -0400
  • 0a390a362a
    storage: doc fixes (#228) hinto-janai 2024-07-12 17:15:02 -0400
  • b924766206
    types: custom epee - TxEntry, add read_epee_field macro hinto.janai 2024-07-12 16:56:24 -0400
  • 46388712ba
    types: add Status::Other(String) variant hinto.janai 2024-07-12 16:34:54 -0400
  • b54b9bce81
    types: custom epee - PoolInfoExtent hinto.janai 2024-07-12 16:27:09 -0400
  • db4b30abe1
    types: custom epee - KeyImageSpentStatus hinto.janai 2024-07-12 16:25:08 -0400
  • f087481e3a
    types: custom epee - BlockCompleteEntry hinto.janai 2024-07-12 16:08:22 -0400
  • 0ba47ff1ff
    add getting alt RX vms Boog900 2024-07-12 18:52:00 +0100
  • a1bdb78112
    add alt context cache Boog900 2024-07-12 01:52:44 +0100
  • 2dd8bbadc8
    blockchain: readme fix hinto.janai 2024-07-11 20:23:00 -0400
  • 354827a86b
    blockchain: ops fix hinto.janai 2024-07-11 20:17:27 -0400
  • f34a0b697a
    database: readme fixes hinto.janai 2024-07-11 20:10:49 -0400
  • ccd0ba098c
    database: fix doc test hinto.janai 2024-07-11 20:06:20 -0400
  • e4dac7cfd6
    blockchain: doc fixes hinto.janai 2024-07-11 20:05:34 -0400
  • 079a7df996
    database: doc fixes hinto.janai 2024-07-11 18:11:39 -0400
  • 3b81df9129
    readme: fixed bytes section hinto.janai 2024-07-11 17:06:42 -0400
  • 66bb3fc1db
    rpc-types: dedup default value within macro hinto.janai 2024-07-11 16:42:39 -0400
  • a97af42ca2
    fixed-bytes: re-add derives hinto.janai 2024-07-11 16:36:20 -0400
  • 8d1e389589
    Merge branch 'main' into rpc hinto.janai 2024-07-11 15:51:43 -0400
  • fbae3df203
    storage: move table generator macro blockchain -> database (#222) hinto-janai 2024-07-11 09:20:56 -0400
  • ae9043f711
    move link to epee Boog900 2024-07-11 03:18:36 +0100
  • ac3f2e785f
    fix typos Boog900 2024-07-11 03:09:01 +0100
  • e2e569e43b
    add final flows Boog900 2024-07-11 02:56:17 +0100
  • 824651c8cf
    fixed-bytes: add serde, document feature flags (#226) hinto-janai 2024-07-10 21:00:47 -0400
  • 2f0f5f512a
    add serde tests hinto.janai 2024-07-10 20:50:33 -0400
  • 64d1f35e21
    manual impl serde::Deserialize hinto.janai 2024-07-10 20:41:46 -0400
  • ce7ad2eb13
    rpc: use ByteArrayVec and ContainerAsBlob for binary types hinto.janai 2024-07-10 20:23:03 -0400
  • 950ef25317
    rpc: add as _ syntax to macro hinto.janai 2024-07-10 20:22:37 -0400
  • 9a91a30584
    fixed-bytes: add derives hinto.janai 2024-07-10 20:22:14 -0400
  • bfe4df4cc4
    Merge branch 'main' into rpc hinto.janai 2024-07-10 20:01:22 -0400
  • 5aeb8af4b4
    rpc: implement other JSON types (#221) hinto-janai 2024-07-10 17:31:56 -0400
  • 612938eae6
    database: workaround redb page freeing issue (#225) hinto-janai 2024-07-10 17:11:09 -0400
  • ff8f816e26
    fixed-bytes: add serde, document feature flags hinto.janai 2024-07-10 17:07:30 -0400
  • d1dcece499
    Merge cf46d58d17 into 303c165df7 Boog900 2024-07-10 17:02:33 -0400
  • e0bcf5a850
    Update rpc/types/src/other.rs hinto-janai 2024-07-10 16:39:56 -0400
  • 3efea2963e
    Update rpc/types/src/other.rs hinto-janai 2024-07-10 16:39:51 -0400
  • 303c165df7
    rpc: implement .bin types (#220) hinto-janai 2024-07-10 16:19:19 -0400
  • ecbb5ad3dc
    rpc: implement /json_rpc types (#219) hinto-janai 2024-07-10 16:12:40 -0400
  • d05fb3b65f
    database: document SyncMode hinto.janai 2024-07-10 16:12:04 -0400
  • 5300f66f52
    redb: fix clippy hinto.janai 2024-07-10 16:11:59 -0400
  • cda0ad8d33
    redb: SyncMode::Fast => redb::Durability::Eventual hinto.janai 2024-07-10 16:03:44 -0400
  • 178111a50c
    json: fix SubmitBlockRequest doc test hinto.janai 2024-07-10 15:07:50 -0400
  • a8ca3990c0
    Merge branch 'main' into p2p-protocol Boog900 2024-07-10 02:42:10 +0100
  • 07c6c24736
    add most flows Boog900 2024-07-10 02:41:31 +0100
  • 023e0bcfc4
    Update rpc/types/src/json.rs hinto-janai 2024-07-09 20:59:49 -0400
  • 81f672b0f4
    upstream https://github.com/hinto-janai/cuprate-architecture hinto.janai 2024-07-09 20:33:04 -0400
  • 5c3258a6e3
    workspace: add lints (#133) hinto-janai 2024-07-09 20:32:23 -0400
  • 6c0577d84d
    json: Response -> ResponseBase for SubmitBlock hinto.janai 2024-07-09 20:13:51 -0400
  • 40b13562ad
    json: fix OnGetBlockHashResponse hinto.janai 2024-07-09 18:58:43 -0400
  • 7309771422
    json: fix SubmitBlockRequest hinto.janai 2024-07-09 18:55:38 -0400
  • 480fbda78a
    json: status -> block_id hinto.janai 2024-07-09 18:52:15 -0400
  • c95a661f7f
    json: fix on_get_block_hash, submit_block hinto.janai 2024-07-09 18:50:27 -0400
  • 1c4a2eff90
    Merge branch 'main' into rpc-4 hinto.janai 2024-07-09 18:08:58 -0400
  • eb9d69288d
    Merge branch 'main' into rpc-3 hinto.janai 2024-07-09 18:08:15 -0400
  • 166ef02fea
    Merge branch 'main' into rpc-2 hinto.janai 2024-07-09 18:07:25 -0400
  • 0d7b86abe3
    build(deps): bump zerovec from 0.10.2 to 0.10.4 (#217) dependabot[bot] 2024-07-09 23:03:13 +0100
  • 03815efe29
    build(deps): bump zerovec-derive from 0.10.2 to 0.10.3 (#223) dependabot[bot] 2024-07-09 23:01:31 +0100
  • 136abf7edd
    rpc: feature flags, macro changes, misc setup (#218) hinto-janai 2024-07-09 17:58:02 -0400
  • c8bcb1d287
    fix import ordering hinto.janai 2024-07-09 17:49:58 -0400
  • bf1b76fa28
    docs hinto.janai 2024-07-09 17:34:17 -0400
  • c5bd729285
    blockchain: fix imports hinto.janai 2024-07-09 16:46:08 -0400
  • 84e4ca2a6c
    other: fix default functions hinto.janai 2024-07-09 16:39:50 -0400
  • 1a2149a86e
    Merge branch 'rpc-1' into rpc-4 hinto.janai 2024-07-09 16:39:21 -0400
  • ab94ed6981
    bin: fix default functions hinto.janai 2024-07-09 16:39:06 -0400
  • a690fdb2c1
    Merge branch 'rpc-1' into rpc-3 hinto.janai 2024-07-09 16:38:25 -0400
  • 3491f62947
    json: fix default functions hinto.janai 2024-07-09 16:37:54 -0400
  • 60f75f81f1
    Merge branch 'rpc-1' into rpc-2 hinto.janai 2024-07-09 16:37:09 -0400
  • d77d19398a
    tx_entry: fix link hinto.janai 2024-07-09 16:35:44 -0400
  • a5c08f4195
    fix default functions hinto.janai 2024-07-09 16:35:37 -0400
  • 1886be7c88
    base: re-add AccessRequestBase hinto.janai 2024-07-09 16:26:55 -0400
  • c57414b67a
    build(deps): bump zerovec-derive from 0.10.2 to 0.10.3 dependabot[bot] 2024-07-09 19:46:11 +0000
  • fb78f9ed10
    add protocol messages Boog900 2024-07-09 03:07:07 +0100
  • aabbb25b06
    move table generator macro blockchain -> database hinto.janai 2024-07-08 21:20:03 -0400
  • 1a31618d9b
    impl other.rs hinto.janai 2024-07-08 19:21:14 -0400
  • 1306087136
    impl bin.rs hinto.janai 2024-07-08 19:20:51 -0400
  • 76833ba488
    impl json.rs hinto.janai 2024-07-08 19:19:17 -0400
  • 009d6762bc
    fix macro usage hinto.janai 2024-07-08 19:18:55 -0400
  • 2c244dfc6c
    remove binary_string.rs, status.rs hinto.janai 2024-07-08 19:15:55 -0400
  • 59725be5a7
    modify base.rs, contants.rs hinto.janai 2024-07-08 19:15:04 -0400
  • 7739475161
    add misc module hinto.janai 2024-07-08 19:12:44 -0400
  • 57ad53ac30
    add free.rs hinto.janai 2024-07-08 19:12:40 -0400
  • 2e9cd801b2
    add defaults.rs hinto.janai 2024-07-08 19:12:34 -0400
  • f64e8c7846
    modify type generator macros hinto.janai 2024-07-08 19:12:24 -0400
  • dc0c9737fb
    serde/epee feature flags hinto.janai 2024-07-08 19:12:11 -0400