Mårten Blankfors
a2afceebdf
feat: Make SignerDB store a rusqlite Connection
2024-03-06 13:44:25 +01:00
Mårten Blankfors
6d59036f5e
feat: Relax trait bound requirements of creating and spawning signers
2024-03-06 13:44:25 +01:00
Mårten Blankfors
fdba3e9694
fix: Get rid of some unnecessary trait bounds
...
Note: It's often tempting to put trait bounds on structs but in most
scenarios the general rule of thumb should be to use trait bounds
in impl blocks but let structs just declare data structures and
not behavior.
For further reading: https://stackoverflow.com/questions/49229332/should-trait-bounds-be-duplicated-in-struct-and-impl
2024-03-06 13:44:18 +01:00
Hank Stoever
644cc0d29f
feat: add error code to StackerDBChunkAckData
2024-03-06 10:23:26 +01:00
Hank Stoever
574f73248c
feat: setup basic signerDB
2024-03-06 10:23:25 +01:00
Hank Stoever
bf5a833aeb
Merge pull request #4488 from stacks-network/fix/pox-info-test
...
fix: expected reward cycle in integration test for pox info
2024-03-05 21:30:33 +00:00
Hank Stoever
1c5764ecb1
fix: expected reward cycle in integration test for pox info
2024-03-05 12:52:21 -08:00
Brice Dobry
0b34e090fc
Merge pull request #4469 from stacks-network/chore/remove-self-signer
...
Remove self signer
2024-03-05 17:45:53 +00:00
Matthew Little
f3fc5e4b7f
Merge branch 'next' into chore/remove-self-signer
2024-03-05 18:16:20 +01:00
Matthew Little
8b0b4b7bfa
Merge branch 'next' into chore/remove-self-signer
...
# Conflicts:
# testnet/stacks-node/src/tests/nakamoto_integrations.rs
# testnet/stacks-node/src/tests/signer.rs
2024-03-05 17:48:06 +01:00
wileyj
2c49a5b15d
Merge pull request #4485 from stacks-network/ci/no-codecov-fail
...
CI: do not fail CI if the codecov upload fails
2024-03-05 16:34:35 +00:00
wileyj
20a4320fb7
Merge pull request #4478 from BowTiedDevOps/ci/replace-rustfmt-action
...
CI: Replace Rustfmt Action
2024-03-05 15:50:33 +00:00
Matthew Little
c0d4c28c40
chore: fix merge conflict
2024-03-05 16:27:09 +01:00
Brice Dobry
ac9836ddff
ci: disable fail_ci_if_error until codecov upload is fixed
2024-03-05 10:13:13 -05:00
jferrant
2d82e60650
Merge pull request #4471 from stacks-network/feat/block-proposal-auth
...
Feat/block proposal authorization password for v2/block_proposal endpoint
2024-03-05 15:07:49 +00:00
Matthew Little
92a7fc7560
Merge branch 'next' into chore/remove-self-signer
2024-03-05 16:01:16 +01:00
BowTiedDevOps
0da14ad04a
Merge branch 'next' into ci/replace-rustfmt-action
2024-03-05 15:58:12 +02:00
saralab
45c80a4179
Merge pull request #4467 from stacks-network/fix/get-vote-response-type
...
Fix `get-vote` response type
2024-03-05 13:48:13 +00:00
Matthew Little
38cd24d7e1
Merge pull request #4475 from stacks-network/fix/stacks-client-endpoint-dns
...
fix: resolve DNS/hostnames for signer node_host config
2024-03-05 13:27:30 +00:00
Matthew Little
8c1dab8552
Merge branch 'next' into fix/stacks-client-endpoint-dns
2024-03-05 14:05:44 +01:00
saralab
11d74341d7
Merge pull request #4468 from stacks-network/feat/pox-info-reward-cycle
...
Fix: manually calculate current reward cycle ID in /v2/pox_info
2024-03-05 09:39:35 +00:00
Matthew Little
9760ced0a5
chore: pr feedback
2024-03-05 10:22:51 +01:00
Matthew Little
54a7fc3160
Merge branch 'next' into fix/stacks-client-endpoint-dns
2024-03-05 10:11:59 +01:00
Brice Dobry
138fa3aa98
fix: different mock reponse for get-vote
2024-03-04 21:00:13 -05:00
8marz8
afe7e68ba4
Merge pull request #4474 from stacks-network/chore/graceful-shutdown
...
Ctrl-C graceful shutdown during burnchain initialization
2024-03-04 22:25:02 +00:00
Hank Stoever
2f52d4151f
fix: update tests in mock for get-approved-agg-key
2024-03-04 14:05:58 -08:00
Aaron Blankstein
d5af26e0ce
chore: add comment to the manual calculation of reward_cycle_id
2024-03-04 16:04:38 -06:00
Marzi
5ea730c224
Ctrl-C graceful shutdown during burnchain initialization + retry logic when adding a bootstrap node
2024-03-04 16:53:57 -05:00
Hank Stoever
ec149d73cd
Merge branch 'next' into fix/get-vote-response-type
2024-03-04 12:56:42 -08:00
Hank Stoever
60c9e333c4
fix: add block_proposal_token to file type
2024-03-04 11:53:45 -08:00
Jeff Bencin
9be0b65cd7
Merge pull request #4462 from jbencin/chore/hashmap-alloc
...
chore(clarity): Allocate `HashMap`s with capacity when possible
2024-03-04 19:04:49 +00:00
Brice Dobry
5f887348c8
Merge pull request #4480 from stacks-network/fix/signer-nonces
...
Fix signer nonces
2024-03-04 19:01:59 +00:00
Jeff Bencin
5f4d1fb2e7
chore: Address PR feedback
2024-03-04 13:29:59 -05:00
Jeff Bencin
ad27ac4ded
chore(clarity): Allocate HashMaps with capacity when possible
2024-03-04 13:29:59 -05:00
Brice Dobry
2493821cc9
fix: use the correct tip to retrieve signer nonces
2024-03-04 12:33:03 -05:00
BowTiedDevOps
716495efdb
Merge branch 'next' into ci/replace-rustfmt-action
2024-03-04 19:22:13 +02:00
Jacinta Ferrant
c1a6f2fe64
Add config option to provide authorization password to block proposal endpoint
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2024-03-04 12:18:10 -05:00
Matthew Little
72d473ace9
Merge branch 'next' into fix/stacks-client-endpoint-dns
2024-03-04 18:07:49 +01:00
Matthew Little
8754734b28
Merge branch 'next' into fix/stacks-client-endpoint-dns
2024-03-04 18:04:35 +01:00
Matthew Little
e9290cb978
chore: pr feedback around string ownership
2024-03-04 17:59:19 +01:00
Brice Dobry
1fb9876412
Revert "feat: setup blind-signer lib and binary"
...
This reverts commit b04386d4f5 .
Since the signer is ready, this blind signer is not necessary and it is
better to not add this additional component that needs to be kept
updated.
2024-03-04 11:37:29 -05:00
Mårten Blankfors
0910eeda63
Merge pull request #4473 from stacks-network/4472-race-condition-in-stacks-signer-client-tests
...
Fix race condition in stacks signer client tests
2024-03-04 16:24:11 +00:00
BowTiedDevOps
f4054a09ac
feat: replace old rustfmt action with custom one for alias input
2024-03-04 18:19:07 +02:00
wileyj
0a4a6d30c7
Merge pull request #4231 from stacks-network/feat/pox-4-initial-clarity-tests
...
PoX-4 Clarunit Setup & Initial Tests
2024-03-04 15:18:34 +00:00
Matthew Little
05e26e0805
fix: resolve DNS/hostnames for signer node_host value #4466
2024-03-04 15:34:49 +01:00
Mårten Blankfors
ac03fc769a
fix: Port binding conflict in client::stackerdb::tests
2024-03-04 11:38:58 +01:00
Aaron Blankstein
383d586a79
Merge pull request #4435 from jbencin/chore/remove-sha2-asm
...
Chore: Remove unnecessary `sha2-asm` dependency
2024-03-01 20:48:45 +00:00
Jeff Bencin
aa0f6d7e4b
chore: Remove unnecessary sha2-asm dependency
2024-03-01 15:17:44 -05:00
jferrant
4888ba273b
Merge pull request #4451 from stacks-network/bugfix/misuse-signer-id-signer-slot-id
...
Fix signer id use in stackerdb
2024-03-01 20:06:15 +00:00
Brice Dobry
edbda596f2
Merge branch 'next' into chore/remove-self-signer
2024-03-01 13:18:07 -05:00