Commit graph

  • 29ff6075c3
    fix rx initiation when syncing Boog900 2024-02-09 23:17:34 +0000
  • 97f12b2bf7
    only create rx vms when required. Boog900 2024-02-09 22:47:11 +0000
  • 2879fb56e1
    fix cargo doc - links not using <> hinto.janai 2024-02-09 17:40:34 -0500
  • 34917e71ce
    readme: add files, update # Documentation, add # Layers hinto.janai 2024-02-09 17:00:57 -0500
  • 5be5dc694a
    consensus-rules: ring members younger than current block. Boog900 2024-02-09 21:51:51 +0000
  • 08ff6fb7db
    rx_seed -> rx_vms Boog900 2024-02-09 21:25:53 +0000
  • 2bbb928e58
    service: docs hinto.janai 2024-02-09 16:16:12 -0500
  • d728f019aa
    lib.rs: docs hinto.janai 2024-02-09 16:15:55 -0500
  • 7e2aca3d2b
    cargo.toml: fix deps hinto.janai 2024-02-09 16:15:36 -0500
  • bde8d56629
    fmt Boog900 2024-02-09 20:43:35 +0000
  • 346dbadef6
    add a test for calculating multiple difficulties Boog900 2024-02-09 18:15:41 +0000
  • f061f00cd1
    update randomX Boog900 2024-02-09 02:03:37 +0000
  • 02c0008926
    table: fix #[cfg] hinto.janai 2024-02-08 20:58:47 -0500
  • b5ceb03cf1
    table: temporarily fix sanakirja K/V bounds hinto.janai 2024-02-08 20:53:37 -0500
  • 36d917d10c
    sanakirja: impl Transaction hinto.janai 2024-02-08 20:53:20 -0500
  • 2a4843e5ea
    sanakirja: impl Database hinto.janai 2024-02-08 20:53:10 -0500
  • 7054c4efcb
    sanakirja: impl Env hinto.janai 2024-02-08 20:52:51 -0500
  • 966f7f5869
    cargo.toml: add sanakirja 1.4.0 hinto.janai 2024-02-08 20:52:23 -0500
  • 9d16ad4fc4
    fix cryptonight builds Boog900 2024-02-09 01:44:03 +0000
  • 2c17bee1a7
    tables: use $()* in tables!() hinto.janai 2024-02-08 20:10:09 -0500
  • 58ea654489
    make db backend mutually exclusive to fix --all-features hinto.janai 2024-02-08 17:49:40 -0500
  • 9313c8a9e8
    tables: add Tables, add test docs hinto.janai 2024-02-08 17:41:32 -0500
  • 2aa42a46aa
    impl serde/borsh where possible hinto.janai 2024-02-08 17:28:05 -0500
  • 34d1b318e8
    database: add tables/ hinto.janai 2024-02-08 17:22:42 -0500
  • 13a8293f30
    cargo.toml: add paste hinto.janai 2024-02-08 17:09:41 -0500
  • 52ad34f4c0
    split Env <-> Database hinto.janai 2024-02-08 16:56:29 -0500
  • 8e5f151660
    lib.rs: add terms hinto.janai 2024-02-08 16:39:25 -0500
  • 5247076cc4
    heed: hide concrete tx types hinto.janai 2024-02-08 16:05:48 -0500
  • 3db69eda45
    service: shutdown() docs hinto.janai 2024-02-08 16:05:40 -0500
  • 378e17b3c4
    service: add Request::Shutdown hinto.janai 2024-02-08 15:55:47 -0500
  • def29773a6
    service: add shutdown() hinto.janai 2024-02-08 10:47:52 -0500
  • 2e3ccbeabb
    service: free.rs docs, more #[inline] + #[cold] hinto.janai 2024-02-08 10:23:10 -0500
  • 863a57d567
    database: add #[inline], #[cold] hinto.janai 2024-02-08 09:17:46 -0500
  • 900fd2fbb2
    service: leak database into &'static hinto.janai 2024-02-08 09:12:38 -0500
  • 278bfc0328
    service: use OnceLock in init(), add db_read(), db_write() hinto.janai 2024-02-08 09:04:09 -0500
  • 4e00e06533
    cryptonight: use flag_if_supported() hinto.janai 2024-02-07 22:22:49 -0500
  • c451b83aca
    cryptonight: fix MSVC hinto.janai 2024-02-07 21:33:01 -0500
  • ee2116db18
    ci: install boost, include macos + windows hinto.janai 2024-02-06 20:32:05 -0500
  • 1ab21c7eec
    service: request/response docs hinto.janai 2024-02-07 20:07:49 -0500
  • 2dba3be9f6
    service: write.rs docs hinto.janai 2024-02-07 20:05:36 -0500
  • f5afdc43e1
    service: read.rs docs hinto.janai 2024-02-07 20:01:20 -0500
  • aad006d506
    clippy Boog900 2024-02-08 00:11:41 +0000
  • 6ffae6c16b
    change scan_chain to new API Boog900 2024-02-07 23:50:31 +0000
  • a4136c7447
    docs hinto.janai 2024-02-07 17:36:58 -0500
  • 6f3dabd585
    heed: add ConcreteRoTx, ConcreteRwTx, impl Tx traits hinto.janai 2024-02-07 16:40:53 -0500
  • 2e4d37b3f1
    heed: impl Database for heed hinto.janai 2024-02-07 16:40:30 -0500
  • 9af00c8e2f
    database: change lifetimes hinto.janai 2024-02-07 16:39:54 -0500
  • 053f4fd249
    service: scale readers/writers based on thread count hinto.janai 2024-02-07 16:05:50 -0500
  • a3c1b86900
    cargo.toml: add cuprate-helper hinto.janai 2024-02-07 15:54:12 -0500
  • f5d85469ce
    service: module docs hinto.janai 2024-02-07 15:52:20 -0500
  • 43b7d7e5b7
    transaction: add RoTx::get_range() hinto.janai 2024-02-07 15:37:20 -0500
  • 3cce27d309
    consensus: fix batch handling when we don't have a full list of outputs. Boog900 2024-02-07 19:48:39 +0000
  • de8085dec7
    readme: update file structure hinto.janai 2024-02-06 20:02:38 -0500
  • 811269be2f
    temporarily allow clippy lints hinto.janai 2024-02-06 19:46:38 -0500
  • a1ec40e390
    service: add example ReadRequest handling hinto.janai 2024-02-06 17:15:37 -0500
  • 16cf4d7000
    service: add example Request's hinto.janai 2024-02-06 17:15:27 -0500
  • a74c16dee9
    service: add init(), impl basic Reader/Writer pools hinto.janai 2024-02-06 16:45:06 -0500
  • 226f64f29c
    service: impl tower::Service for Database(Reader|Writer) hinto.janai 2024-02-06 15:48:57 -0500
  • f3f92e2454
    service: split tower::Service<ReadRequest/WriteRequest> hinto.janai 2024-02-06 15:12:08 -0500
  • 840ef89e04
    service: basic signatures for thread-pools, Writer -> Writers hinto.janai 2024-02-06 10:16:29 -0500
  • dfb1b14898
    service: add/use enum Request, enum Response hinto.janai 2024-02-06 09:33:45 -0500
  • c004bc6bb9
    cargo.toml: add crossbeam hinto.janai 2024-02-05 21:23:21 -0500
  • 18444260ca
    service: add request.rs & response.rs hinto.janai 2024-02-05 21:20:51 -0500
  • cfec468ad2
    service: add writer.rs hinto.janai 2024-02-05 21:10:04 -0500
  • 2a82581d6a
    service: add reader.rs hinto.janai 2024-02-05 21:09:53 -0500
  • e1ed40f6f3
    service: add service.rs hinto.janai 2024-02-05 21:09:42 -0500
  • 5020ba0a32
    add lib.rs docs hinto.janai 2024-02-05 20:51:06 -0500
  • 5f3a3e2d8f
    add actor, service features hinto.janai 2024-02-05 20:06:13 -0500
  • 9385aa94e1
    heed: impl BytesEncode, BytesDecode hinto.janai 2024-02-05 17:35:18 -0500
  • ec10f153b0
    pod: add into_bytes() hinto.janai 2024-02-05 17:35:05 -0500
  • d6dcf93f2b
    backend: move into directories hinto.janai 2024-02-05 17:18:17 -0500
  • 5545132552
    table: Pod bound hinto.janai 2024-02-05 16:34:10 -0500
  • 8526e223d6
    database: add create_table(), get_table() hinto.janai 2024-02-05 16:18:32 -0500
  • 25ebbf0484
    readme: docs hinto.janai 2024-02-05 15:09:33 -0500
  • 764b2b1208
    pod: impl Pod for Arc<[u8]> hinto.janai 2024-02-05 15:00:08 -0500
  • 6ecadd4830
    pod: docs hinto.janai 2024-02-05 14:57:40 -0500
  • 41b0b0d02e
    pod: return Err on incorrect length in from_bytes() hinto.janai 2024-02-05 14:50:49 -0500
  • 4890ea07de
    pod: impl Pod for Box<[u8]> hinto.janai 2024-02-05 14:37:31 -0500
  • 33db75c810
    Merge branch 'main' into db hinto.janai 2024-02-05 14:25:55 -0500
  • 53005298d3
    pod: to_writer, from_reader hinto.janai 2024-02-05 09:59:50 -0500
  • f9f013b4b8
    pod: add docs, add private::Sealed hinto.janai 2024-02-05 08:55:51 -0500
  • a5723ebf45
    pod: impl Pod for Vec<u8>, [u8; N] hinto.janai 2024-02-04 19:59:36 -0500
  • 929f2f1e25
    pod: use Read/Write, add tests for all primitive numbers hinto.janai 2024-02-04 19:41:23 -0500
  • aed45990bc
    add pod.rs hinto.janai 2024-02-04 17:28:11 -0500
  • 1f677562eb
    cryptonight: silence ftime deprecated warning (#50) rust-cryptonight hinto-janai 2024-02-04 17:00:37 -0500
  • 9e933c3449
    silence ftime deprecated warning hinto.janai 2024-02-04 16:27:19 -0500
  • d9235b999a
    lib.rs: add imports hinto.janai 2024-02-04 16:12:39 -0500
  • 105f7d3152
    base table.rs hinto.janai 2024-02-04 16:12:31 -0500
  • 41e63803cf
    base transaction.rs hinto.janai 2024-02-04 16:11:50 -0500
  • 04ef3f0473
    base database.rs hinto.janai 2024-02-04 16:11:21 -0500
  • 4ce1bd4636
    base error.rs hinto.janai 2024-02-04 16:11:02 -0500
  • eabc19a575
    backend: add DATABASE_BACKEND hinto.janai 2024-02-04 16:10:43 -0500
  • 0902a522b6
    cargo.toml: add borsh hinto.janai 2024-02-04 16:10:00 -0500
  • ee6341bf6a
    base database.rs hinto.janai 2024-02-04 15:54:38 -0500
  • 1e3ce037a8
    add backend/ structure hinto.janai 2024-02-04 15:53:51 -0500
  • a47005d24e
    cargo.toml: add cfg-if hinto.janai 2024-02-04 15:53:07 -0500
  • 28f95a6982
    readme: add # Backends hinto.janai 2024-02-04 14:42:11 -0500
  • 3a8cb95497
    lib.rs: add extremely pedantic lints hinto.janai 2024-02-04 11:01:26 -0500
  • a28956a734
    fix clippy hinto.janai 2024-02-02 21:30:07 -0500
  • c3a710c8c2
    cargo.toml: add heed feature hinto.janai 2024-02-02 21:20:55 -0500