Luke Ma
Luke Ma
### Summary Returns the address of the validation when querying the validators. ### Problem Definition _No response_ ### Proposed Feature When querying validators with the following command: ``` tendermint query...
## Describe your changes and provide context The `ValidateBasic` function has been called in the `GenerateOrBroadcastTxWithFactory` function, so we no longer need to add the `ValidateBasic` function when writing Cli....
The links below are broken: 1. polaris/README.md: ` If you want to help contribute to the framework, check out the [Framework Specs](https://github.com/berachain/polaris/blob/main/specs). ` 2. polaris/eth/README.md: `  `
## Description Fixed the test_scenario.move comment error. ## Test plan --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes,...
The `ValidateBasic` function has been called in the `GenerateOrBroadcastTxWithFactory` function, so we no longer need to add the `ValidateBasic` function when writing Cli. Related PRs can be viewed at: https://github.com/cosmos/cosmos-sdk/pull/9236#discussion_r623803504
Missing Zero Address Validation: - Location: initializeFromEmptyProxy() function - Issue: No validation to prevent zero addresses (address(0)) - Impact: Invalid system configuration, potential fund loss via address(0)
**Description** Fixes a bug in `Channel.AddFrame()` where the channel size was incorrectly decremented for all frames during pruning, instead of only for the frames that were actually deleted. When a...
**What type of PR is this?** Bug fix **What does this PR do? Why is it needed?** The validator CLI allows `--beacon-rest-api-provider` to be a comma-separated list of REST nodes...