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

SQN-1397 #70

Merged
merged 5 commits into from
May 15, 2023
Merged

SQN-1397 #70

merged 5 commits into from
May 15, 2023

Conversation

lamcc21
Copy link
Contributor

@lamcc21 lamcc21 commented May 11, 2023

Ticket: SQN-1397

TODO:

  • update contract sdk and event parameters once avaliable

@lamcc21 lamcc21 requested a review from mzxyz May 11, 2023 03:30
@mzxyz
Copy link
Member

mzxyz commented May 14, 2023

@mzxyz
Copy link
Member

mzxyz commented May 14, 2023

Event changed:

// 1. new param `uint256 fee`
event UnbondWithdrawn(address indexed source, uint256 amount, uint256 fee, uint256 index);
// 2. amount changed
event UnbondRequested(address indexed source, address indexed indexer, uint256 amount, uint256 index, UnbondType _type);
// 3. new param `commission`,  `rewards` change to total rewards
event DistributeRewards(address indexed indexer, uint256 indexed eraIdx, uint256 rewards, uint256 commission);

src/mappings/staking.ts Outdated Show resolved Hide resolved
@mzxyz mzxyz merged commit e511ec4 into kepler-testnet May 15, 2023
@lamcc21 lamcc21 deleted the SQN-1397 branch May 16, 2023 00:35
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.

2 participants