-
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
622 contributions in the last year
Contribution activity
July 2022
Created 21 commits in 1 repository
Created a pull request in aptos-labs/aptos-core that received 6 comments
[consensus] only echo timeout when no timeout yet
Description Test Plan This change is
+8
−1
•
6
comments
Opened 18 other pull requests in 1 repository
aptos-labs/aptos-core
17
merged
1
closed
- [network] fix the argument order
- [consensus] increase timeout for leader and make sleep async
- [vm] add waypoint validation for new epoch/block event
- [consensus] remove help_remote option for sync up
- [consensus] buffer manager cleanups and spawn_blocking
- [smoke test] use on disk storage in smoke tests
- [consensus] switch from json to bcs
- [cherrypick] another attempt to fix the race condition in buffer manager
- [consensus] another attempt to fix race condition in buffer manager
- [consensus] properly guard the buffer manager requests
- [cherry-pick][consensus] prevent commit and sync_to happen at the sam…
- [consensus] prevent commit and sync_to happen at the same time
- [consensus] switch back to bcs for consensus messages
- [consensus] cleanup for block retrieval
- debug
- [api] fix the timestamp for render_transactions
- [consensus] fix flaky twins test
- [consensus] replace Ed25519 with bls12381
Reviewed 64 pull requests in 2 repositories
aptos-labs/aptos-core
25 pull requests
- [smoke-tests] Fix vfn failover test to send transactions across public network to vfn instead of validator
- [move] exported BLS public key aggregation in Move
- [cli][smoke-test] Make genesis and stake configurable in swarm and test e2e validator runbook
- [fix] Delta ops in TransactionOutput and ChangeSet wrappers
- cicd: fix coverage config
- [cli][smoke-test] Fix node CLI for stake handling, and add register_validator_candidate unit test
- Reorganize Ed25519 implementation
- [Aptos Compression] Add a simple compression crate.
- [fix] wrap BlockExecutor and ChunkExecutor as an Option of Inner
- [Consensus] Support for BLS signature aggregate
- devtools: measure and report test coverage to codecov.io
- Enabling Tokio-Console
- [consensus] increase timeout for leader and make sleep async
- [network] fix the argument order
- [aptos-sdk-builder] Brought back generator and go support
- [vm] add waypoint validation for new epoch/block event
- [aptos-sdk-builder] Rebrand and re-emerge transaction-builder-generator
- move stdlib: emit NewTableEvent
- [consensus] rename some network methods and failpoints to make them more consistent
- devtools: remove and replace x
- [move] Restructuring Move Packages
- [consensus] buffer manager cleanups and spawn_blocking
- [aptos-move] update to latest version to support K,V table indexing
- [State Sync] Harden against all consensus/state sync race conditions (from the state sync side).
- [vm] Introducing a delta write
- Some pull request reviews not shown.
move-language/move
2 pull requests
Created an issue in aptos-labs/aptos-core that received 8 comments
[consensus] aggregate BLS signatures in LedgerInfo and timeout certificate
We use a naive signature aggregation with Ed25519 by using a BTreeMap<Author, Signature> aptos-core/types/src/ledger_info.rs Line 198 in d216b5a
8
comments

