Commit Graph

23336 Commits

Author SHA1 Message Date
Hugo Caillard
35f24017e0 refactor: add copyright 2024-05-16 11:13:22 +02:00
Hugo C
6fcb7d9b98 docs: add rustdoc to next_initiative_delay
Co-authored-by: Aaron Blankstein <aaron@blockstack.com>
2024-05-16 10:54:20 +02:00
Brice Dobry
83d338d7fe Merge pull request #4745 from stacks-network/feat/stacks-block-height
Add/update block height keywords in Clarity
2024-05-15 21:13:29 +00:00
ASuciuX
1bbf014376 Merge pull request #4797 from ASuciuX/feat/signer-message-updates
Signer message for reward set not determined or not registered signer
2024-05-15 21:05:41 +00:00
ASuciuX
4b40a4c725 remove extra misleading output signer registration 2024-05-15 22:52:39 +03:00
Jude Nelson
ebe1703891 Merge branch 'develop' into feat/sqlite-feature-flag 2024-05-15 18:45:18 +00:00
ASuciuX
c712caf482 Merge branch 'develop' into feat/signer-message-updates 2024-05-15 19:58:19 +03:00
ASuciuX
07adabe53f remove extra dependency 2024-05-15 19:58:02 +03:00
ASuciuX
9fab39f340 update to general signer message for users
- it gets both cases:
1. reward set not determined
2. signer not registered
without having to modify a lot of the current implementation only to parse an extra separation between them.
2024-05-15 19:55:01 +03:00
Brice Dobry
4fb8bdd86c test: validate block height at epoch 3.0 transition 2024-05-15 12:35:51 -04:00
Brice Dobry
c94d9e3040 test: pass Clarity 2 contract to Clarity 3 contract
Ensure new keywords are still handled as expected.
2024-05-15 11:23:42 -04:00
wileyj
cd1022ffc4 Merge pull request #4792 from BowTiedDevOps/develop
CI: Update Used Actions' Versions
2024-05-15 15:16:50 +00:00
Jude Nelson
368541fc1a Merge pull request #4759 from stacks-network/fix/4732
Fix/4732
2024-05-15 15:15:26 +00:00
wileyj
406083a1bd Merge branch 'develop' into develop 2024-05-15 07:53:16 -07:00
wileyj
f7d8f7e345 Merge pull request #4544 from stacks-network/feat/codeowners
Add CODEOWNERS
2024-05-15 14:51:00 +00:00
Jude Nelson
54bbc4c69b Merge branch 'develop' into feat/codeowners 2024-05-15 14:28:51 +00:00
Brice Dobry
369d00fafc fix: move tenure setting after epoch transition
This is necessary after the new check was added to ensure that the
tenure height is not set before epoch 3.0.
2024-05-15 09:25:32 -04:00
Brice Dobry
890f07cd1d test: check more variable reuse scenarios 2024-05-15 08:18:02 -04:00
Hugo Caillard
3abdc2aeca feat: add a next_initiative_delay config 2024-05-15 11:59:58 +02:00
Jude Nelson
253304aa79 Merge branch 'develop' into fix/4732 2024-05-15 02:40:20 +00:00
BowTiedDevOps
9f7c023f85 feat: setup rustfmt toolchain in composite actions 2024-05-15 01:33:06 +03:00
jferrant
45cf912a06 Merge pull request #4787 from stacks-network/chore/block-signature-message-type
Chore/block signature message type
2024-05-14 22:28:17 +00:00
Jude Nelson
b65fa72cbc Merge branch 'develop' into fix/4732 2024-05-14 21:37:46 +00:00
Jacinta Ferrant
69fa6effbc CRC: fix whitespace
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 13:53:00 -07:00
Brice Dobry
2b4b1c14bf feat: handle tenure-height with at-block before epoch 3.0
Also including some other improvements from PR review.
2024-05-14 16:48:42 -04:00
Jacinta Ferrant
65859b7f75 CRC: fix documentation on define_u8_enum types in messages.rs
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 12:53:19 -07:00
Jacinta Ferrant
7af348d710 CRC: create a trait to enforce multiple traits for signer event types
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 12:35:37 -07:00
Jacinta Ferrant
1decf3baca Merge branch 'develop' of https://github.com/stacks-network/stacks-core into chore/block-signature-message-type 2024-05-14 11:56:12 -07:00
Jacinta Ferrant
0c3631bd42 CRC: remove use of hardcoded u8s in codec functions
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 11:35:15 -07:00
Jude Nelson
e6021f5bee chore: fix compile issues in stacks-node 2024-05-14 14:19:19 -04:00
jferrant
87fdd5086d Merge pull request #4778 from stacks-network/chore/signer-traits
Pull current stacks signer out into v1 implementation and create placeholder v0 mod
2024-05-14 18:00:25 +00:00
Jacinta Ferrant
c9219e556e Do not enable empty MinerMessage event
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 11:00:09 -07:00
Jacinta Ferrant
6c5f04219b Merge branch 'chore/signer-traits' of https://github.com/stacks-network/stacks-core into chore/block-signature-message-type 2024-05-14 10:41:22 -07:00
Jacinta Ferrant
5d0dc11adb CRC: move traits to lib.rs
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 10:37:19 -07:00
Hugo Caillard
eefaeb7460 refactor: revert trailing spaces changes 2024-05-14 19:24:34 +02:00
Hugo Caillard
cb5802f381 refactor: revert trailing spaces changes 2024-05-14 19:18:07 +02:00
Jacinta Ferrant
7d4075333c Remove unused serialization of HashSet in messages.rs
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 10:14:47 -07:00
Hugo Caillard
2eec4e17e1 refactor: cargo fmt-stacks 2024-05-14 18:45:39 +02:00
Jacinta Ferrant
b80d71ef68 Replace custom NakamotoBlockHeaders throughout signer with empty()
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 09:41:03 -07:00
Jacinta Ferrant
8d6a3a56f7 Skip some mutants
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-14 09:34:54 -07:00
BowTiedDevOps
9021c4102d feat: download artifacts with different names with a pattern 2024-05-14 19:14:29 +03:00
Hugo Caillard
2cfcb77ae4 fix: remove unused rustqlite imports 2024-05-14 18:11:43 +02:00
Hugo Caillard
ec8771f037 fix: add the canonical cargo feature to clarity/testing 2024-05-14 17:56:44 +02:00
Hugo Caillard
a2ba82e241 fix: stacks-common dependency features 2024-05-14 17:48:29 +02:00
Hugo Caillard
11fb999e2a feat: add a canonical feature in stacks-common and in clarity 2024-05-14 17:19:03 +02:00
Hugo Caillard
d271d14c60 refactor: move rusqlite related code to clarity_src/vm/database/sqlite.rs 2024-05-14 15:44:53 +02:00
Hugo Caillard
4a7fed2a65 refactor: add stacks-common/src/types/sqlite.rs 2024-05-14 15:32:48 +02:00
BowTiedDevOps
84684ff577 feat: update used actions versions 2024-05-14 16:05:58 +03:00
Jacinta Ferrant
382cdfd33a Change ecdsa::Signature to MessageSignature
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
2024-05-13 14:02:19 -07:00
Jude Nelson
a71abf7b59 Merge branch 'develop' into fix/4732 2024-05-13 20:46:15 +00:00