cuprate/storage/blockchain/src/ops
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
..
alt_block Blockchain: add alt-block handling (#260) 2024-09-19 16:55:28 +01:00
block.rs Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
blockchain.rs Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
key_image.rs storage: move table generator macro blockchain -> database (#222) 2024-07-11 14:20:56 +01:00
macros.rs Blockchain: add alt-block handling (#260) 2024-09-19 16:55:28 +01:00
mod.rs Blockchain: add alt-block handling (#260) 2024-09-19 16:55:28 +01:00
output.rs Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
property.rs storage: split cuprate-blockchain <-> cuprate-database (#160) 2024-06-26 22:51:06 +01:00
tx.rs Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00