- Jan 26, 2022
-
-
James Wilson authored
-
Tarik Gul authored
* chore(release-calc): 0.2.7 * compile with wasm-pack using 0.10.1
-
- Jan 25, 2022
-
-
Yashiro authored
* Patch for crust * Fix cal * Add crust calc support * Recover .env.local * Reduction * Add ness config * Regen wasm and resolve comments by adding EOL * Fix Co-authored-by: MyronFanQiu <[email protected]>
-
Hoon Kim authored
* Added support for Astar fee calculation * compiled calc pkg Co-authored-by: Alexander Krupenkin <[email protected]>
-
- Jan 24, 2022
-
-
Tarik Gul authored
* remove node-forge resolution, and standard-version dev dep * node-forge sec update for docs
-
- Jan 21, 2022
-
-
Tarik Gul authored
* update polkadot-js api to 7.2.1 * update PalletAssetsAssetBalance -> Account * refactor the mock data for assets to keep things DRY * lint and set proper return types for exported mock test-helpers * fix: comment * fix logic to avoid breaking changes * fix pallet testing refactor * refactor logic to avoid breaking changes * cleanup code readability in asset-balances service * Update return type and return value * update inline docs * update comment grumbles * update inline docs for added asset types
-
- Jan 19, 2022
-
-
Tarik Gul authored
* add error handling on account balances * add better error handling for ethereum accounts in AccountsBalanceService * lint
-
- Jan 17, 2022
- Jan 14, 2022
-
-
Tarik Gul authored
-
- Jan 13, 2022
-
- Jan 05, 2022
-
-
Tarik Gul authored
* fix: change /experimental to /paras in description * statemint account assets e2e boilerplate * fix(temporary): change min calc fee runtime version to 601 * statemint block e2e tests * add runtime spec for statmint e2e tests * update e2e tests for statemint configuration * add v9122, and v9140 blocks for polkadot * add polkadot 9122 and 9140 tests for accounts * fix: comments on runtime version * revert min calc fee statemint * update kusama 9130 accounts * update blocks 9130 * updates paras/* for 9130 and cleanup * update paras paras e2e 9130 * fix comment grumble * add statemint script * lint
-
- Jan 04, 2022
-
-
Tarik Gul authored
-
Tarik Gul authored
* docs: update readme for e2e-tests * Update e2e-tests/README.md Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- Jan 03, 2022
-
-
Tarik Gul authored
* docs: chain fee calculation guide * update guide * fix: grumbles * Update guides/CHAIN_FEE_INTEGRATION.md Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: Zeke Mostov <[email protected]>
-
Tarik Gul authored
* fix(tsc): explicitly define typescript as a top level dep * fix: set typescript as dev dep * fix: set typescript to only a resolution
-
- Dec 29, 2021
-
-
Tarik Gul authored
-
- Dec 24, 2021
- Dec 21, 2021
-
-
Tarik Gul authored
* fix: change registry used in operation from Block -> ApiDecoration<promise> * fix: bump polkadot-js deps * fix: add import @polkadot/api-augment; to entry * fix: update imports for Codecs * comment * bump apps-config * add comment * fix: inline doc comments * update apps-config
- Dec 20, 2021
-
-
Tarik Gul authored
-
- Dec 16, 2021
-
- Dec 15, 2021
-
-
Tarik Gul authored
-
- Dec 13, 2021
- Dec 11, 2021
-
-
Tarik Gul authored
* fix: add 9130 to westend and polkadot * lint
-
- Dec 09, 2021
-
- Dec 08, 2021
-
-
Tarik Gul authored
* bump polkadot-js deps * fix BN bug * fix build * lint * fix BN bug * temp fix block state trace * fix: blocksTrace * fix: .toNumber -> toString(10) for base10 * fix update sanitize numbers to check superclass for BN * lint * fix: set resolution on bn.js, remove sanitizeNumbers unnecessary logic * revert changes on blocksTrace
-
- Dec 02, 2021
-
- Dec 01, 2021
-
-
Tarik Gul authored
-
Tarik Gul authored
* fix: bump polakdot api * fix: imports for StorageEntryBase and AugmentedConst * @polkadot/[email protected]
-
- Nov 29, 2021
-
-
Tarik Gul authored
* fix: update polkadot-js deps * fix: change with PalletsPalletAssetsBalance as u128, instead of TAssetBalance u64 * fix pallet assets * lint
-
- Nov 26, 2021
-
-
Rob Thijssen authored
-
- Nov 25, 2021
-
-
Tarik Gul authored
-
Tarik Gul authored
* docs: Update readme with node compatibility * fix grumble * Update README.md Co-authored-by: James Wilson <[email protected]> Co-authored-by: James Wilson <[email protected]>
-
Rob Thijssen authored
we would like to add fee calc support for runtime 3100
-
- Nov 23, 2021
-
-
Sergejs Kostjucenko authored
* Add CODEOWNERS file * Add paritytechtools-team to codeowners * Add main codeowner
-
Tarik Gul authored
* staking payouts historicApi * start tests * boilerplate for tests * mock data and types for tests * stakingPayouts reponse * mock data for staking payouts * lint eraRewardPoints * setup main test * adjust custom response * generate correct types for mock data * correct nominator data * correct eraRewardPoints * add error tests * fix eraRewardPoints types * add test for extractTotalValidatorRewardPoints * replace EraRewardPoints type * lint * clean empty line * tests for eraExposure * add deriveNominatorExposures for vals and noms * general cleanup, and DRY * add polkadot v9122 registry * add docs and switch things over to polkadotV9122registry * lint * fix doc grumbles * Update src/services/accounts/AccountsStakingPayoutsService.spec.ts Co-authored-by: Niklas Adolfsson <[email protected]> * cleanup comments * mapToBe -> mockEraRewardsMap * lint * Update src/services/accounts/AccountsStakingPayoutsService.spec.ts Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: David <[email protected]>
-