Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tangle-network/tangle into rewards-…
Browse files Browse the repository at this point in the history
…pallet
  • Loading branch information
1xstj committed Jan 6, 2025
2 parents 839a23f + cf0a07b commit 0328576
Show file tree
Hide file tree
Showing 8 changed files with 1,900 additions and 364 deletions.
354 changes: 335 additions & 19 deletions pallets/multi-asset-delegation/src/lib.rs

Large diffs are not rendered by default.

336 changes: 293 additions & 43 deletions pallets/services/src/lib.rs

Large diffs are not rendered by default.

447 changes: 321 additions & 126 deletions pallets/tangle-lst/src/lib.rs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webb-tools/tangle-substrate-types",
"version": "0.9.9",
"version": "0.9.10",
"description": "Polkadot.js type definitions required for interacting with Webb's tangle network",
"author": "Webb Developers <[email protected]>",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions types/src/interfaces/augment-api-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ declare module '@polkadot/api-base/types/events' {
};
lst: {
/**
* A member has became bonded in a pool.
* A member has become bonded in a pool.
**/
Bonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, bonded: u128, joined: bool], { member: AccountId32, poolId: u32, bonded: u128, joined: bool }>;
/**
Expand All @@ -708,7 +708,7 @@ declare module '@polkadot/api-base/types/events' {
**/
MinBalanceDeficitAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], { poolId: u32, amount: u128 }>;
/**
* Claimed excess frozen ED of af the reward pool.
* Claimed excess frozen ED of the reward pool.
**/
MinBalanceExcessAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], { poolId: u32, amount: u128 }>;
/**
Expand Down Expand Up @@ -769,7 +769,7 @@ declare module '@polkadot/api-base/types/events' {
/**
* A member has withdrawn from their pool.
*
* The given number of `points` have been dissolved in return of `balance`.
* The given number of `points` have been dissolved in return for `balance`.
*
* Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance
* will be 1.
Expand Down
1,113 changes: 944 additions & 169 deletions types/src/interfaces/augment-api-tx.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/src/metadata.json

Large diffs are not rendered by default.

0 comments on commit 0328576

Please sign in to comment.