hinto.janai
|
58a91c4e65
|
move Spans and NextNeededPruningSeed
|
2024-10-23 19:47:40 -04:00 |
|
hinto.janai
|
9482753304
|
remove AddAuxPow
|
2024-10-23 19:36:46 -04:00 |
|
hinto.janai
|
b0751c417c
|
move CalculatePow
|
2024-10-23 17:34:00 -04:00 |
|
hinto.janai
|
afab072816
|
cuprated/p2p: fix ConnectionInfo
|
2024-10-23 17:06:19 -04:00 |
|
hinto.janai
|
b42a110c98
|
remove BlockchainManagerRequest::Overview
|
2024-10-23 16:37:17 -04:00 |
|
hinto.janai
|
09640fb4ea
|
apply diffs
|
2024-10-17 20:25:23 -04:00 |
|
SyntheticBird
|
978d72b6c1
|
Move consensus context service into a subcrate. (#318)
Architecture mdBook / build (push) Has been cancelled
Audit / audit (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
Deny / audit (push) Has been cancelled
CI / fmt (push) Has been cancelled
Doc / build (push) Has been cancelled
Doc / deploy (push) Has been cancelled
Co-authored-by: Boog900 <boog900@tutanota.com>
|
2024-10-17 00:17:58 +01:00 |
|
hinto-janai
|
9923d8d69d
|
cuprated: internal signatures required for RPC (#297)
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
* 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 |
|
|
8be369846e
|
cuprated: Blockchain Manager (#274)
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
Doc / build (push) Waiting to run
Doc / deploy (push) Blocked by required conditions
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
* add cuprated skeleton
* fmt and add deny exception
* add main chain batch handler
* add blockchain init
* very rough block manager
* misc changes
* move more config values
* add new tables & types
* add function to fully add an alt block
* resolve current todo!s
* add new requests
* WIP: starting re-orgs
* add last service request
* commit Cargo.lock
* add test
* more docs + cleanup + alt blocks request
* clippy + fmt
* document types
* move tx_fee to helper
* more doc updates
* fmt
* fix imports
* remove config files
* fix merge errors
* fix generated coins
* handle more p2p requests + alt blocks
* clean up handler code
* add function for incoming blocks
* add docs to handler functions
* broadcast new blocks + add commands
* add fluffy block handler
* fix new block handling
* small cleanup
* increase outbound peer count
* fix merge
* clean up the blockchain manger
* add more docs + cleanup imports
* fix typo
* fix doc
* remove unrelated changes
* improve interface globals
* manger -> manager
* enums instead of bools
* move chain service to separate file
* more review fixes
* add link to issue
* fix syncer + update comment
* fmt
|
2024-10-08 18:26:07 +01:00 |
|
hinto-janai
|
12bbadd749
|
cuprated: add constants & statics modules (#301)
* add modules
* docs
* test
* rename
* tabs -> spaces
|
2024-09-28 01:41:34 +01:00 |
|
hinto-janai
|
92800810d9
|
cuprated: initial RPC module skeleton (#262)
* readme
* cuprated: add all workspace deps
* cuprated: add lints
* !!
* add state, fn signatures
* fixes
* error signatures
* interface: handle json-rpc concepts
* split rpc calls into 3 `Service`s
* interface: extract out to `RpcService`
* fix merge
* remove crate lints
* use `BoxFuture`
* rpc/interface: impl `thiserror::Error`
* split state from main handler struct
* cleanup
* fix imports
* replace `RpcError` with `anyhow::Error`
* interface: update error
* cuprated: update error type
|
2024-09-08 15:52:17 +01:00 |
|
|
7207fbd17b
|
Binaries: add cuprated skeleton (#258)
* add cuprated skeleton
* fmt and add deny exception
|
2024-08-20 23:56:18 +01:00 |
|