Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

액션내 사용 NCG 주소 변경 #3112

Open
wants to merge 7 commits into
base: development
Choose a base branch
from
Open

Conversation

ipdae
Copy link
Member

@ipdae ipdae commented Dec 31, 2024

  • 9c-dev-v2 NCG 수수료 주소 변경하기 #2911 에서 누락되거나 새로 추가된 액션에서 사용된 NCG 수수료 주소를 통일합니다.
  • @OnedgeLee 전체적인 변경사항이 문제가 있을지 확인 부탁드립니다.
  • @U-lis 어드벤쳐 보스의 주소 변경이 문제 없을지 확인 부탁드립니다.

@ipdae ipdae requested review from U-lis and OnedgeLee December 31, 2024 05:38
@ipdae ipdae self-assigned this Dec 31, 2024
@ipdae ipdae added this to the v270.0.0 milestone Dec 31, 2024
Copy link
Contributor

@OnedgeLee OnedgeLee left a comment

Choose a reason for hiding this comment

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

사실 MigrationHeight는 더이상 미룰 예정이 없다면, 현재 싹 제거해버려도 무방한데, 혹시나 하는 노파심에 비상용으로 남겨둡니다.
다음 업데이트 나간 뒤에 안정화되면 로직에서 지워버리는게 좋을 것 같고, 분기 없이 Addresses.RewardPool로 보내버리도록 변경하겠습니다.

@@ -133,9 +135,16 @@ public override IWorld Execute(IActionContext context)
states.GetBalance(seasonBountyBoardAddress, bountyBoard.totalBounty().Currency)
)
{
var feeAddress = Addresses.RewardPool;
// TODO: [GuildMigration] Remove this after migration
if (states.GetDelegationMigrationHeight() is long migrationHeight
Copy link
Contributor

Choose a reason for hiding this comment

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

이건 3개 체인 모두 마이그레이션 끝났으니 싹 정리해서 지워버릴까 싶은데, 비상용으로 혹시나 싶어 아직 살려두고 있네요. 일단 일관성 위해서 넣어두고, 제가 다음 업데이트쯤 해서 한번에 지우든지 하겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review
Development

Successfully merging this pull request may close these issues.

AdventureBoss 및 아레나 주소를 쓰고 있는 분배 NCG 대상 주소를 RewardPool로 변경
3 participants