- Mar 08, 2022
-
- Feb 28, 2022
-
- Feb 24, 2022
-
-
Tarik Gul authored
* chore(release): 11.3.11 * fix small grumble in changelog * Update CHANGELOG.md Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- Feb 22, 2022
-
-
Tarik Gul authored
-
- Feb 17, 2022
-
-
Tarik Gul authored
* Update all deps to patch, or minor * update clean-webpack-plugin from 1.0.1 -> 4.0.0 * docs: update to webpack 5.68.0
-
- Feb 16, 2022
-
-
Jose authored
* Abstract error handling for addresses into AbstractService * Add yarn cache, jest cov and fixed unit test
-
- Feb 10, 2022
-
- Feb 02, 2022
-
- Feb 01, 2022
-
-
Tarik Gul authored
* fix: current auction endingOffset bug * fix: header bug * update tests to accurately test the updates * add vrfDelay to endingOffset * refactor logic to make it cleaner * Update src/services/paras/ParasService.ts Co-authored-by: Zeke Mostov <[email protected]> * Update src/services/paras/ParasService.ts Co-authored-by: Zeke Mostov <[email protected]> * remove vrfDelay from offset calculation * update docs with vrfDelay info * add tests for startPeriod, endPeriod and vrfDelay * inline docs * fix some grumbles for vrfDelay, and endPeriod sample * Update src/services/paras/ParasService.ts * Update docs * Update src/services/paras/ParasService.ts Co-authored-by: James Wilson <[email protected]> * fix naming in test * set the vrfDelay test to use the finishEnd block * update docs Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: James Wilson <[email protected]>
-
- Jan 26, 2022
-
-
James Wilson authored
-
- Jan 24, 2022
-
-
Tarik Gul authored
* remove node-forge resolution, and standard-version dev dep * node-forge sec update for docs
-
- Jan 14, 2022
-
-
Tarik Gul authored
-
- Jan 13, 2022
-
- Dec 21, 2021
-
- Dec 16, 2021
-
- Dec 13, 2021
-
-
Tarik Gul authored
-
- Dec 09, 2021
-
- Dec 02, 2021
-
- Nov 23, 2021
-
- Nov 16, 2021
-
-
Maciej Hirsz authored
-
- Nov 15, 2021
-
-
Tarik Gul authored
* preserve the eperimental route, add /paras * fix: remove /experimental from e2e tests * docs * remove warnings
-
- Nov 11, 2021
-
-
Maciej Hirsz authored
* chore(release): 11.2.0 * Update version
-
- Nov 10, 2021
-
-
Tarik Gul authored
* add historicApi to crowdloans-info * add assertQueryModule check * add historicApi to crowdloans * add historicApi to leases-info and leases/current * add historicApi to auctions-current * add historicApi to paras * fix endingOffset bug * adjust tests to reflect historicApi * cleanup * inline docs * lint * Update src/services/paras/ParasService.ts Co-authored-by: Zeke Mostov <[email protected]> * adjust lease_period_index * lease period index edgecase * adjust leasePeriodIndex to be null not BN_ZERO * update docs Co-authored-by: Zeke Mostov <[email protected]>
-
- Nov 09, 2021
-
-
Tarik Gul authored
* add query param decodeMeta * update docs * fix test description * lint * fix up the query param to have both noMeta and metadata without introducing breaking changes * update logic, and clean it up * lint * change ifs to switch * update the docs * update more docs * build:docs * inline comment
-
- Nov 08, 2021
-
-
Maciej Hirsz authored
-
- Nov 04, 2021
-
-
Maciej Hirsz authored
-
- Oct 28, 2021
-
-
Niklas Adolfsson authored
* chore(release): 11.1.0 * fix: update package.json
-
- Oct 27, 2021
-
-
Tarik Gul authored
* add ValidateAddressService * add ValidateAddressController * add AccountsValidate to polkadot, westend, and kusama * imports * add kusama chain config * fix response * fix networkInfo bug * lint * get tests started * change the name of the service * cleanup, lint, fix build, test boilerplate * update the tests * more tests * use hexToU8a for hex conversion * add tests for hex values * cleanup * docs * e2e tests for validate * update e2e responses * update docs * Update docs/src/openapi-v1.yaml Co-authored-by: David <[email protected]> * docs Co-authored-by: David <[email protected]>
-
Tarik Gul authored
* add ValidateAddressService * add ValidateAddressController * add AccountsValidate to polkadot, westend, and kusama * imports * add kusama chain config * fix response * fix networkInfo bug * lint * get tests started * change the name of the service * cleanup, lint, fix build, test boilerplate * update the tests * more tests * use hexToU8a for hex conversion * add tests for hex values * cleanup * docs * add AccountsValidate controller to other chains-config * remove networkId * update tests * ValidateAddrResponse -> IValidateAddrResponse * typos * ss58Decoded -> ss58Prefix * inline docs for validate address * update docs * cleanup testws * Update src/services/accounts/AccountsValidateService.spec.ts Co-authored-by: Zeke Mostov <[email protected]> * Update src/services/accounts/AccountsValidateService.spec.ts Co-authored-by: Zeke Mostov <[email protected]> * Update src/services/accounts/AccountsValidateService.spec.ts Co-authored-by: Zeke Mostov <[email protected]> * Update src/services/accounts/AccountsValidateService.ts Co-authored-by: David <[email protected]> * update docs * add proper error handling for base58decode * docs Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: David <[email protected]>
-
- Oct 26, 2021
-
-
Tarik Gul authored
* add resolution for ua-parser * change to 0.7.28, 29 is malicious * fix uaparser resolution
-
- Oct 20, 2021
-
-
Niklas Adolfsson authored
* chore(release): 11.0.0 * Update CHANGELOG.md * address grumbles * Update CHANGELOG.md * address grumbles: rewrite vesting item
-
- Oct 14, 2021
-
-
Tarik Gul authored
* BREAKING CHANGE: default return value is an array instead of an object * add docs * fix: vesting-info tests, add another test as well * docs * lint * add test * lint * refactor to avoid duplicate unwrap calls
-
- Oct 13, 2021
-
-
Andrew Plaza authored
* chore(release): 10.0.0 * Update CHANGELOG.md Co-authored-by: David <[email protected]> * docs Co-authored-by: David <[email protected]>
-
Tarik Gul authored
-
Tarik Gul authored
* switch to PalletV14 * add historicAPi into the mix * add adjustMetadataV13 query param * docs * add docs
-
- Oct 06, 2021
-
-
Andrew Plaza authored
* chore(release): 9.2.0 * chore(release) bump calc version * bump @substrate/calc sidcar dependency * yarn lock for calc
-
- Oct 02, 2021
-
-
Tarik Gul authored
* fix: add eraInfo as a field in extrinsics response * docs: update docs with GenericExtrinsicEra * fix: switch eraInfo to era * docs: update docs * fix: refactor * fix: lint * fix: update mock data, and adjust unit tests * docs: update GenericExtrinsicEra description * Update docs/src/openapi-v1.yaml Co-authored-by: David <[email protected]> * docs: adjust docs * tests(e2e): update kusama e2e test responses for /blocks * tests(e2e): update the polkadot e2e tests for /blocks * tests(e2e): update westend e2e responses for /blocks * fix: space at end of file Co-authored-by: David <[email protected]>
-
- Sep 27, 2021
-
- Sep 24, 2021
-
-
Andrew Plaza authored
* chore(release): 9.1.10 * changelog typo * changelog formatting * build docs
-