-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat/support_solana_chain #10
base: feat/support-solana
Are you sure you want to change the base?
feat/support_solana_chain #10
Conversation
projectUserPointPda: PublicKey; | ||
projectUserPointBump: number; | ||
}; | ||
export class YoubetSolanaProgramLib { |
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.
can not find 'createGoal', 'createGoalSolo', 'claimStake', 'stakeAndUnlockGoal' these methods
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.
goal 相关的 微扰 说先不用做,claimStake 已经有了claimReward,我改一下名字
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.
claimStake 也是 goal 相关的,没有做
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.
Leave an empty method inherited from an abstract class based on the
return walletData.completedTasks; | ||
} | ||
|
||
async donateToProject(projectId: string, amount: string): Promise<void> { |
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.
Are there more descriptions of what these newly added methods do?
085853a
to
b3fe338
Compare
and remove some useless dependencies
1fb4074
to
40e6cba
Compare
20d12cd
to
8c9e78f
Compare
No description provided.