Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,757 contributions in the last year
Contribution activity
September 2020
Created a pull request in libra/libra that received 3 comments
[type] Output script's type tag in debug.
Motivation Fix Script's debug info for dev debug. (Write your motivation for proposed changes here.) Have you read the Contributing Guidelines on …
+2
−0
•
3
comments
- [network-rpc] Refactor network rpc
- [service-registry & network-rpc] Refactor network-rpc by service registry
- Feature/service registry refactor
- Feature/chain registry service
- [genesis & stdlib] Fix genesis config stdlib version bug
- [ci] Do not run test at master branch.
- [service-registry] MinerService use new service registry
- [service-registry] Use new service-registry for AccountService and Pacemaker, and clean old service-registry.
- [scmd] Fix build error at out of git directory.
- [service-registry] Add a new crate to implements new service registry
- [script] fix script for cmd add starcoin prefix.
- [test] fix network rpc test random fail, stop node at test end.
- [bus] Fix bus oneshot implements, try to fix sync test random fail.
- [cmd] Rename cmd names add starcoin prefix.
- [miner]Uncle
- Refactor/consensus
- Feature/consensus test
- [network]optimize broadcast.
- Bump either from 1.6.0 to 1.6.1
- Bump async-std from 1.6.3 to 1.6.4
- [vm] test that a kept txn with aborted status will not change the glo…
- Bump zeroize from 1.1.0 to 1.1.1
- [state sync]StateSyncTaskEvent
- Rpc hex
- Feature/stdlib add chain_id parameter
- [break] block header remove gas limit and add chain_id field
- Bump syn from 1.0.40 to 1.0.41
- Bump rustyline from 6.2.0 to 6.3.0
- Bump derive_more from 0.99.9 to 0.99.10
- Bump serde from 1.0.115 to 1.0.116
- Bump actix from 0.10.0-alpha.3 to 0.10.0
- Fix/token name
- [accumulator] update accumulator field of block_info
- Refactor/miner
- Test state sync
- Bump proc-macro2 from 1.0.20 to 1.0.21
- Feature/limit account addr by public key
- [vm] add log for txn that is kept but has execution error
- Bump gherkin_rust from 0.8.2 to 0.8.3
- Some pull request reviews not shown.
Created an issue in starcoinorg/starcoin that received 1 comment
VM run_failure_epilogue with a new Session for avoid unexpected state change
通过一个单元测试模拟这种场景: 执行一个交易被 abort,但链上的状态被修改了(除了扣 gas 费之外的变更)。 通过重构 run_failure_epilogue 修复这个 bug。
1
comment