You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add validator_weight and delegation_fee to P-Chain staking operation metadata (#249)
* adding validator_weight field to P-chain staking operation metadata
* adding delegation_fee to REWARD_VALIDATOR operation
* add missing fields to tests
* fix: Update golangci-lint config for v1.62+ compatibility
Updated .golangci.yml to be compatible with golangci-lint v1.62+:
- Removed deprecated skip-dirs-use-default field
- Updated forbidigo config to use new structured format (p/msg)
- Changed exclude_godoc_examples to exclude-godoc-examples (hyphenated)
This fixes the CI linting failures without changing any linting rules.
---------
Signed-off-by: Raj Ranjan <rranjan01234@gmail.com>
Co-authored-by: Raj Ranjan <rranjan01234@gmail.com>
0 commit comments