Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbencin jbencin released this 20 Apr 17:49
· 145 commits to master since this release
41aac7a

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