Skip to content

Releases: hirosystems/stacks-subnets

v0.8.1

17 Jul 22:41
Compare
Choose a tag to compare

0.8.1 (2023-07-17)

Bug Fixes

  • update block handling for new model (d06e152)

v0.8.0

07 Jul 20:05
Compare
Choose a tag to compare

0.8.0 (2023-07-07)

Features

  • API now responds with state from latest microblocks by default (0b8a4ac)
  • Retry certain failed transactions against latest microblocks (b0dce01)

Bug Fixes

  • race condition when detecting a Stacks reorg (2862b16)
  • remove coinbase reward (56a7738)

v0.7.1

28 Jun 01:08
Compare
Choose a tag to compare

0.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)

v0.7.0

22 Jun 13:06
Compare
Choose a tag to compare

0.7.0 (2023-06-22)

Features

  • add target-chain-height to commit-block (b702561)
  • add event dispatcher to mine_next_microblock_from_txs (9f8d544)
  • add function to update the admin (2654055)
  • change microblock mining strategy (dcbc0b5)
  • move microblock tracking into microblock_miner_state (b9fb9ad)
  • ublocks: mining functional (0286b22)
  • use map for storing microblocks (02a151f)

Bug Fixes

  • ignore anchor mode on a subnet (0c7b9d7)
  • include target-height in signed tuple (2a27e41)
  • process microblock receipts with anchor block (02a390c)
  • update multi-miner contract to use block height (7b0f09a)

v0.6.3

21 Jun 21:59
Compare
Choose a tag to compare

0.6.3 (2023-06-21)

Bug Fixes

  • Update values so that unit test metrics::test_proportional_dot_product_with_mainnet_lims passes (0d6bae2)

0.6.0

08 Jun 17:33
e502672
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Warning
Subnets is still under development and not ready for production use!

Docker Image

docker pull hirosystems/stacks-subnets:v0.6.0

What's Changed

Full Changelog: 0.5.0...v0.6.0

0.5.0

20 Apr 17:49
41aac7a
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Warning
Subnets is still under development and not ready for production use!

Docker Image

docker pull hirosystems/stacks-subnets:0.5.0

What's Changed

  • feat: Import miner changes from stacks-blockchain/3337 into subnets by @gregorycoppola in #203
  • fix(ci): Fix some flaky tests by @jbencin in #214
  • feat: Add sender validation to block proposal RPC by @jbencin in #211
  • Updates to mint with trait and various minor changes by @obycode in #206
  • In-memory prototype of MARF replace (SOAR-DB!) by @kantai in #213
  • feat: add events for ft/nft registrations by @obycode in #215
  • Add burnchain_op info to event emitter by @kantai in #216
  • feat(rpc): Add RPC endpoint for Fungible Tokens by @obycode in #218
  • fix: use bullseye instead of alpine for docker image by @obycode in #220
  • Fix errors in Deno VSCode extension by @jbencin in #223
  • Docs: Block proposal, FT withdrawal RPCs by @kantai in #222
  • Withdrawal height by @obycode in #228
  • Fix: allow epochs to transition in a single block, and boot cleanup by @kantai in #229
  • Docs updates by @obycode in #225
  • feat: add watched L1 subnet contract to /v2/info by @obycode in #237
  • Add some more subnet contract tests by @jbencin in #227
  • fix: update server_version by @obycode in #233
  • Update docs for latest by @obycode in #240
  • docs: update contract name to subnet-v1-1 by @obycode in #241
  • fix: Return non-zero value for burn_block_time in v1 API by @jbencin in #243
  • Fix: peer versions must end in 0x06 by @kantai in #244
  • fix: avoid start height check by @obycode in #242
  • subnets-documentation by @LakshmiLavanyaKasturi in #247
  • Fix/handle failed nft deposits by @jbencin in #234
  • Fix: Rename withdrawal_id to withdrawal-id by @jbencin in #255
  • Fix: Refund failed FT deposits by @jbencin in #253
  • Fix: handful of resiliency fixes by @kantai in #252
  • fix: support versioned contract transactions by @obycode in #257
  • ci: Push to DockerHub on branch commits, but only if we have credentials by @jbencin in #258
  • fix: Update reqwest and disable OpenSSL to address CVEs by @jbencin in #254
  • Remove initial balances except in tests by @kantai in #249
  • feat: add block height to commit-block event by @obycode in #260
  • ci: Add explicit != '' comparisons to test if strings are non-empty by @jbencin in #262
  • Changes to subnets Getting Started and Overview guides by @mefrem in #261

New Contributors

Full Changelog: 0.1.0...0.5.0