-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Biome.js instead of ESLint and Prettier #347
Conversation
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Removed Ethers and making signers optional until need to sign (#283) * [v3] Hardcoding decimals in chain config to reduce complexity (#287) * Added explorers URL to Chain (#303) * EvmChain class and some refactoring (#305) * Basic MRL package setup (#309) * MRL package setup * MRL setup * Reverted SetOptional removal * Fixes after merge * MRL interface draft and some more refactoring for v3 (#314) * MRL p3 (#316) * Added spell check (#320) * Added spell check wit CSpell * Migrated husky to lefthook * Updated readme * Updated lock file * removed package-lock.json * MRL p4 (#321) * Fixed GMP message builder (#326) * Fixed GMP message builder * Changed to import type * Updated snapshots (#327) * AssetRoute refactoring (#332) * v3 part 4 (#344) * Fixed versions of dependencies after merge from main * Updated snapshots * Using Biome.js instead of ESLint and Prettier (#347) * v3 part 6 (#350) * --wip-- [skip ci] * Getting moon chain data * In pre-commit hook just checking staged files * Fixed unit tests * Fix * Removing Hydration config from MRL * Fixing linter * Finished with getEstimate and getMin * Different assets on source and destination to support MRL * Config fixes * --wip-- [skip ci] * Updated some dependencies * Fixed tests and linter * Fixed snapshots of acceptance test * Continue MRL setup (#358) * map asset with moonchain and install tokenbridge dependency * add tokenbridge to spell * add fantom > moonbase config * add setup for dev in fantom > moonbase route * V3 next xcm payment api (#354) * Apply XcmPaymentApi fees in transactions to Moonbeam / Moonriver / Moonbase-Alpha (#351) * -wip- initial commit and initial configs * -wip- extract common code * -wip- fix some types * -wip- TODOs and refactoring * -wip- group all in a single function * -wip- apply to all Acala and Hydration routes * -wip- apply to manta routes * apply xcmv4 and solution for registered asset id for ERC20s * sort assets, handle different palletInstances and apply to several configs * remove unused property * remove logs * remove deleted routes from snapshots * apply new configuration to Kusama chains * add changeset * remove assetTypeUnitsPerSecond function since it is not used now * remove assetTypeUnitsPerSecond function since it is not used now * apply PR reviews * Version Packages (#352) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * update snapshots * add asset ordering param to ibtc and kbtc * fix linting and spell checking * add changeset for xcm-utils (#353) * Version Packages (#355) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix linting and spell checking * fix linting error * move palletInstance validation * fix TEER configuration in Integritee (#356) * Version Packages (#357) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * change native asset checking and builder interface * fix error * Fix Asset Hub memecoings asset ordering in fee calculation (#359) * Version Packages (#360) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix lint * change property name * rename properties --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Allow Parachains/Moonbase to Evm Routes (#361) * add moonbase to fantom routes and fix configuration accordingly to consider moonChain as source * add peaqAlphanet routes * fix moonAsset retrieval * fix asset in relayer fee * remove comment * udpate snap * Implement Relay Fee (#362) * standarize transferAsset and feeAsset * -wip- implement relay fee to transfers coming from parachains * clean * unify wh builder args * revert change in extrinsic builder and add relay fee calculation in source data withj provider checking * revert deconstructing not needed * address TODOs * remove provider enum and apply fixes * change property name * Add relayer fee to min (#363) * add relayer fee to min and rename interface * fix lint * Separate Routes between MRL and XCM and get moon chain fee balance in source (#366) * add peaq evm alphanet configuration * Add moonChainFee and separate MrlChainRoute from ChainRoute * Update packages/mrl/src/getTransferData/getSourceData.ts Co-authored-by: elmar <[email protected]> * remove optional in moonChainfee --------- Co-authored-by: elmar <[email protected]> * Fix issues with transfers from all different sources and destinations (#368) * fix issues with transfers from all different sources and destinations * update tests * update tests * Implement 'Batch' builder for EVM Parachains (#371) * update mrl example * implement Batch contract builder for sending assets and xcm message with remote execution * fix code * update lock file * fix lint problem * fix linter issues from sovereign account balance checking implementations * fix sovereign account balance checking implementation * Pass isAutomatic as parameter to transfer function (#372) * pass isAutomatic as parameter to transfer function * update snaps * fix gas estimation for moonbase alpha automatic (#374) * Add standalone redeeming capability (#381) * add AGNG route from Fantom to Peaq * Add redeeming functionalities for Womrhole * imporve dev mode * try to fix dev * Revert "try to fix dev" This reverts commit 10a6c38. * Revert "imporve dev mode" This reverts commit 9d135c8. * change u8 to hex calculation * change getRedeemdData builder --------- Co-authored-by: Richard Kenigs <[email protected]> * Fixes in build process to be able to link to projects (#382) * add mrl package to dev version publisher * try to fix npm run dev * add link scripts * disable git prompts in publish dev version * change link directory * change link path * sync deps, remove prettier, link globally * add script to generate .d.mts file --------- Co-authored-by: Richard Kenigs <[email protected]> * Fixes after integration (#384) * adjustments after integrating XCM in the dapp * normalize extrinsic build for xcm versions * update test snapshot * add tests for normalize functions * remove unused import * change wording and remove log * Update packages/builder/src/extrinsic/ExtrinsicBuilder.utils.ts Co-authored-by: Richard Kenigs <[email protected]> * apply type inference and fix tyeps --------- Co-authored-by: Richard Kenigs <[email protected]> * More fixes after integration (#385) * adjust USDT fees for asset hub coins and enable sovereing account fee balance checking * more fixes discovered with integration * kill nodle and add min balances in destionation for asset hub tokens * add destination min balance builders and fix aseed configuration in moonriver * update snapshot with config fixes * update readme link command * Adapt xcm example (#386) * adapt xcm example * add matching space * more fixes and configuration adjustments (#387) * more fixes and configuration adjustments * update snaps * update script for dev versions (#388) * sync packages * try to fix * try to fix build and type exports (#389) * re-generate pnpm-lock.yaml * update dependencies (#394) * update polkadot stuff * --wip-- [skip ci] * update @polkadot/apps-config * update other deps * change all packages to private false * downgrade viem to 2.21.7 * Update package.json * Update examples/mrl-simple/package.json * Update examples/sdk-simple/package.json * Update scripts/package.json * Revert "update dependencies (#394)" (#396) This reverts commit d299ffb. * update polkadot stuff (#398) * update polkadot stuff * sync deps * fix deps * put exact versions * add type check to lefthook * remove type check * Add export check (#397) * --wip-- [skip ci] * fix getSourceData * finish removing unused exports * change pipeline * remove unexisting type * put broken type back * Forgeign Assets builders - Snowbridge Assets configuration (#400) * adapt foreignAssets pallet queries and add snowbridge assets configurations * fix snaps and linter * Adjustments after implementing mrl package in dapp (#401) * -wip- adjustments after integration * add setIsAutomatic data initializer and exclude relayer fee from min if not automatic * add statusCallback param * fixes in getMoonChainData * adjust configs * more adjustments * change fantom rpc endpoint * adjustments for redeeming function (#405) * enable sending only remote execution in MRL (#407) * Return balance and address in MoonChainData (#408) * return computed origin account info in moonChainData for parachain to evm transactions * fix in moonchain address * add balance in moonbase beta * remove unused import * improve code comprehension * add tests * Ethereum, moonbeam and Hydration configurations (#409) * Ethereum, moonbeam and Hydration configurations * remove unused vars * add routes to index file * moonbeam to ethereum configurations * remove peaq routes for now * xcm config adjustments and not throw error when amount is 0 in network fee and relayer fee * add more routes from Ethereum to Hydration (#417) * V3 xcm adjustments (#412) * adjustments in xcm configs and enable asset sorting in Xtokens TransferMultiCurrencies * adjust bifrost token fees * update snapshot * add DOT as feeAsset in config for Moonbeam to AssetHub (#413) * add DOT as feeAsset in config for Moonbeam to AssetHub * change polkadot asset hub configs to use DOT for fees and write builder for new function * change redeem wording (#418) * clean mrl example (#414) * clean mrl example * adjust example flow * reset value * rename redeem functions in example * change order of hydration ws endpoints * V3 docs (#416) * modify xcm sdk usage page * -wip- mrl sdk docs * -wip- how to use mrl * -wip- use mrl pag4e * -wip- mrl reference * -wip- xcm reference docs * -wip- reference adjustments * -wip- contribute pages * -wip- contribute xcm * add comment * contribute mrl page * fix references * move mrl config to MRL interfaces * handle most TODOs * fix link * add Asset routes docs * move MoonChain interfaces to MRL file * -wip- adapt home page with MRL package and delete old pages * adjust sizing home page * changes after final review * fix lint error * Update mkdocs/docs/contribute/mrl.md Co-authored-by: Richard <[email protected]> * Update mkdocs/docs/example-usage/xcm.md Co-authored-by: elmar <[email protected]> * Update mkdocs/docs/example-usage/xcm.md Co-authored-by: elmar <[email protected]> * Update mkdocs/docs/contribute/mrl.md Co-authored-by: Richard <[email protected]> * change cloning to forking and fix linting * specify that chain keys are allowed * adjust type logic to prevent function duplication and Type casting in Mrl Asset Routes * fixes in docs and in imports --------- Co-authored-by: Richard <[email protected]> Co-authored-by: elmar <[email protected]> * V3 Readmes (#423) * modify XCM Readme and add MRL Readme * overall Readme introduction * update main Readme * add documentation to readme * adjust lesser packages Readme files * change License * fixes after proof reading * update changeset config * modify config changeset * modify config changeset * modify config changeset * modify config changeset * add changeset * remove stale changeset * modify config changeset * test fix changeset bot * test fix changeset bot * remove scripts from ignore --------- Co-authored-by: elmar <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Richard Kenigs <[email protected]> Co-authored-by: Richard Kenigs <[email protected]>
No description provided.