-
Notifications
You must be signed in to change notification settings - Fork 52
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
base: development
Are you sure you want to change the base?
액션내 사용 NCG 주소 변경 #3112
Conversation
ipdae
commented
Dec 31, 2024
- 9c-dev-v2 NCG 수수료 주소 변경하기 #2911 에서 누락되거나 새로 추가된 액션에서 사용된 NCG 수수료 주소를 통일합니다.
- @OnedgeLee 전체적인 변경사항이 문제가 있을지 확인 부탁드립니다.
- @U-lis 어드벤쳐 보스의 주소 변경이 문제 없을지 확인 부탁드립니다.
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 3개 체인 모두 마이그레이션 끝났으니 싹 정리해서 지워버릴까 싶은데, 비상용으로 혹시나 싶어 아직 살려두고 있네요. 일단 일관성 위해서 넣어두고, 제가 다음 업데이트쯤 해서 한번에 지우든지 하겠습니다.