- Nov 11, 2021
-
-
Maciej Hirsz authored
* chore(release): 11.2.0 * Update version
-
Tarik Gul authored
-
- Nov 10, 2021
-
-
Tarik Gul authored
-
Tarik Gul authored
* paras e2e tests for kusama * lint * eslint disable next lint
-
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]>
-
Xiliang Chen authored
* support calc fee for Karura and Acala * update wasm
-
Tarik Gul authored
-
- 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
-
Tarik Gul authored
-
Tarik Gul authored
* chore(release-calc): 0.2.4 * fix: little grumble in the code
-
- Nov 05, 2021
-
-
Tarik Gul authored
* update blocks e2e for kusama * update blocks e2e for polkadot * add westend e2e block
-
- Nov 04, 2021
-
-
Rob Thijssen authored
* support calamari fee calculation * lose redundant import * calamari runtime constants * calamari handler * whitespace for the linter * wasm-pack * sorting for the linter * minCalcFeeRuntime correction * lint * whitespace fix
-
Maciej Hirsz authored
-
- Nov 01, 2021
-
-
Tarik Gul authored
-
Tarik Gul authored
* fix session module failing for moonbeam * cleanup * Update src/services/blocks/BlocksService.ts
-
Tarik Gul authored
* optimize pallets storage * fix grumbles * lint
-
Tarik Gul authored
* e2e tests for staking info * lint
-
Tarik Gul authored
-
Tarik Gul authored
* add historicApi to staking-info * lint
-
- 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
* 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
-