Releases: hirosystems/stacks-subnets
Releases · hirosystems/stacks-subnets
v0.8.1
v0.8.0
v0.7.1
v0.7.0
0.7.0 (2023-06-22)
Features
- add
target-chain-height
tocommit-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
v0.6.3
0.6.0
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
- docs: walkthrough guide edits by @mefrem in #263, @obycode in #272
- feat: subnet contract versioning by @jbencin in #274, #277
- feat: use v2.4.0.0 of clarity and stacks-common by @obycode in #275
- fix: use latest version of
subnet-traits
contract by @obycode in #279
Full Changelog: 0.5.0...v0.6.0
0.5.0
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
towithdrawal-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