v0.6.9
Major changes
- [multisign_account] Sort x only public keys when generate multisign account by @jolestar in #2415
- [VM] Automatically handle when VM Panic occurs. by @steelgeek091 in #2491
- [framework] multisign_account graduate from nursery by @jolestar in #2467
- Reload the MoveOS instance automatically for the gas schedule upgrade events. by @steelgeek091 in #2432
- [framework] Refactor the auth payload encoding and implement bitcoin multisign validator by @jolestar in #2422
- [sdk] add btc、ord、rooch container, supports the construction of complex env… by @wow-sven in #2434
- [bitcoin] taproot builder return result by @jolestar in #2420
- [Indexer] Optmize indexer query with timeout and Support Rocksdb metrics by @baichuan3 in #2425
- [CLI] add a command to rollback state to a specific tx order by @jolestar in #2446
- feat(statedb/export): export indexer from source file directly by @popcnt1 in #2435
- feat(statedb/genesis-verify): make ord path options optional in genesis_verify by @popcnt1 in #2452
- [framework] Implement compare and sort by @jolestar in #2495
What's Changed
- refactor(statedb/export): refactor export logic and enhance logging by @popcnt1 in #2408
- [framework] Refactor result, make the error as generics by @jolestar in #2416
- [framework] result and taproot_builder are graduate from nursery by @jolestar in #2423
- fix(genesis-verify): fix and enhance genesis verify by @popcnt1 in #2386
- feat(statedb/export): add time metrics to export process by @popcnt1 in #2430
- Add rooch account sign command by @v1xingyue in #2431
- [gh-2317] add dynamic field command to rooch. by @feliciss in #2426
- fix(indexer/rebuild): switch to Tokio for threading in rebuild.rs for fixing panic when rebuild indexer by @popcnt1 in #2436
- [framework] add linked_table to moveos-stdlib by @qShirley in #2433
- [Benchmark] Implements indexer benchmark by @baichuan3 in #2440
- feat(indexer/bench): add bench command for indexer by @popcnt1 in #2442
- refactor(statedb/genesis-verify): Enhance state mismatch debugging by @popcnt1 in #2448
- workflow(issue): add GitHub issue templates for bugs and proposals by @popcnt1 in #2449
- refactor(statedb/genesis-verify): enhance mismatch logging and using sequence_number as extent cases by @popcnt1 in #2456
- refactor(bitcoin-move): rm is_cursed check when create new inscription by @popcnt1 in #2457
- add sdk-test-suite package by @wow-sven in #2455
- [gh-2417] add peel functions for bcs.move. by @feliciss in #2447
- [bitcoin-move] Refacor ord::from_transation make it is a readonly function for testing. by @jolestar in #2459
- [bitcoin-move] Add more ord tests by @jolestar in #2466
- [gh-2468] add a visible alias for transaction. by @feliciss in #2470
- Optimizing the Bitcoin local development environment documentation by @Antake2333 in #2475
- [framework] emit Transfer UTXO Evnet to queue_event by @mx819812523 in #2476
- feat(statedb/genesis-verify): enhance mismatched cases verification by @popcnt1 in #2482
- blog: add hackathon summary by @geometryolife in #2483
- [test] Bitcoin block tester by @jolestar in #2480
- [gh-2471] add tx build command. by @feliciss in #2472
- update hackathon blog imgs by @geometryolife in #2487
- feat(rooch-da): enhance BitcoinInscriptionID parsing and serialization by @popcnt1 in #2488
- install SQLite 3.46.1 in the dockerfile by @yourmoonlight in #2489
- [gh-2473] add a tx sign subcommand. by @feliciss in #2477
- [moveos_std] Improve the event queue, trigger OffChainEvent sametime by @jolestar in #2484
- add sdk kit wallet info by @wow-sven in #2492
- [gh-2478] add tx submit command. by @feliciss in #2479
- [gh-2385] add dry run check for run_function.rs. by @feliciss in #2458
- feat(statedb/genesis-verify): enhance mismatch detetion(fields level output) by @popcnt1 in #2497
- sdk query inscriptions test by @wow-sven in #2496
- [gh-2458] return dry run result before executing txs. by @feliciss in #2498
- [framework] Implement compare and sort by @jolestar in #2495
New Contributors
- @Antake2333 made their first contribution in #2475
Full Changelog: v0.6.8...v0.6.9