Commit graph

394 commits

Author SHA1 Message Date
hinto.janai
2d2d4931f8
find_nonce() + add_aux_pow async wrapper 2024-11-15 20:48:34 -05:00
hinto.janai
854b1752b1
checkup 2024-11-15 20:11:56 -05:00
hinto.janai
d634bea297
get_output_distribution 2024-11-15 16:11:16 -05:00
hinto.janai
e975c420d9
add_aux_pow 2024-11-14 19:58:24 -05:00
hinto.janai
1f3b5ed127
fix calculate_pow 2024-11-14 17:44:08 -05:00
hinto.janai
46bf19861a
initial add_aux_pow impl 2024-11-14 17:03:15 -05:00
hinto.janai
fd84940ee6
fix get_miner_data
Some checks failed
Deny / audit (push) Has been cancelled
2024-11-13 18:01:30 -05:00
hinto.janai
9374d08a07
fix sync_info 2024-11-13 17:44:45 -05:00
hinto.janai
228a718e04
fix get_info, banned 2024-11-13 17:35:35 -05:00
hinto.janai
e30eeb8a35
fix on_get_block_hash, generate_blocks, get_block_headers_range 2024-11-13 16:53:28 -05:00
hinto.janai
0cb6a76fc2
clean imports 2024-11-12 20:06:13 -05:00
hinto.janai
544287d88a
Merge branch 'main' into json 2024-11-12 19:26:15 -05:00
5a5f88cb13
types: fix pruned BlockCompleteEntry (#338)
Some checks failed
Architecture mdBook / build (push) Has been cancelled
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
Deny / audit (push) Has been cancelled
Doc / build (push) Has been cancelled
Doc / deploy (push) Has been cancelled
fix pruned `BlockCompleteEntry`
2024-11-11 23:16:08 +00:00
525e20e841
Fix ci and loosen version requirements (#335)
* add deny exception + loosen version requirements

* add a comment

* remove `expect`
2024-11-04 15:22:43 +00:00
SyntheticBird
b6c4adc83a
p2p: Implement P2P Bucket data structure (#329)
Implements P2P Bucket data structure

This commit implements a "Bucket" data structure that is a collection
of data that discriminates its items into "buckets" (vector of size N)
following a defined function.

- Implements Bucket data structure and Bucketable trait
- Implements Bucketable for Ipv4Addr
- Added the crate to the workspace dependencies
- Added arrayvec as a dependency
2024-11-02 00:45:56 +00:00
hinto.janai
79b03e386a
Merge branch 'main' into json
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-11-01 20:18:25 -04:00
hinto-janai
372cab24d7
cuprated: internal signatures required for RPC pt. 2 (#320)
Some checks failed
CI / ci (macos-latest, stable, bash) (push) Has been cancelled
Audit / audit (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / typo (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
Doc / build (push) Has been cancelled
Doc / deploy (push) Has been cancelled
* apply diffs

* clippy

* fix tests

* rpc: fix tests

* remove `BlockchainManagerRequest::Overview`

* cuprated/p2p: fix `ConnectionInfo`

* move `CalculatePow`

* remove `AddAuxPow`

* move `Spans` and `NextNeededPruningSeed`

* factor types into `cuprate-types`

* scope cargo features

* fix/doc type serde

* Update binaries/cuprated/src/rpc/request/address_book.rs

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

* Update binaries/cuprated/src/rpc/request/blockchain_context.rs

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

* Update binaries/cuprated/src/rpc/request/blockchain_manager.rs

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

* fmt

* txpool: collapse `TxEntry`

* `ConnectionId`

* fix import

* fix bin

---------

Co-authored-by: Boog900 <boog900@tutanota.com>
2024-11-01 22:25:55 +00:00
44981f2b24
CI: add cargo hack (#170)
* add workflow

* fix errors

* fix workflow

* install dependencies

* fix more errors

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>

* fix hack + enable it for cuprate-database

* move hack to main CI

* fix docs

* fix ci formatting

* fix txpool tests

* fix CONTRIBUTING.md formatting

* service -> tower::Service

* review fixes

* review fixes

* fix CI

---------

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
2024-11-01 20:22:14 +00:00
b57ee2f4cf
cuprated: txpool (#312)
Some checks failed
Audit / audit (push) Has been cancelled
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
Deny / audit (push) Has been cancelled
Doc / build (push) Has been cancelled
Doc / deploy (push) Has been cancelled
* init dandelion integration

* add dandelion start function

* finish incoming tx handler

* Add tx blob hash table

* Add missing txpool requests

* handle duplicate stem txs

* check txpool on incoming block

* add request to remove tx in new blocks from the pool

* tell the txpool about incoming blocks

* fix merge

* typos

* remove blockchain height from txpool

* add function to start the pool

* add cross network address

* pre-review changes

* fix CI

* review fixes

* review fixes

* abort on DB error

* fix clippy
2024-10-29 15:30:51 +00:00
SyntheticBird
63216aecae
workspace: Defines cuprate members as workspace dependencies (#326)
Some checks failed
Deny / audit (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / typo (push) Has been cancelled
CI / ci (macos-latest, stable, bash) (push) Has been cancelled
Audit / audit (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
Defines cuprate members as workspace dependencies

- Defines cuprate members as workspace dependencies
- Changed all `path` import into `workspace = true`

Co-authored-by: Boog900 <boog900@tutanota.com>
2024-10-24 23:12:30 +01:00
SyntheticBird
b8e2d00af4
storage: Add common amounts commitment lookup table (#323)
Add common ammounts commitment lookup table

- Implements `compute_zero_commitment` function in `cuprate-helper::crypto` module.
- Added test that compare the function output with the correct calculation.
- Use of a constant-time algorithm for the lookup table.
- Added according documentation
2024-10-24 22:10:33 +01:00
hinto-janai
4b350e897d
consensus-context: enable workspace lints (#321)
enable lints, fix 1.82 clippy
2024-10-22 17:35:54 +01:00
hinto.janai
13eedc6d80
sig docs, remove HardForks request
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-10-17 18:32:47 -04:00
hinto.janai
98dfaa4870
docs, ConnectionInfo, AddressType 2024-10-17 17:13:37 -04:00
hinto.janai
bf07f2c84c
BlockchainManagerRequest docs 2024-10-16 20:47:39 -04:00
SyntheticBird
978d72b6c1
Move consensus context service into a subcrate. (#318)
Some checks failed
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
bd3a844cc5
get_miner_data 2024-10-16 16:57:48 -04:00
hinto.janai
4b1d7bc897
sync_info 2024-10-16 16:46:13 -04:00
hinto.janai
e2f25bd52d
get_info 2024-10-15 20:58:44 -04:00
hinto.janai
548639b2f6
generate_blocks 2024-10-15 20:14:15 -04:00
hinto.janai
d56477cd61
get_tx_ids_loose 2024-10-15 16:58:14 -04:00
hinto.janai
7148ba1668
add_aux_pow 2024-10-15 16:45:54 -04:00
hinto.janai
5926f24d22
calc_pow 2024-10-15 16:19:35 -04:00
hinto.janai
d7d8b3509e
prune 2024-10-14 20:48:47 -04:00
hinto.janai
a10ed59201
get_transaction_pool_backlog 2024-10-14 20:43:24 -04:00
hinto.janai
2daf2555bb
response_base: fn -> const 2024-10-14 20:40:03 -04:00
hinto.janai
08b5ff2f05
relay_tx 2024-10-14 20:31:33 -04:00
hinto.janai
294df3f163
get_alternate_chains 2024-10-14 20:27:27 -04:00
hinto.janai
1e0ab56a5e
get_fee_estimate 2024-10-14 20:15:51 -04:00
hinto.janai
d7fef15cd6
get_version 2024-10-14 20:13:21 -04:00
hinto.janai
1d435cc1f8
get_coinbase_tx_sum 2024-10-14 20:01:14 -04:00
hinto.janai
1a76934aac
get_output_histogram 2024-10-14 18:05:59 -04:00
hinto.janai
6af977f0a5
flush_transaction_pool 2024-10-14 18:01:16 -04:00
hinto.janai
c7ae795837
banned 2024-10-14 17:57:07 -04:00
hinto.janai
37bcbb5ea0
get_bans 2024-10-14 17:16:55 -04:00
hinto.janai
f677b1ae2a
set_bans 2024-10-14 17:04:25 -04:00
hinto.janai
50bd576bb1
hard_fork_info 2024-10-14 16:57:10 -04:00
hinto.janai
9422c07cc8
connection_info 2024-10-14 16:44:59 -04:00
hinto.janai
8a3229b369
get_block 2024-10-11 21:07:32 -04:00
hinto.janai
b82ff278de
map tower::BoxError to anyhow::Error 2024-10-11 20:57:32 -04:00