-
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
477 contributions in the last year
Contribution activity
May 2022
Created 11 commits in 1 repository
Created a pull request in aptos-labs/aptos-core that received 15 comments
[Stake] a few enhancement
Remove nodes that don't meet min/max requirement on new epoch Track next epoch value to prevent over-staking Split the reward from compounding to …
+290
−174
•
15
comments
Opened 6 other pull requests in 1 repository
aptos-labs/aptos-core
1
open
5
merged
- [AptosFramework] add a linear hashing hashmap implementation
- [AptosFramework] add reserve/shrink to BigVector
- [consensus] extend the number of events leader reputation seeks
- [AptosFramework] fix the error code in epilogue
- [AptosFramework] Add IterableTable and BigVector
- [Stake] restrict join/leave until no free faucet
Reviewed 29 pull requests in 2 repositories
aptos-labs/aptos-core
25 pull requests
- [AptosFramework] add a linear hashing hashmap implementation
- [Aptos Framework] Migrate TestCoin to Coin<TestCoin>
- [Cargo.toml] Clean up move deps.
- [fix] regenerate golden file that had merge conflict artifacts
- [Storage Service] Support data subscriptions for optimistic fetch.
- [storage] trivial: cleanup #[allow(unused_imports)]
- [Cargo.toml] Format all Cargo.toml files and enable the formatter.
- [AptosFramework] add reserve/shrink to BigVector
- [Circle CI] Ensure that Cargo.toml files are sorted alphabetically!
- [breaking] Convert block metadata to use a bitmap of validators
- [aptos-cli] Add stake amounts to genesis tooling
- [Stake] a few enhancement
- [scratchpad] new_node_hashes_since()
- Fix a few issues including max txn size
- [aptos-framework] getter for Coin module
- [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.
- [framework] new coin standard approach that uses generics
- Some pull request reviews not shown.
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