cuprate/storage/blockchain/src
hinto-janai 9923d8d69d
Some checks failed
CI / fmt (push) Has been cancelled
CI / typo (push) Has been cancelled
CI / ci (macos-latest, stable, bash) (push) Has been cancelled
CI / ci (ubuntu-latest, stable, bash) (push) Has been cancelled
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Has been cancelled
Doc / build (push) Has been cancelled
Doc / deploy (push) Has been cancelled
cuprated: internal signatures required for RPC (#297)
* add request methods

* add p2p messages

* add txpool msgs

* add blockchain_context msgs

* add blockchain msgs

* fmt

* blockchain_manager msgs

* blockchain manager msg types

* add DB fn signatures

* add statics module

* p2p msg changes, docs

* txpool docs/types

* blockchain docs/types

* `AlternateChains`, docs

* fixes

* remove blockchain write handle, fix docs

* remove `BlockchainReadRequest::Difficulty`

* remove `BlockchainReadRequest::MinerData`

* fix p2p ban types

* `CurrentRxVm` -> `CurrentRxVms`

* storage: remove `Clone` off write handle

* Update p2p/p2p-core/src/ban.rs

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

* fix merge

---------

Co-authored-by: Boog900 <boog900@tutanota.com>
2024-10-08 22:57:09 +01:00
..
ops Database: Split BlockBlobs table + Miscellaneous fixes (#290) 2024-09-19 20:05:41 +01:00
service cuprated: internal signatures required for RPC (#297) 2024-10-08 22:57:09 +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