Hank Stoever
ba68f02e42
fix: move signers stackerdb read limit to libsigner
2024-04-09 20:55:04 -07:00
Aaron Blankstein
207cb690fe
feat: naka miner acts as signer set coordinator during block signing
...
* Replaces msg_id u32 with an enum for message identification
* Adds an additional slot for miner messages
* Adds a sync channel for listening to StackerDB events
* Adds a StackerDBs method for pushing a chunk locally and emitting event
* Uses a new message type to store DKG results, to be read by miners to instantiate coordinator
* Uses a test signing channel for nakamoto integration tests
* Currently builds with a branch of wsts
2024-03-14 09:41:49 -05:00
wileyj
067633d7b1
Merge pull request #4460 from stacks-network/ci/dry_x64_builds
...
[CI] Dry x86-64-v3 builds/default images to use glibc
2024-03-11 19:23:05 +00:00
Hank Stoever
644cc0d29f
feat: add error code to StackerDBChunkAckData
2024-03-06 10:23:26 +01:00
wileyj
e00243f81f
conditionally exclude some crates when target os is windows or macos
2024-02-29 11:42:26 -08:00
Jeff Bencin
cc6fb99d8f
chore: Fix clippy::redundant_clone
2024-02-02 13:54:42 -05:00
Jude Nelson
e6148b4571
fix: boost chunk size to 16MB, which is the maximum block size
2024-01-09 16:25:15 -05:00
Jude Nelson
cef8f87c59
chore: cargo fmt --all -- --config group_imports=StdExternalCrate,imports_granularity=Module
2023-11-16 17:25:04 -05:00
Jude Nelson
038def966f
Merge branch 'develop' into next
2023-10-06 17:54:47 -04:00
Jude Nelson
30d7fe0086
Merge branch 'develop' into chore/libstackerdb-fix-clippy
2023-10-01 01:15:27 +00:00
Jacinta Ferrant
19d9be27cf
Address clippy complaints in libstackerdb.rs
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-09-19 13:34:15 -07:00
Brice Dobry
e17f094790
Merge branch 'chore/merge-master-to-develop' into next
2023-09-06 22:03:47 -04:00
Jude Nelson
0c203ca46a
chore: fix failing test case
2023-08-21 17:29:22 -04:00
Jude Nelson
a79124847c
chore: fix failing test case
2023-08-21 17:27:00 -04:00
Jude Nelson
74389d81e3
fix: fix comment
2023-08-18 16:14:08 -04:00
Jude Nelson
11a6f03477
fix: include stackerdb in RPC request paths
2023-08-18 16:13:09 -04:00
Jude Nelson
ee7cc503e0
chore: address all PR feedback, and address a bug in which we accidentally expected a SIP-003 length prefix in chunks that we parsed
2023-08-18 13:57:15 -04:00
Jude Nelson
08d9adfea7
feat: factor out StackerDB client logic into its own crate
2023-08-15 20:44:32 -04:00