Jeff Bencin
7249316dc2
Merge branch next into chore/fix-clippy-warnings
2024-02-02 11:34:08 -05:00
Jeff Bencin
2908565ec5
chore: Fix clippy::iter_with_drain in ./clarity and ./stacks-common
2024-02-01 17:50:29 -05:00
Jude Nelson
81ce70281d
Merge branch 'chore/merge-2.4.0.1.0-to-develop' into chore/merge-2.4.0.1.0-develop-to-next
2024-02-01 17:45:48 -05:00
Jeff Bencin
0310a14d3e
chore: Fix default Clippy warnings in ./stacks-common
2024-02-01 14:30:45 -05:00
Aaron Blankstein
d79de76cff
feat: update .signers to use StackerDB paging
...
* make signer-slots a const in stacks-common
* update the .signers maintenance to separate voting share from StackerDB slots
* update .signers to use and alternate 2 pages of signers
2024-02-01 09:19:55 -06:00
Jude Nelson
40ecd03951
fix: ::1 and 127.0.0.0/8 are private range addresses
2024-01-26 15:39:46 -05:00
Aaron Blankstein
a7559a30eb
signing internal representation: from principal -> (buff 33)
2024-01-25 13:11:46 -06:00
Jude Nelson
3c8ec8fd28
fix: don't buffer zero-length buffers; expand test coverage
2024-01-23 18:32:12 -05:00
Jude Nelson
653a116511
fix: blocked condition is true regardless of internal buffer contents
2024-01-23 17:46:03 -05:00
Aaron Blankstein
0d8d736b2c
feat: add MAX_SIZE generic to BitVec struct, set to 4000 for signers vec
2024-01-23 15:35:53 -06:00
Aaron Blankstein
2d11073c32
From expecting (buff 33) to principal
2024-01-19 14:43:35 -06:00
Jude Nelson
aed5eceb16
Merge branch 'master' into test/replay-block
2024-01-19 11:27:14 -05:00
Aaron Blankstein
cb0f1b889d
initial implementation of signer-set computation, add event dispatch endpoint
2024-01-18 15:29:31 -06:00
Aaron Blankstein
1b9ac8373c
initial commit of bitvec struct
2024-01-18 12:29:44 -06:00
Jeff Bencin
ed8b42533a
chore: Address PR comments
2024-01-08 09:50:44 -06:00
Jeff Bencin
90c820e9f3
Fill in some functions for /v2/block_proposal endpoint
2024-01-08 09:48:52 -06:00
Jude Nelson
f23694d63a
Merge branch 'next' into feat/tenure-change-validation
2023-12-07 09:58:20 -05:00
Jude Nelson
38af405571
chore: cargo fmt
2023-12-07 09:53:00 -05:00
wileyj
de7e377f5a
Merge branch 'next' into merge-next-1701798793
2023-12-05 18:47:54 -08:00
wileyj
9e9478fecb
Revert "revert logging commit (pr 4124)"
...
This reverts commit 609005fa1e .
2023-12-04 21:02:40 -08:00
wileyj
609005fa1e
revert logging commit (pr 4124)
2023-12-04 20:29:25 -08:00
wileyj
d18fd97c61
Merge branch 'master' into merge-develop
...
* master: (24 commits)
Update location of archive
update documentation
renaming items to stacks-core
remove comment in dockerfile
address comments in 4079
spelling error
Update docker image name
Add checks/trigger for next/fix typo
set docker repo name and add tag arg for build
(3847) - Adding new workflow files
(3847) - Adding updated files
(3847) - Removing files
(3847) - Adding/updating Dockerfiles for ARM arch
Update README.md
Add new docker tag to address repo name change
docs: fix invalid example in docs
remove missing packags from ci
fix: address issue in print eval
fix: fix trait handler and cut release
chore: add changelog entry for 3784 hotfix
...
2023-12-04 13:43:19 -08:00
Jude Nelson
d650b72aca
chore: remove commented-out code
2023-12-01 15:59:26 -05:00
Jude Nelson
690fcdc0c5
Merge branch 'next' into feat/tenure-change-validation
2023-12-01 15:01:24 -05:00
Jacinta Ferrant
521d20fb35
Boot nakamoto by simulating signer DKG rounds to set dkg in contract
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-11-30 10:15:21 -05:00
Jacinta Ferrant
1a45811b37
Add a test for schnorr signature serde
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-11-30 10:15:21 -05:00
Jacinta Ferrant
2e45ed873f
Add wsts::common::Signature to and from SchnorrSignature conversion
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-11-30 10:15:21 -05:00
Jude Nelson
d47a9c4fb6
Merge branch 'develop' into chore/merge-develop-to-next-20241113
2023-11-17 15:05:01 -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
e3208ac7bc
chore: add first_mined() helper
2023-11-11 01:06:40 -05:00
Jude Nelson
9c9032c53d
chore: cargo fmt
2023-11-07 00:41:05 -05:00
Jude Nelson
2995451030
chore: Epoch25
2023-11-02 13:56:27 -04:00
Brice Dobry
6315b17964
chore: fix more clippy errors
2023-11-01 16:38:47 -04:00
Brice Dobry
43dfe67fac
chore: fix new clippy warning in stacks-common
2023-11-01 16:12:31 -04:00
Brice Dobry
3bde2bcca7
chore: fix new clippy warnings
2023-11-01 15:26:19 -04:00
Brice Dobry
13c33d65d7
chore: fix clippy issues in stacks-common
2023-11-01 15:23:50 -04:00
Jude Nelson
a6af3783a1
Merge branch 'develop' into feat/http-rpc-refactor
2023-10-21 06:37:51 -04:00
Jacinta Ferrant
55b06c2795
CRC: revert panic!(MESSAGE) to assert!(false, MESSAGE) and silence warnings
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
b4ed5f2933
Revert VRF changes in case there are performance impacts and add clippy allow to silence warnings
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
2b749e1374
CRC: revert write_all change, allow needless_range_loop, and update error message
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
e45ddd8691
Address clippy complaints in deps_common
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
07daa48663
Address clippy complaints in src/util/
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
e2db15557e
Address clippy complaints in src/types/
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
1aaf4eaf23
Address clippy complaints in src/deps_common/bitcoin/util
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
cdbf9bb6f2
Address clippy complaints in src/deps_common/bitcoin/network
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
a3d842ebec
Address clippy complaints in src/deps_common/bitcoin/blockdata
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
2a8ef35b40
Address clippy complaints in src/deps_common/bech32
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
457e1ccba1
Address clippy complaints in src/codec/
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jacinta Ferrant
0e2df99c26
Address clippy complaints in src/address/
...
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co >
2023-10-13 08:57:40 -07:00
Jeff Bencin
f6668d8ee3
chore: Apply new rustfmt config from parent commit to all files
2023-10-10 11:11:10 -04:00