Results 244 comments of jolestar

#3044 implement transaction proof and event proof

starcoin_types.yml 文件会自动重新生成

A command example: ``` 场景 重置账号B的私钥,且address不变。 准备新账号A,用A的auth key替换B的auth key,再重新导入账号B。 ### 账号A: account show 0x824517355d6081430afcc9f3c7179118 { "ok": { "account": { "address": "0x824517355d6081430afcc9f3c7179118", }, "auth_key": "{{A的auth key}}", } } ### 账号B: account...

some previous work at https://github.com/starcoinorg/starcoin/blob/6d05d0c879b89e103fa365c985cc2bac6151525a/testsuite/tests/steps/compat.rs https://github.com/starcoinorg/starcoin/blob/6d05d0c879b89e103fa365c985cc2bac6151525a/testsuite/compat/bin/compat_cmd.sh but it is not fully finished.

Using a Global Registry is one way to achieve this, like the NFT. ``` public fun is_same_type():bool{ let type_info_1 = borrow_global(); let type_info_2 = borrow_global(); return type_info_1 == type_info_2; }...

This feature has been supported in StarcoinFramework by https://github.com/starcoinorg/starcoin-framework/pull/107 and will be supported in MoveStdlib by https://github.com/move-language/move/pull/566

@sanlee42 这个测试用例看看没问题也给合并进去吧

再次遇到 ``` 2021-04-25T13:34:20.953986+08:00 INFO - starcoin_sync::tasks::accumulator_sync_task::BlockAccumulatorSyncTask started 2021-04-25T13:34:20.954124+08:00 INFO - [network-rpc] call method: "get_block_ids", peer_id:PeerId(PeerId("12D3KooWJcsd9JQngZFsHgYgkHymk7anN8fKqBtD1x8jEbq64QET")) args: GetBlockIds { start_number: 192882, reve rse: false, max_size: 3 } 2021-04-25T13:34:20.955002+08:00 INFO - 3...