icodezjb
icodezjb
The current qualified validator election sets two conditions ``` 1. has the desire to win the election. 2. meets the threshold of a valid candidate. ``` Even if the candidate...
- `Goals`: Expand epoch_duration to 1 hour, leaving enough time for Validator to maintain validator nodes - `Before change`: `epoch_duration` = `session_duration` = `rewards_cycle` = 5 minutes in Babe, `xstaking_era`...
### Description After `u8, u64, u128, bool, hex, string, address` are passed in cmd, they are encoded again by BCS. ### Test Plan Add `Raw` type which is encoded by...
### Description Currently in `aptos-token`, unable to get the latest token owner. This means that changes in token ownership cannot be detected in the contract In this PR, we're adding...
# π Feature Request Currently in aptos-token, unable to get the latest token owner. We hope that aptos-token can provide the following methods: - `public fun latest_owner_of(token_id: TokenId): Option`: Retrieve...
See the issue: https://github.com/aptos-labs/aptos-core/issues/5233 This change isβ[](https://reviewable.io/reviews/aptos-labs/aptos-core/5234)
# π Bug ## To reproduce ```bash $ aptos move download --package arb --url https://fullnode.mainnet.aptoslabs.com --account 0x8150d1f99683d92ce5b9eff5251705dd65988efdafa7e9bf8a3044b339d2ddb1 { "Error": "Unexpected error: Failed to save package: failed to fill whole buffer"...