Skip to content

Commit fd029be

Browse files
authored
Merge pull request #6197 from fdefelici/feat/cli-publish-postcond-6194
feat: add `--postcondition-mode` option to `blockstack-cli publish` + anchor mode bug fix
2 parents 28fb68f + 8be0834 commit fd029be

File tree

2 files changed

+439
-43
lines changed

2 files changed

+439
-43
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1111

1212
- Added a new RPC endpoint `/v3/health` to query the node's health status. The endpoint returns a 200 status code with relevant synchronization information (including the node's current Stacks tip height, the maximum Stacks tip height among its neighbors, and the difference between these two). A user can use the `difference_from_max_peer` value to decide what is a good threshold for them before considering the node out of sync. The endpoint returns a 500 status code if the query cannot retrieve viable data.
1313

14+
- Added a new option `--postcondition-mode [allow, deny]` to `blockstack-cli publish` command, to set the post-condition mode to allow or deny on the transaction (default is deny)
15+
1416
### Changed
1517

1618
- Changed default mempool walk strategy to `NextNonceWithHighestFeeRate`
1719

20+
### Fixed
21+
22+
- Fixed an issue that prevented the correct usage of anchor mode options (`--microblock-only`, `--block-only`) when using `blockstack-cli publish` command.
23+
1824
## [3.1.0.0.12]
1925

2026
### Added

0 commit comments

Comments
 (0)