v0.6.4
Major changes
- [CLI] Improve the move publish output
- [CLI] Include the git commit in version
- [RPC] UTXOView seals output as a map
- [MoveVM] Improve the native functions error handle
- [SDK] Add discover & add module abi
- [System] Add system metrics
Release framework v3
- [rooch-framework] Support simple on-chain random number generation
- [rooch-framework] Add coin icon url for CoinInfo
- [move-stdlib] Add math modules
- [rooch-framework] Fix the transaction fee deduction issue
What's Changed
- [gh-771] support simple on-chain random number. by @feliciss in #1052
- doc: add how to claim test btc by @geometryolife in #2253
- fix(genesis_utxo): fix owener of RoochToBitcoinAddressMapping by @popcnt1 in #2255
- [Metrics] Refactor to simplify metrics and support State metrics by @baichuan3 in #2252
- add discover & add module abi by @wow-sven in #2256
- mint add coming-soon tokens by @wow-sven in #2257
- fix server panic when bitcoin address is empty by @pause125 in #2260
- [docs] Improve the DSTP documents by @jolestar in #2262
- [framework] add coin icon url for CoinInfo by @qShirley in #2254
- [VM] Handle the Discard type of status code from native function execution by @steelgeek091 in #2258
- [Metrics] Support SMT metrics by @baichuan3 in #2268
- [docs] Update account address document, add nostr by @jolestar in #2269
- Homebrew by @yourmoonlight in #1944
- [gh-1117] add math modules. by @feliciss in #2259
- chore: refine statedb/genesis cmd by @popcnt1 in #2273
- chore: fix fmt issue by @popcnt1 in #2274
- chore: add bloom-filter for reducing map searching in added_address_set of bitcoin address map by @popcnt1 in #2275
- fix private generics typo by @geometryolife in #2276
- [gh-2242] change to long_version. by @feliciss in #2263
- refactor(statedb/genesis): import inscriptions, utxo, address_mapping parallel by @popcnt1 in #2277
- Improvement the move publish output by @pause125 in #2270
- [rpc] UTXOView seals output as a map by @vegetabledogdog in #2278
- feat: update portal style by @jojoo-eth in #2279
- chore: rm useless bloomfilter for added address_mapping checking by @popcnt1 in #2288
- [framework] Fix transaction fee deduct bug by @jolestar in #2286
- [server] Add service_status to server start command by @jolestar in #2291
- correct a function name in blind_box.move by @K-tang-mkv in #2285
- [release] prepare release v0.6.4 and framework v3 by @jolestar in #2292
New Contributors
Full Changelog: v0.6.3...v0.6.4