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

fix VARA project #275

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ipfs-cids/.vara-cid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
QmYwYZtqABxDmDSdzZXATRuxBNvcFfbBwVEhfVHR6FYcNn
Qmd7zgTqFges3x29ddgGhfE8vBX45gqNdRuUhtmGJuEn4u
53 changes: 40 additions & 13 deletions vara.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,55 @@ dataSources:
handlers:
- handler: handleHistoryElement
kind: substrate/CallHandler
- handler: handleParachainRewarded
filter:
isSigned: true
- handler: handleReward
kind: substrate/EventHandler
filter:
module: staking
method: Reward
- handler: handleRewarded
kind: substrate/EventHandler
filter:
module: parachainStaking
module: staking
method: Rewarded
- handler: handleTransfer
- handler: handlePoolReward
kind: substrate/EventHandler
filter:
module: balances
method: Transfer
- handler: handleAssetTransfer
module: nominationPools
method: PaidOut
- handler: handleSlash
kind: substrate/EventHandler
filter:
module: staking
method: Slash
- handler: handleSlashed
kind: substrate/EventHandler
filter:
module: assets
method: Transferred
- handler: handleCurrencyTransfer
module: staking
method: Slashed
- handler: handlePoolBondedSlash
kind: substrate/EventHandler
filter:
module: currencies
method: Transferred
- handler: handleTokenTransfer
module: nominationPools
method: PoolSlashed
- handler: handlePoolUnbondingSlash
kind: substrate/EventHandler
filter:
module: tokens
module: nominationPools
method: UnbondingPoolSlashed
- handler: handleTransfer
kind: substrate/EventHandler
filter:
module: balances
method: Transfer
- handler: handleNewEra
kind: substrate/EventHandler
filter:
module: staking
method: StakingElection
- handler: handleStakersElected
kind: substrate/EventHandler
filter:
module: staking
method: StakersElected