You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce StructABI,ModuleABI,ScriptFunctionABI for auto decode resource,transaction payload and move bytecode.
Compatibility notes:
Refactored some cli commands, some commands output are not compatible
Deprecated BlockHeader's author_auth_key field, author_auth_key is always None from this version. This is compatible.
Upgrade suggestion:
Bug (#2689) may cause wrong transaction info to be retrieved, please upgrade to v1.3.1 or v1.4.0 as soon as possible
[prover] upgrade move prover to diem release 1.3 (#2642)
[stratum] Support to setting user name for client (#2644)
[rpc] Refactor dry run api, add new api contract.dry_run_raw for directly dry run RawUserTransaction. Dry run outpout more detail info. (#2648) (#2720)
[cli] Refactor account show output full token code for support user defined token. (#2658) (#2718)
[abi,rpc] ABI resolve and decoder, support decode resource, transaction payload and bytecode. Add new api contract.resolve_function, contract.resolve_struct, contract.resolve_module. Add new command dev resolve function|struct|module. (#2659) (#2702) #2719)
[rpc] Add new state.get_resource,state.list_resource,state.get_code,state.list_code API and support decode data by ABI, implements new state get resource|code,state list resource|code command by new API. (#2668) (#2681) (#2695)
[move-cli] support functional-test (#2667) (#2691)
[faucet] Refactor and deploy starcoin test network faucet (#2669) (#2670) (#2680)
[cmd] Add db-exporter cmd for export database records. (#2657)
[account] Remove AccountSignature and define SignedMessage, for support verify account by SignedMessage (#2676) (#2696)
[rpc,cli] Event filter now support filter by address or typetag and decode data (#2682) (#2717)
[accumulator] Fix bug for get txn info from chain (#2689)
[types] Do auth key final cleanup, BlockHeader's author_auth_key field now is always None. (#2687) (#2713)
[cli] Refactor ExecuteResultView, output more detail info about transaction (#2715)
[test] support specify address when declare accounts (#2711)
[rpc] 新增 state.get_resource,state.list_resource,state.get_code,state.list_code,通过新的 API 实现新的 state get resource|code,state list resource|code 命令,可自动将二进制解析为 json。(#2668) (#2681) (#2695)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Introduce StructABI,ModuleABI,ScriptFunctionABI for auto decode resource,transaction payload and move bytecode.
Compatibility notes:
Upgrade suggestion:
Bug (#2689) may cause wrong transaction info to be retrieved, please upgrade to v1.3.1 or v1.4.0 as soon as possible
contract.dry_run_raw
for directly dry run RawUserTransaction. Dry run outpout more detail info. (#2648) (#2720)account show
output full token code for support user defined token. (#2658) (#2718)contract.resolve_function
,contract.resolve_struct
,contract.resolve_module
. Add new commanddev resolve function|struct|module
. (#2659) (#2702) #2719)state.get_resource
,state.list_resource
,state.get_code
,state.list_code
API and support decode data by ABI, implements newstate get resource|code
,state list resource|code
command by new API. (#2668) (#2681) (#2695)中文说明
发者体验以及工具增强。
contract.dry_run_raw
,contract.resolve_function
,contract.resolve_struct
,contract.resolve_module
,state.get_resource
,state.list_resource
,state.get_code
,state.list_code
.dev resolve function|struct|module
,state get|list resource|code
兼容性说明:
升级建议:
Bug (#2689) 可能会导致打包到叔块的交易被错误的认为是在主块,请尽快升级到 v1.3.1 或者 v1.4.0 版本。
contract.dry_run_raw
用于直接 dry run RawUserTransaction。dry run 返回值中输出详细的 resource 变更结果。 (#2648) (#2720)account show
输出完整的 TokenCode,以支持用户定义的 Token。(#2658) (#2718)contract.resolve_function
,contract.resolve_struct
,contract.resolve_module
. 新增命令dev resolve function|struct|module
. (#2659) (#2702) #2719)state.get_resource
,state.list_resource
,state.get_code
,state.list_code
,通过新的 API 实现新的state get resource|code
,state list resource|code
命令,可自动将二进制解析为 json。(#2668) (#2681) (#2695)This discussion was created from the release v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions