- 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 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 03, 2022
-
-
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 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 16, 2021
-
- Dec 15, 2021
-
-
Tarik Gul authored
-
- Dec 13, 2021
-
-
Tarik Gul authored
* fix: decrease bundle size of tgz * add line * spelling
-
- 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
* 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 23, 2021
-
- Nov 22, 2021
-
-
Tarik Gul authored
* fix: bump deps * update wasm-crypto resolution
-
- Nov 16, 2021
-
-
Maciej Hirsz authored
-
- Nov 15, 2021
-
-
Tarik Gul authored
-
- Nov 11, 2021
-
-
Maciej Hirsz authored
* chore(release): 11.2.0 * Update version
-
- Nov 10, 2021
-
-
Tarik Gul authored
-
- Nov 08, 2021
-
-
Maciej Hirsz authored
-
Tarik Gul authored
-
- Nov 04, 2021
-
-
Maciej Hirsz authored
-
- Nov 01, 2021
-
-
Tarik Gul authored
-
- Oct 28, 2021
-
-
Niklas Adolfsson authored
* chore(release): 11.1.0 * fix: update package.json
-
- Oct 27, 2021
-
-
Tarik Gul authored
* update deps * bump deps * bump deps * update /runtime/code test
-
- 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]>
-
- 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
-
-
Tarik Gul authored
-
- 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
* bump polkadot deps * dedupe * bump apps-config
-
- 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 03, 2021
-
-
Tarik Gul authored
-
- 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 13, 2021
-
-
Tarik Gul authored
-