- Dec 22, 2020
-
-
Lovesh Harchandani authored
Signed-off-by: lovesh <[email protected]>
-
- Dec 21, 2020
-
-
dependabot[bot] authored
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.12 to 2.2.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.12...2.2.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Dec 18, 2020
-
-
Zeke Mostov authored
-
Lovesh Harchandani authored
* Support Dock's Multiplier Signed-off-by: lovesh <[email protected]> * Link package for local testing; Bump deps * Add controllers for Dock Signed-off-by: lovesh <[email protected]> * Revert to calc NPM package Co-authored-by: emostov <[email protected]>
-
- Dec 15, 2020
-
-
Rémi Jarasson authored
-
- Dec 13, 2020
-
-
dependabot[bot] authored
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Dec 09, 2020
-
-
Zeke Mostov authored
* feat: chainSpec based controller config; Types from apps-config Clean up * Update mock api to include derive getBlock - specs work * Update to reflect TS 4.1 * Clean up comments * Save * feat: Token query param for non-native token balance-info * Revert package.json * Initial reply david review * Update src/main.ts Co-authored-by: David <[email protected]> * Remove kulupu controller * Add chain builder integration guide * Patch CHAIN_INTEGRATION.md * Apply suggestions from code review Co-authored-by: joe petrowski <[email protected]> * Update CHAIN_INTEGRATION.md * Bump deps * Use whole options object for controller creation * Apply suggestions from code review Co-authored-by: David <[email protected]> * Respond to maciej feedback * Update chain integration guide * Remove excessive nullish colescing operators * Fix merge issue * Update CHAIN_INTEGRATION.md Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
Zeke Mostov authored
-
- Dec 04, 2020
-
-
Amar Tumballi authored
* config: Enhance CUSTOM_TYPES to take AnyJson If a pallet is updating a block with type Json, the Record<string, string> is not going to meet the needs. Enhancing the type of the CUSTOM_TYPES to take json object with `AnyJson` type would fix the issues. Signed-off-by: Amar Tumballi <[email protected]> * Use RegistryTypes Co-authored-by: emostov <[email protected]>
-
- Dec 02, 2020
-
-
Zeke Mostov authored
feat: Impl `/pallets/{pallets}/storage`; Impl index lookup for `/pallets/{palletId}/storage/{, storageItemId}` (#356) * feat(endpoint): Add `pallets/{pallets}/storage` * feat(endpoint): Add onlyIds query param to pallets storage * feat(endpoint): Support index look up for pallets * chore: Test `fetchStorage` * chore: Test `fetchStorageItem` * Apply suggestions from code review Co-authored-by: David <[email protected]> * Lint Co-authored-by: David <[email protected]>
-
- Nov 24, 2020
-
-
Zeke Mostov authored
* fix: Catch errors decoding opaque calls * Add docs to explain the undecoded opaquecalls are not valid * Builld docs * Update docs/src/openapi-v1.yaml Co-authored-by: David <[email protected]> * Update src/controllers/blocks/BlocksController.ts Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]>
-
- Nov 20, 2020
-
-
Zeke Mostov authored
* chore(release): 2.0.0 * chore(release): 2.0.0
-
- Nov 17, 2020
-
-
Zeke Mostov authored
* fix: Bump polkadot-js and adjust imports; Update specs * Update u32 to no alias * Adjust some imports * Use tabs not spaces * Fix linter complaints
-
- Nov 16, 2020
-
-
Zeke Mostov authored
* Create .npmignore * Do not build with start script
-
- Nov 12, 2020
-
-
Chevdor authored
ref #318
-
- Nov 09, 2020
-
-
Zeke Mostov authored
-
- Nov 02, 2020
-
-
Zeke Mostov authored
* chore(release): 1.0.0 * Save progress * feat: Bump polkadot-js and document runtime/metadata API regression
-
- Oct 29, 2020
-
-
Zeke Mostov authored
* chore(deps): Add resolutions
-
- Oct 28, 2020
-
-
David authored
chore(docs): Update README v1 transition note
-
- Oct 27, 2020
-
-
Zeke Mostov authored
-
- Oct 24, 2020
-
-
Zeke Mostov authored
* chore(release): 1.0.0 * Remove feature section
-
- Oct 23, 2020
-
-
David authored
feat!: Remove all v0 routes to prepare for v1 release
-
Zeke Mostov authored
-
-
- Oct 22, 2020
-
-
Zeke Mostov authored
-
- Oct 21, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
* fix: Use correct registry when parsing extrinsic `call` arguments * Use registry directly; fix regressions in v0
-
Tarik Gul authored
* Add public ws urls * Add public url notice to logger * Run linter * Notify user only if its a public endpoint * Add clarifying comments about hardcoded ws urls * Cleanup logger by making terminal isPublicUrl output single line. * Run linter * Add warning if on unsecure, and non local url * Run linter * Add localhost to isLocal check
-
- Oct 15, 2020
-
-
Zeke Mostov authored
-
- Oct 13, 2020
-
-
Chevdor authored
-
- Oct 12, 2020
-
-
Zeke Mostov authored
-
- Sep 29, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Sep 28, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
Bumping to polkadot-js v2, which drops support for extrinsics and metadata from pre Kusama.
-
- Sep 24, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
build: Automated releases w/ conventional commits; Prep for npm package publish of calc and api-sidecar; (#298) - Releases process automation with conventional commits, including auto CHANGELOG generation - Convert @substrate/calc package to npm dependency - Prepare @substrate/calc package for publish to npm - Prepare @substrate/api-sidecar package for publish to npm
-
- Sep 22, 2020
-
-
Zeke Mostov authored
* feat: Remove authorId query param; Bump version in package * Build docs * Add a contributing note
-