-
novi
Block or Report
Block or report zekun000
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
458 contributions in the last year
Contribution activity
May 2022
Created 4 commits in 1 repository
Created a pull request in aptos-labs/aptos-core that received 5 comments
[Stake] restrict join/leave until no free faucet
Motivation (Write your motivation for proposed changes here.) Have you read the Contributing Guidelines on pull requests? (You must have submitted a
+93
−93
•
5
comments
Opened 3 other pull requests in 1 repository
aptos-labs/aptos-core
2
merged
1
open
Reviewed 16 pull requests in 2 repositories
aptos-labs/aptos-core
15 pull requests
- [breaking] Convert block metadata to use a bitmap of validators
- [Ecosystem] add a move-crate to simply move dependencies
- [AptosFramework] fix the error code in epilogue
- Changing expiration timestamp to 10 seconds from now
- [aptos-framework] Coin functions extended
- Take into account table changes while making the genesis change set
- [dev-docs] Add a Move reference guide
- [AptosFramework] Add IterableTable and BigVector
- [circleci] kubectl fix version
- [Storage Service] Add LRU cache to storage service.
- [Stake] a few enhancement
- [framework] new coin standard approach that uses generics
- [Rename] rename DIEM/Diem/diem to APTOS/Aptos/aptos
- improve ci readability and smoke test flakiness
- [framework] improve token standard
move-language/move
1 pull request
Created an issue in move-language/move that received 5 comments
[Bug] ICE invalid assign tmp local
struct Foo { a: u64, } #[test] fun ice() { use Std::Vector; let v = Vector::empty(); Vector::push_back(&mut v, Foo {a: 10}); let b = Vector::borro…
5
comments