Skip to content

v0.6.8

Compare
Choose a tag to compare
@popcnt1 popcnt1 released this 11 Aug 11:49
· 364 commits to main since this release
8289948

Major changes

  • [RPC&CLI] Support dry_run transactions and dry transactions before publishing modules by @steelgeek091 in #2380
  • [bitcoin-move] Bitcoin p2tr address and taproot support by @jolestar in #2373
  • [Indexer & RPC] Support query event by event type and sender by @baichuan3 in #2405
  • [Move & RPC ] Fix utf8 panic bug for Move String by @qShirley in #2393
  • [Move & RPC] Implement TypeTag&StructTag from_canonical_string and fix coin type parse panic bug by @jolestar in #2397

RPC Break Changes

  • [RPC] Migrate filter_out parameter to QueryOption by @baichuan3 in #2405: This change breaks queryObjectStates RPC & SDK

What's Changed

  • fix(statedb-export): fix export indexer cmd by @popcnt1 in #2374
  • typo: run a view function by @qShirley in #2375
  • docs : fix pages' command mistakes by @gunksd in #2377
  • refactor(statedb/genesis-verify): reserve UTXO got from statedb to raw UTXO for verifying by @popcnt1 in #2379
  • [CLI] Fixup export objects for indexer from statedb and rebuild indexer by @baichuan3 in #2378
  • Implementation of transaction dry run by @steelgeek091 in #2380
  • add free mint not & update sdk rpc index by @wow-sven in #2391
  • add stacktrace by @yourmoonlight in #2392
  • chore(deps): bump serde from 1.0.204 to 1.0.205 by @dependabot in #2390
  • fix: Display vector byte if movestring can't format to utf8 by @qShirley in #2393
  • [bitcoin-move] Bitcoin p2tr address and taproot support by @jolestar in #2373
  • [VM] Reload all the native functions after the gas schedule upgrade. by @steelgeek091 in #2398
  • [move] Implement TypeTag&StructTag from_canonical_string by @jolestar in #2397
  • [Indexer] Support repair indexer rpc by @baichuan3 in #2396
  • refactor(statedb/genesis): separate produce addr_mapping and utxo updates by @popcnt1 in #2400
  • [Indexer] Support query event by event type and sender by @baichuan3 in #2405
  • [release]: prepare release v0.6.8 and framework v6 by @popcnt1 in #2407

New Contributors

Full Changelog: v0.6.7...v0.6.8