- 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
-
- Mar 16, 2021
-
-
Zeke Mostov authored
builld(env): Use @substrate/dev for tsconfig, eslint, prettier, jest, and babel configuration (#472) * build: Use @substraate/dev for jest setup * Update tsconfig.json with substrate/dev * Use @substrate/dev for prettier and eslint
-
- Mar 10, 2021
-
-
Zeke Mostov authored
BREAKING CHANGE Enums in responses serialize with [camelCase variants](https://github.com/polkadot-js/api/pull/3024). Check spec diffs for details Other changes - Reverses regressions in decoding blocks with [sudo proxy variants](https://github.com/polkadot-js/api/pull/3286) - Updates jest.config to treat `.js` files as ESM - transforming @polkadot/* packages from ESM to CJS. - Bump deps
-
- Feb 15, 2021
-
-
Zeke Mostov authored
-
- Feb 09, 2021
-
-
Tarik Gul authored
fix: discriminate `extrinsic_base_weight` based on dispatch class
-