- 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
* update deps * bump deps * bump deps * update /runtime/code test
-
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
* switch asset service to historicApi * fix: bug * throw appropriate error for missing pallet * lint * asset-balance e2e tests for statemint * add more tests for asset balances * e2e for statemine * lint * Update src/services/accounts/AccountsAssetsService.ts Co-authored-by: David <[email protected]> * adjust the returned error when assets pallets doesnt exist * fix comment Co-authored-by: David <[email protected]>
-
Tarik Gul authored
* add resolution for ua-parser * change to 0.7.28, 29 is malicious * fix uaparser resolution
-
- Oct 22, 2021
-
-
Tarik Gul authored
-
- 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 19, 2021
-
-
Tarik Gul authored
* bump api, apps-config * revert polkadot/api to 6.4.1
-
- Oct 18, 2021
- Oct 15, 2021
-
-
Tarik Gul authored
-
- 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
-
Tarik Gul authored
-
Tarik Gul authored
* bump polkadot deps * dedupe * bump apps-config
-
- Oct 12, 2021
-
-
Tarik Gul authored
* fix: refactor api.derive.chain in /blocks * add historicApi * remove bench test * tests: adjust tests to accept historicalApi * refactor blocks to use historicApi * fix: fetchevents bug * fix: update historic kusama blocks e2e tests * put back --silent * fix: lint * fix: tests for pallets staking progress * cleanup * fix: restructure block tests and mockApi * fix: change mockApi to defaultMockApi for BlocksTraceService * fix: add AccountsAssetsService.spec.ts refactoring to mockApi * lint and cleanup * refactor AccountsBalanceInfoService.spec.ts * refactor NodeNetworkService.spec.ts * refactor NodeTransactionPoolService.spec.ts * refactor NodeVersionService.spec.ts * restructure AccountsStakingInfoService.spec.ts * refactor AccountsVestingInfoService.spec.ts * refactor PalletsAssetsService.spec.ts * refactor PalletsStakingProgressService.spec.ts * refactor PalletsStorageService.spec.ts * cleanup * refactor ParasService.spec.ts * refactor RuntimeCodeService.spec.ts * refactor RuntimeMetadataService.spec.ts * refactor RuntimeSpecService.spec.ts * refactor TransactionFeeEstimateService.spec.ts * refactor TransactionMaterialService.spec.ts * refactor TransactionSubmitService.spec.ts * refactor mockApi to be defaultMockApi * lint * fix merge conflict with nextFeeMultiplier * historical -> historic
-
- Oct 11, 2021
-
-
Tarik Gul authored
* add --log-level flag for e2e tests * update docs for scripts
-
Tarik Gul authored
fix(BlocksService): refactor api.derive for performance, and add historicApi to BlocksService (#699) * fix: refactor api.derive.chain in /blocks * add historicApi * remove bench test * tests: adjust tests to accept historicalApi * refactor blocks to use historicApi * fix: fetchevents bug * fix: update historic kusama blocks e2e tests * put back --silent * fix: lint * fix: tests for pallets staking progress * cleanup * optimize getWeights, remove expandMetadata * fix: nexttFeeMultiplier get by parent hash * add ? to nextFeeMultiplier * lint
-
Tarik Gul authored
-
Tarik Gul authored
-
- 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 05, 2021
- Oct 04, 2021
-
-
ArshamTeymouri authored
-
- Oct 03, 2021
-
-
Tarik Gul authored
-
- 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]>
-
- 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
-
Tarik Gul authored
* fix: refactor e2e chain tests * lint
-
- Sep 29, 2021
-
-
Tarik Gul authored
* fix: add scripts to run new yarn pack script * fix: configure new opts for yarn pack script * fix(types): abstract types for procs * fix: add script for checking npm releases * fix: abstract script logic into one central area * docs: update readme * ci: add ci test for npm releases * ci: fix error * ci: fix pre install * fix: setWsUrl * add sig interrupt * fix: error for sidecar * fix: comments docs * fix: refactor launchProcess params, add trim to stdout * fix: remove default value for the command on launchProcess * Update scripts/runYarnPack.ts Co-authored-by: David <[email protected]> * docs: update description, and give examples on to run it locally, and cleanup if there is an issue * fix: give error instructions on how to cleanup if theres an issue, fix doc to active voice * ci: description * ci: fix the description to a comment Co-authored-by: David <[email protected]>
-
- Sep 27, 2021
-
-
Tarik Gul authored
* fix: bump @polkadot/app-config -> 0.92.2-26 * fix: bump @polkadot/apps-config -> 0.96.2-26
- Sep 24, 2021
-
-
Andrew Plaza authored
* chore(release): 9.1.10 * changelog typo * changelog formatting * build docs
-
- 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 21, 2021
- Sep 17, 2021
-
-
Tarik Gul authored
-
Tarik Gul authored
-
Paul Verest authored
-