Skip to content

Tags: hirosystems/stacks-subnets

Tags

v0.8.1

Toggle v0.8.1's commit message
chore(release): 0.8.1 [skip ci] ## [0.8.1](v0.8.0...v0.8.1) (2023-07-17) ### Bug Fixes * update block handling for new model ([d06e152](d06e152))

v0.8.0

Toggle v0.8.0's commit message
chore(release): 0.8.0 [skip ci] ## [0.8.0](v0.7.1...v0.8.0) (2023-07-07) ### Features * API now responds with state from latest microblocks by default ([0b8a4ac](0b8a4ac)) * Retry certain failed transactions against latest microblocks ([b0dce01](b0dce01)) ### Bug Fixes * race condition when detecting a Stacks reorg ([2862b16](2862b16)) * remove coinbase reward ([56a7738](56a7738))

v0.7.1

Toggle v0.7.1's commit message
chore(release): 0.7.1 [skip ci] ## [0.7.1](v0.7.0...v0.7.1) (2023-06-28) ### Bug Fixes * sort L1 accepted_ops by txid in order to get consistent consensus hash and stored op order ([f95f869](f95f869))

v0.7.0

Toggle v0.7.0's commit message
chore(release): 0.7.0 [skip ci] ## [0.7.0](v0.6.3...v0.7.0) (2023-06-22) ### Features * add `target-chain-height` to `commit-block` ([b702561](b702561)) * add event dispatcher to `mine_next_microblock_from_txs` ([9f8d544](9f8d544)) * add function to update the `admin` ([2654055](2654055)) * change microblock mining strategy ([dcbc0b5](dcbc0b5)) * move microblock tracking into `microblock_miner_state` ([b9fb9ad](b9fb9ad)) * **ublocks:** mining functional ([0286b22](0286b22)) * use map for storing microblocks ([02a151f](02a151f)) ### Bug Fixes * ignore anchor mode on a subnet ([0c7b9d7](0c7b9d7)) * include `target-height` in signed tuple ([2a27e41](2a27e41)) * process microblock receipts with anchor block ([02a390c](02a390c)) * update multi-miner contract to use block height ([7b0f09a](7b0f09a))

v0.6.3

Toggle v0.6.3's commit message
chore(release): 0.6.3 [skip ci] ## [0.6.3](v0.6.2...v0.6.3) (2023-06-21) ### Bug Fixes * Update values so that unit test `metrics::test_proportional_dot_product_with_mainnet_lims` passes ([0d6bae2](0d6bae2))

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #286 from jbencin/ci/update-to-stacks-2.4 ci: Fix job `build-layer-1-tests` and failing integration tests

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #281 from hirosystems/fix/db-migration fix: db migrations for schemas 2 and 3

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #279 from hirosystems/fix/subnet-traits fix: use latest version of `subnet-traits` contract

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #261 from hirosystems/max-subnet_docs_update docs: Improvements to Getting Started and Overview guides

v0.4.2

Toggle v0.4.2's commit message
fix: Update `reqwest` and disable OpenSSL to address CVEs