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

Add state and action queries for guild system and delegation #2688

Open
wants to merge 4 commits into
base: release/240
Choose a base branch
from

Conversation

s2quake
Copy link
Contributor

@s2quake s2quake commented Jan 20, 2025

개요

  1. 길드 시스템에 대한 action query 를 추가하였습니다.
  2. Delegatee 와 Delegator 상태를 확인할 수 있는 state query 를 추가하였습니다.
  3. 밸리데이터는 아바타가 없기 때문에 stake 액션 쿼리를 실행할 수 없는 문제점을 수정하였습니다.
  4. 밸리데이터 관련 action query 를 추가하였습니다.

길드 관련 액션 쿼리

makeGuild
removeGuild
joinGuild
quitGuild
moveGuild
banGuildMember
unbanGuildMember

클레임 관련 액션 쿼리

claimReward
claimGuildReward
claimUnbonded

밸리데이터 관련 액션 쿼리

unjailValidator
delegateValidator
undelegateValidator

위임정보 확인 스테이트 쿼리

delegatee
delegator

@s2quake s2quake changed the base branch from development to release/240 January 20, 2025 07:45
@s2quake s2quake self-assigned this Jan 20, 2025
@s2quake s2quake force-pushed the feature/action-query-for-guild branch from eaf65ef to 5ef6259 Compare January 20, 2025 08:34
@s2quake s2quake marked this pull request as ready for review January 21, 2025 00:54
@auto-assign auto-assign bot requested a review from area363 January 21, 2025 00:54
@s2quake s2quake marked this pull request as draft January 22, 2025 00:49
@s2quake s2quake marked this pull request as ready for review January 22, 2025 01:21
@s2quake s2quake changed the title Add action queries for guild system Add state and action queries for guild system and delegation Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant