Commit graph

  • 8de88a69c6
    Small edits SyntheticBird45 2024-04-29 19:40:01 +0200
  • e7d7648834
    heed: remove Table bound hinto.janai 2024-04-28 21:12:57 -0400
  • d6d52d1f4d
    block: add miner_tx hinto.janai 2024-04-28 21:09:12 -0400
  • 7e8aae016c
    heed: use Mutex for HeedTableRo's read tx hinto.janai 2024-04-28 21:00:14 -0400
  • 8b8bb6342f
    read: use ThreadLocal for both backends hinto.janai 2024-04-28 20:45:05 -0400
  • 75a1db3fdc
    a few more docs Boog900 2024-04-29 01:11:54 +0100
  • 3f2cc5144b
    database: update backends (#119) hinto-janai 2024-04-28 20:12:42 -0400
  • 43001760aa
    Merge branch 'main' into p2p-changes Boog900 2024-04-29 01:05:10 +0100
  • e59123f138
    redb: fix hinto.janai 2024-04-28 16:26:07 -0400
  • 68fa315f80
    heed: fix hinto.janai 2024-04-28 16:24:10 -0400
  • 3043166027
    heed 0.20.0-alpha.9 -> 0.20.0, redb 2.0.0 -> 2.1.0 hinto.janai 2024-04-28 16:18:44 -0400
  • bd246eb9a3
    read: fix variable name hinto.janai 2024-04-28 16:10:39 -0400
  • 5b227dbe4f
    read: rct outputs hinto.janai 2024-04-28 15:55:18 -0400
  • 98157c9347
    free: use u64_to_timelock() hinto.janai 2024-04-28 13:54:08 -0400
  • 8015267db3
    helper: add timelock <-> u64 mapping functions hinto.janai 2024-04-28 13:53:20 -0400
  • 118fd9a9e1
    service: check output value correctness in tests hinto.janai 2024-04-26 21:01:57 -0400
  • a347f7fd9d
    read: move Output mapping to crate::free hinto.janai 2024-04-26 20:56:32 -0400
  • 0e4ec3958d
    read: fix ThreadLocal macros for redb hinto.janai 2024-04-26 20:33:12 -0400
  • 64938bfec0
    small fixes hinto.janai 2024-04-26 20:11:24 -0400
  • 2ac90420c6
    ci: fix windows/macos (#116) hinto-janai 2024-04-26 19:49:55 -0400
  • 2afd3d782b
    ci: install windows-gnu hinto.janai 2024-04-26 18:25:44 -0400
  • 5f58e5bf1d
    test-utils: add arm macos to monerod downloader hinto.janai 2024-04-26 18:08:53 -0400
  • ef61ba087d
    cryptonight: include homebrew directories hinto.janai 2024-04-25 18:54:21 -0400
  • 5f82c6aa6b
    fix review hinto.janai 2024-04-26 18:02:10 -0400
  • b4a2be2338
    clippy Boog900 2024-04-26 21:17:47 +0100
  • 1c72c0952f
    p2p changes Boog900 2024-04-26 21:13:53 +0100
  • 3a172e05ac
    small fixes hinto.janai 2024-04-25 20:29:05 -0400
  • 9a507e7053
    read: use macros for set/getting ThreadLocal's based on backend hinto.janai 2024-04-25 17:43:08 -0400
  • bb99739c59
    service: add ReadRequest::Outputs test hinto.janai 2024-04-25 16:27:27 -0400
  • 71e47eb64f
    tables: fix incorrect doc hinto.janai 2024-04-25 15:54:44 -0400
  • 51e9a14fb8
    service: fix bad block data in test hinto.janai 2024-04-25 15:41:52 -0400
  • f3c46a109f
    Merge branch 'main' into service hinto.janai 2024-04-25 15:39:37 -0400
  • 32a44a2503
    test-utils: compare data against RPC (#115) hinto-janai 2024-04-25 14:58:45 -0400
  • 5054859c95
    Merge branch 'main' into peer-set Boog900 2024-04-25 14:16:15 +0100
  • 68b45cd6d7
    clippy Boog900 2024-04-25 02:30:25 +0100
  • 38b9898c45
    extend tests Boog900 2024-04-25 02:22:25 +0100
  • 4b6df53015
    database: fix cumulative_generated_coins from test data hinto.janai 2024-04-24 20:26:52 -0400
  • b8970968ed
    small fixes hinto.janai 2024-04-24 20:24:51 -0400
  • f19ee53841
    test-utils: add tests to compare data against RPC data, and fix hinto.janai 2024-04-24 20:08:24 -0400
  • 2eb5ebb651
    cargo: add pretty_assertions hinto.janai 2024-04-24 20:07:47 -0400
  • 64d68ce5c7
    generate first state in config Boog900 2024-04-25 00:49:15 +0100
  • 889532d1be
    service: finish most tests hinto.janai 2024-04-24 19:21:13 -0400
  • 6f953c75db
    reduce test epoch (windows CI fail) Boog900 2024-04-25 00:06:41 +0100
  • 5daec5bc91
    fix doc Boog900 2024-04-24 23:45:32 +0100
  • 917ded9297
    Merge branch 'main' into D++ Boog900 2024-04-24 23:39:46 +0100
  • 533f3057d3
    add more docs Boog900 2024-04-24 23:38:58 +0100
  • 034b64463b
    Merge branch 'main' into service hinto.janai 2024-04-24 16:53:09 -0400
  • bf6c21c71e
    database: split cumulative_difficulty into low/high bits (#114) hinto-janai 2024-04-24 16:47:48 -0400
  • ac0ed26955
    Update helper/src/map.rs hinto-janai 2024-04-24 16:28:53 -0400
  • 280dc99e79
    Update helper/src/map.rs hinto-janai 2024-04-24 16:28:47 -0400
  • ae2a0be37e
    service: initial tests hinto.janai 2024-04-24 16:19:00 -0400
  • c485b951f3
    ops: replace all table len asserts with AssertTableLen hinto.janai 2024-04-24 16:17:28 -0400
  • 61dbd9e549
    add tracing Boog900 2024-04-24 21:13:33 +0100
  • 1e260a4e9c
    tests: add AssertTableLen hinto.janai 2024-04-24 16:06:06 -0400
  • ff5cca181b
    read: impl number_outputs_with_amount() hinto.janai 2024-04-24 15:26:59 -0400
  • 3060a0c7dc
    helper: docs hinto.janai 2024-04-24 14:54:54 -0400
  • cd1464666f
    helper: test output is low-endian bits hinto.janai 2024-04-24 14:52:08 -0400
  • 10412738eb
    helper: docs hinto.janai 2024-04-24 14:48:33 -0400
  • 2428806bf0
    database: fix tests hinto.janai 2024-04-24 14:31:46 -0400
  • d5627cb256
    helper: rename functions hinto.janai 2024-04-24 14:31:23 -0400
  • 5d25f3cfc8
    database: use helper's cumulative_diff functions hinto.janai 2024-04-24 14:26:18 -0400
  • b3442f72ac
    helper: add map module hinto.janai 2024-04-24 14:23:08 -0400
  • 28d049e5d8
    types: split cumulative_difficulty into low/high bits hinto.janai 2024-04-24 13:47:03 -0400
  • 2e45b989d1
    add a txpool builder Boog900 2024-04-24 03:00:29 +0100
  • bf7c11ce84
    read: flatten indentation, add thread_local() hinto.janai 2024-04-23 21:25:54 -0400
  • 26dc7cffaf
    read: impl outputs() hinto.janai 2024-04-23 21:14:14 -0400
  • 0a01ddda2f
    service: remove RwLock, impl some read functions hinto.janai 2024-04-23 18:57:21 -0400
  • 6a0a17aead
    heed: use read-txn-no-tls for Send read transactions hinto.janai 2024-04-23 18:56:52 -0400
  • ba1d96522f
    service: wrap ConcreteEnv in RwLock and doc why hinto.janai 2024-04-23 16:46:45 -0400
  • 4dbf7dafa9
    read: fix signatures hinto.janai 2024-04-23 14:49:27 -0400
  • 64304dc84c
    read: impl block fn's hinto.janai 2024-04-23 14:30:00 -0400
  • 2123c84212
    Merge branch 'main' into D++ Boog900 2024-04-23 19:12:33 +0100
  • 18ead5557c
    add more txpool docs Boog900 2024-04-23 19:11:06 +0100
  • 5d8322dcba
    ops: add get_block_info() hinto.janai 2024-04-23 13:32:33 -0400
  • a598fc38d2
    write: impl write_block() hinto.janai 2024-04-23 13:20:57 -0400
  • c65eb0a3ca
    database: implement ops/ (#102) hinto-janai 2024-04-22 21:53:29 -0400
  • 61861eaf27
    D++ tx pool Boog900 2024-04-23 02:48:04 +0100
  • 891ebd2aa9
    cumulative_generated_coins() docs for pre-block-0 special case hinto.janai 2024-04-22 14:47:33 -0400
  • b11378e2b9
    Update database/src/ops/block.rs hinto-janai 2024-04-22 14:26:46 -0400
  • 207f4a1ca2
    add tmp_env_all_threads() hinto.janai 2024-04-21 21:05:03 -0400
  • 3ffa63789a
    docs hinto.janai 2024-04-21 20:59:38 -0400
  • 8196dd002d
    blockchain: add cumulative_generated_coins() tests hinto.janai 2024-04-21 17:16:36 -0400
  • 9c5602cc9c
    cumulative_generated_coins(): block/ -> blockchain/ hinto.janai 2024-04-21 17:04:23 -0400
  • 249c5d42a1
    fix clippy, docs, TODOs hinto.janai 2024-04-21 17:00:39 -0400
  • 971ea94f0d
    block: total_generated_coins -> cumulative_generated_coins hinto.janai 2024-04-21 16:14:34 -0400
  • 179be09a5f
    ops: use real block/tx data in tests hinto.janai 2024-04-21 15:57:26 -0400
  • 850545f2ed
    test-utils: add block_blob to VerifiedBlockInformation hinto.janai 2024-04-21 15:23:49 -0400
  • 6529d6d777
    Merge branch 'main' into ops hinto.janai 2024-04-21 15:17:37 -0400
  • ee22e81c7e
    test-utils: add rpc module (#110) hinto-janai 2024-04-21 12:11:23 -0400
  • 09be171823
    data: fix height hinto.janai 2024-04-21 11:00:13 -0400
  • d35009856d
    data: fix generated_coins/reward references hinto.janai 2024-04-21 10:53:37 -0400
  • c04cce1188
    client: calculate proper generated_coins hinto.janai 2024-04-21 10:48:01 -0400
  • 55cffab8e7
    Merge branch 'main' into rpc hinto.janai 2024-04-21 10:21:44 -0400
  • aa2aee4c43
    block: manual panic -> assert_eq!() hinto.janai 2024-04-21 10:03:52 -0400
  • 9ad7ea3fa0
    build(deps): bump rustls from 0.22.2 to 0.22.4 (#112) dependabot[bot] 2024-04-21 01:34:17 +0100
  • fe2366c5df
    test-utils: return &'static verified superset types (#108) hinto-janai 2024-04-20 20:34:04 -0400
  • e27c011dc2
    add test Boog900 2024-04-21 00:54:29 +0100
  • 22c5ff10c2
    working D++ router Boog900 2024-04-21 00:52:28 +0100
  • 6cbc72b208
    init D++ router Boog900 2024-04-20 02:40:10 +0100
  • decd1f277d
    fix clippy hinto.janai 2024-04-19 20:59:29 -0400