zhoujunma
zhoujunma
### Description The new reconfiguration process required by DKG, where: - Regular on-chain config changes are held in a buffer - When the current epoch expires: 1. disable txns that...
### Description Define some JWK structs and functions in aptos-framework.
## Description ``` cargo nextest run --package smoke-test --nocapture -- long_running_crash_recovery ```
## Description ``` cargo test -p aptos-keyless-circuit-tests ``` - Importing circuit repo from `michael/japanese_characters` branch [link](https://github.com/aptos-labs/aptos-keyless-circuit/commits/michael/japanese_characters) at rev `e633d6d66638b8de7d4a0d4c6953a4ce8201b54c` - Borrwing a few prover service pieces from `rex/update_tests` branch [link](https://github.com/aptos-labs/prover-service/tree/rex/update_tests)...
- Pull some shared JWK logic out into a crate and make it a dependency of pepper service and jwk-consensus. - Start fetching apple jwks in pepper service.