cuprate-hinto-janai/storage/blockchain/src
Asurar e7c6bba63d
Some checks are pending
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
Doc / build (push) Waiting to run
Doc / deploy (push) Blocked by required conditions
Database: Split BlockBlobs table + Miscellaneous fixes (#290)
* Split `BlockBlobs` database table + misc fixes

- Split the `BlockBlobs` database table into two new tables: `BlockHeaderBlobs` and `BlockTxsHashes`.
- `add_block`, `pop_block` and `get_block_extended_header` have been edited consequently.
- `VerifiedBlockInformation` now have a `mining_tx_index: u64` field.
- Made `cuprate-helper`'s `thread` feature a dependency of the `service` feature
- Edited service test mapping of output. It is now a full iterator.

* fix fmt

* Update storage/blockchain/src/types.rs

Co-authored-by: Boog900 <boog900@tutanota.com>

* Update storage/blockchain/src/ops/block.rs

Co-authored-by: Boog900 <boog900@tutanota.com>

* fix warning

---------

Co-authored-by: Boog900 <boog900@tutanota.com>
2024-09-19 20:05:41 +01:00
..
ops Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
service Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
config.rs lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
constants.rs Storage: tx-pool database (#238) 2024-08-22 02:09:07 +01:00
free.rs storage: doc fixes (#228) 2024-07-12 22:15:02 +01:00
lib.rs lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
tables.rs Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
tests.rs Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
types.rs Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
unsafe_sendable.rs lints: replace allow with expect (#285) 2024-09-18 21:31:08 +01:00