v1.11.12
What's Changed
- [rpc] add RPC API contract.resolve_module_function_index by @coldnight in #3464
- cmd/starcoin: try to generate sign file when found multisig account in txn execution process by @templexxx in #3461
- [network] add version_string field to PeerInfo by @coldnight in #3471
- Add codeowners by @jolestar in #3474
- update rustc version 1.61 by @LemonHX in #3480
- fix the wrong logic in VMStatus::status_code() pick up move-language#197 by @nkysg in #3481
- [dev] fix dev sleep command do not update on chain timestamp by @coldnight in #3477
- fix wrong behavior: submit multisig txn only there are enough signatures by @templexxx in #3482
- fix some dependabot alter by @nkysg in #3485
- StateView using static dispatch replace dynamic dispatch by @nkysg in #3491
- [rpc] add raw field into BlockView to support get raw block by @coldnight in #3489
- upgrade rust toolchain 1.62.0 && cargo clippy --fix by @uvd in #3500
- add monitor for ci autoscaler by @yourmoonlight in #3496
- deprecated short option for TransactionOptions::max_gas_amount and Tr… by @0xpause in #3502
- fix type error for action of ci scaler monitor by @yourmoonlight in #3504
- add mpm deploy subcommand by @0xpause in #3495
- cli function args parse error improvement Issue3140 by @JerryKwan in #3505
- [rpc] Add raw state proof and transaction proof API by @jolestar in #3516
- chore: fix typo by @jiangying000 in #3514
- support auto-completion for console cmd by @0xpause in #3521
Dependency update
- Bump clap from 3.1.18 to 3.2.3 by @dependabot in #3467
- Bump lru from 0.7.6 to 0.7.7 by @dependabot in #3466
- Bump parking_lot from 0.12.0 to 0.12.1 by @dependabot in #3437
- Bump clap from 3.2.3 to 3.2.5 by @dependabot in #3470
- Bump async-std from 1.11.0 to 1.12.0 by @dependabot in #3476
- Bump crossbeam-channel from 0.5.4 to 0.5.5 by @dependabot in #3472
- Bump dyn-clone from 1.0.5 to 1.0.6 by @dependabot in #3475
- Bump clap from 3.2.5 to 3.2.6 by @dependabot in #3478
- Bump pprof from 0.9.1 to 0.10.0 by @dependabot in #3486
- Bump smallvec from 1.8.0 to 1.8.1 by @dependabot in #3484
- Bump once_cell from 1.12.0 to 1.12.1 by @dependabot in #3507
- Bump once_cell from 1.12.1 to 1.13.0 by @dependabot in #3511
- Bump names from 0.13.0 to 0.14.0 by @dependabot in #3494
- Bump criterion from 0.3.5 to 0.3.6 by @dependabot in #3519
- Bump regex from 1.5.5 to 1.6.0 by @dependabot in #3510
- Bump backtrace from 0.3.65 to 0.3.66 by @dependabot in #3520
- Bump linked-hash-map from 0.5.4 to 0.5.6 by @dependabot in #3483
New Contributors
- @coldnight made their first contribution in #3464
- @0xpause made their first contribution in #3502
Full Changelog: v1.11.11...v1.11.12