-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add StakingModule skeleton * add stats methods * add basic subscriptions and extrinsics * wip extrinsics * submit extrinsic signer * added get account pair & pass pair to staking extrinsics * add elected validator request * improve methods * improve methods * remove unused code * Bump * Fix issue * Update types --------- Co-authored-by: Stefan Popov <[email protected]> Co-authored-by: Stefan Popov <[email protected]>
- Loading branch information
1 parent
aedec24
commit 74185d7
Showing
16 changed files
with
1,009 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@sora-substrate/connection", | ||
"version": "1.18.3", | ||
"version": "1.18.4", | ||
"license": "Apache-2.0", | ||
"main": "./build/index.js", | ||
"typings": "./build/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@sora-substrate/api": "1.18.3" | ||
"@sora-substrate/api": "1.18.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@sora-substrate/liquidity-proxy", | ||
"version": "1.18.3", | ||
"version": "1.18.4", | ||
"license": "Apache-2.0", | ||
"main": "./build/index.js", | ||
"typings": "./build/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@sora-substrate/math": "1.18.3" | ||
"@sora-substrate/math": "1.18.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.