Skip to content

Commit 0a4252f

Browse files
committed
upodated CHANGELOG and integration tests
1 parent 5647bc9 commit 0a4252f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
- tests::nakamoto_integrations::v3_signer_api_endpoint
142142
- tests::nakamoto_integrations::signer_chainstate
143143
- tests::nakamoto_integrations::clarity_cost_spend_down
144-
- tests::nakamoto_integrations::v3_blockbyhash_api_endpoint
145144
- tests::nakamoto_integrations::v3_blockbyheight_api_endpoint
146145
# TODO: enable these once v1 signer is supported by a new nakamoto epoch
147146
# - tests::signer::v1::dkg

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1313
- Add index to `metadata_table` in Clarity DB on `blockhash`
1414
- Add `block_commit_delay_ms` to the config file to control the time to wait after seeing a new burn block, before submitting a block commit, to allow time for the first Nakamoto block of the new tenure to be mined, allowing this miner to avoid the need to RBF the block commit.
1515
- Add `tenure_cost_limit_per_block_percentage` to the miner config file to control the percentage remaining tenure cost limit to consume per nakamoto block.
16-
- Add `/v3/blockbyhash` and `/v3/blockbyheight` rpc endpoints
1716
- Add `/v3/blocks/height/:block_height` rpc endpoint
1817

1918
## [3.0.0.0.1]

0 commit comments

Comments
 (0)