- Oct 01, 2021
-
-
Hoon Kim authored
* create shiden base weight and controller * add base weight and runtime version * fixed spec version * Update shidenControllers.ts * ad min calc fee runtime * manually add per class * added shiden spec for calc * indent on env file
-
- Sep 22, 2021
-
-
Tarik Gul authored
* bump polkadot-js deps * fix: AssetBalances -> PalletAssetsAssetBalances type * fix: BalanceOf -> u128 type * fix: metadataV12 * fix test input values for account assets * add --silent to test * fix: bump polkadot/api 6.0.3 * bump polkadot-js 6.0.5 * Update src/services/accounts/AccountsAssetsService.ts Co-authored-by: David <[email protected]> * lint Co-authored-by: David <[email protected]>
-
- Sep 07, 2021
-
-
James Wilson authored
* chore(release): 9.1.8 * fix: isHex type signature needs tweaking for tests to pass * fix lint error * Make deps match resolutions
-
- Sep 02, 2021
-
-
Tarik Gul authored
* fix: historical queries for account balances * fix: naming * lint * fix: tests * fix: miscFrozen and feeFrozen * fix: add tests for querying a historical block * fix: add second edge case for historical blocks * Update src/services/accounts/AccountsBalanceInfoService.ts Co-authored-by: Zeke Mostov <[email protected]> * fix: refactor conditional * fix: refactor conditional * fix: refactor test promises Co-authored-by: Zeke Mostov <[email protected]>
-
- Aug 21, 2021
-
-
Tarik Gul authored
-
- Aug 19, 2021
-
-
Tarik Gul authored
* fix: add error message for chains that dont support parachains
-
- Aug 18, 2021
-
-
Tarik Gul authored
* fix imports for metadata and tests, update deps
-
- Aug 09, 2021
-
-
Tarik Gul authored
-
- Aug 02, 2021
-
-
James Wilson authored
chore(release): 9.1.1
-
- Jul 31, 2021
-
-
Pavel authored
-
- Jul 28, 2021
-
-
Tarik Gul authored
-
- Jul 27, 2021
-
-
Alan Sapede authored
-
Tarik Gul authored
-
- Jul 20, 2021
-
-
Tarik Gul authored
-
- Jul 17, 2021
-
-
Tarik Gul authored
* fix: statemine controller
-
- Jul 14, 2021
-
-
Tarik Gul authored
* fix: update deps, resolutions
-
- Jul 13, 2021
-
-
Tarik Gul authored
-
- Jul 09, 2021
-
-
Lovesh Harchandani authored
* Update types for Dock
-
- Jun 30, 2021
-
-
Tarik Gul authored
fix: add `vrfDelay` as a `phase` return value for ongoing auctions to reflect VRFdelays in polkadot (#593) * fix: update tests for auctions * docs: auctions * fix: add `delay` as a phase result * fix: change delay to vrfDelay * docs: update for vrfDelay * fix: starting => startPeriod, ending => endPeriod * docs: reflect startPeriod and endPeriod
-
- Jun 29, 2021
-
-
Tarik Gul authored
* fix: update metadata consts for blockstore * fix: update metadata consts and e2e tests
-
- Jun 23, 2021
-
-
Tarik Gul authored
* fix: fix createCalcFee bug * fix: error message * fix: error message * fix: refactor * fix: add historical block to e2e tests * fix: comment
-
- Jun 14, 2021
-
-
Tarik Gul authored
* fix: update deps, and reconfigure tests to reflect most recent polkadot-js changes * fix: naming
-
- Jun 07, 2021
-
-
Tarik Gul authored
-
- Jun 01, 2021
-
-
Tarik Gul authored
-
- May 31, 2021
-
-
Tarik Gul authored
-
- May 27, 2021
-
-
Jeremías Díaz authored
-
- May 24, 2021
-
-
Tarik Gul authored
fix: asset approval parameter change, update polkadot deps.
-
- May 17, 2021
-
-
Tarik Gul authored
* reduce controller config boilerplate * fix type doc for ControllerConfig * remove unnecessary comment
-
- May 16, 2021
-
-
Zeke Mostov authored
* fix(types): Bump polkadot-js/api to decode CompactSolution for 24 nominees * Lint
-
- May 12, 2021
-
-
Zeke Mostov authored
This PR introduces the following endpoints: - `/experimental/blocks/{blockId}/traces/operations?actions=false` - `/experimental/blocks/head/traces/operations?actions=false` - `/experimental/blocks/{blockId}/traces` - `/experimental/blocks/head/traces` Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- May 11, 2021
-
-
Tarik Gul authored
feat: assets endpoints
-
- May 07, 2021
-
-
Skedley authored
* initial commit adding kilt controller * updating kilt controllers pallets * fix: Bump polkadot-js/api to get parachain types: Document user contract regressions (#535) * chore(release): 6.0.0 (#539) Co-authored-by: Zeke Mostov <[email protected]>
-
- May 06, 2021
-
-
Zeke Mostov authored
-
- Apr 19, 2021
-
-
Zeke Mostov authored
Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: David <[email protected]>
-
- Apr 09, 2021
-
-
Lovesh Harchandani authored
* Add weight for Dock mainnet Signed-off-by: lovesh <[email protected]> * Set minCalcFeeRuntime for Dock testnet Signed-off-by: lovesh <[email protected]>
-
- Mar 30, 2021
-
-
Zeke Mostov authored
-
- Mar 29, 2021
-
-
Tarik Gul authored
* fix: docs * build: docs * fix: return message * fix: remove try catch, and replace with simple conditional * Update docs/src/openapi-v1.yaml Co-authored-by: Zeke Mostov <[email protected]> * Update src/services/pallets/PalletsStakingProgressService.ts Co-authored-by: Zeke Mostov <[email protected]> * Update src/services/pallets/PalletsStakingProgressService.ts Co-authored-by: Zeke Mostov <[email protected]> * add string to union type for electionStatus * fix: return value for electionStatus * fix: build docs * fix: remove `erElectionStatus &&` Co-authored-by: Zeke Mostov <[email protected]>
- Mar 22, 2021
-
-
Zeke Mostov authored
-