Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Conversation

@kjeom
Copy link

@kjeom kjeom commented Mar 15, 2023

Proposed changes

  • Added kff/kcf fields in GovernanceStakingInfo class
    • kir/poc fields will coexist until klaytn v1.11.0
  • getItemsAt and getChainConfigAt APIs is replaced by getParams and getChainConfig respectively.
    • But these APIs will coexist until klaytn v1.11.0

Types of changes

Please put an x in the boxes related to your change.

  • Bugfix
  • New feature or enhancement
  • Others

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING GUIDELINES doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

@kjeom
Copy link
Author

kjeom commented Mar 15, 2023

I have read the CLA Document and I hereby sign the CLA

@kjeom kjeom force-pushed the applyAPINamingConvention branch 2 times, most recently from a69f827 to b5dad98 Compare March 15, 2023 17:21
@klaytn klaytn deleted a comment from CLAassistant Mar 15, 2023
@klaytn klaytn deleted a comment from github-actions bot Mar 15, 2023
@github-actions
Copy link

github-actions bot commented Mar 15, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@kjeom kjeom force-pushed the applyAPINamingConvention branch from b5dad98 to 61be717 Compare March 15, 2023 17:31
kjhman21
kjhman21 previously approved these changes Mar 16, 2023
}
public String getKgf() {
return this.kgf;
public String getKff() {
Copy link
Contributor

@JayChoi1736 JayChoi1736 Mar 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor thing: don't we need to change "kir" or "poc" in GovernanceStakingInfo.java like this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, thanks. The test passed because It doesn't check every field.

@kjeom kjeom requested a review from JayChoi1736 March 17, 2023 07:24
@kjeom kjeom merged commit 65905e6 into dev Mar 17, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants