Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement dry-run mode for signer #5680

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Conversation

kantai
Copy link
Member

@kantai kantai commented Jan 10, 2025

Description

This implements a dry-run mode for the signer (see #5668)

@kantai kantai requested a review from a team as a code owner January 10, 2025 15:57
@kantai kantai force-pushed the feat/dry-run-signer branch from 8fa4d11 to b5b27a3 Compare January 10, 2025 15:58
@kantai kantai force-pushed the feat/dry-run-signer branch from b5b27a3 to d4ad769 Compare January 10, 2025 20:05
jferrant
jferrant previously approved these changes Jan 13, 2025
@kantai kantai requested a review from a team as a code owner January 14, 2025 19:01
obycode
obycode previously approved these changes Jan 15, 2025
Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

hstove
hstove previously approved these changes Jan 16, 2025
@kantai kantai dismissed stale reviews from hstove and obycode via 652f9e3 January 21, 2025 15:25
@kantai kantai requested a review from a team as a code owner January 21, 2025 15:25
@aldur aldur modified the milestones: 3.1.0.0.4, 3.1.0.0.5 Jan 21, 2025
CHANGELOG.md Outdated
@@ -15,7 +24,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
### Changed

- The RPC endpoint `/v3/block_proposal` no longer will evaluate block proposals more than `block_proposal_max_age_secs` old
- When a transaction is dropped due to replace-by-fee, the `/drop_mempool_tx` event observer payload now includes `new_txid`, which is the transaction that replaced this dropped transaction. When a transaction is dropped for other reasons, `new_txid` is `null`. [#5381](https://github.com/stacks-network/stacks-core/pull/5381)
- When a transaction is dropped due to replauce-by-fee, the `/drop_mempool_tx` event observer payload now includes `new_txid`, which is the transaction that replaced this dropped transaction. When a transaction is dropped for other reasons, `new_txid` is `null`. [#5381](https://github.com/stacks-network/stacks-core/pull/5381)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi are you trying to make me look bad by adding a typo to my changelog entry?

@aldur aldur linked an issue Jan 23, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: In Review
Development

Successfully merging this pull request may close these issues.

Support for "dry-run" mode in signer binary
5 participants