Skip to content

v1.11.12

Compare
Choose a tag to compare
@jolestar jolestar released this 11 Jul 02:45
· 238 commits to master since this release
f1e4fb2

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

New Contributors

Full Changelog: v1.11.11...v1.11.12