Draft
Conversation
* support ledger * add to asset hub * testing * added fee estimation methods * get source address from plan * ws * revert comment * clean up api * add signer to dry run * allow transaction creation without a plan * remove comment * revert * update packages
…api (Snowfork#1370) * Add comments for the indexer api * query transfer by messageId or txHash * Update comment * Update package
* fix send to penpal for xcm v5 * wip * validation mostly complete * completed to polkadot transfers * wip 1-click transfer * 1click xcm builder * fixes to dryRunning * fix invalid transaction * cleanup * more clean up * remove unused code * comments * Revert "fix send to penpal for xcm v5" This reverts commit a73fccf.
* fixes for operational scripts * revert
* Fix test transfer script * Remove private key in the code
* fixes * update package numbers * adding hydration and moonbeam
* skeleton of fixes * fix for querying the xcm weight * up version number * more fixes and checks * more fixes * fix balances * unused imports
* Monitoring the indexer service * Update response * Update graphql api to cloud * Rename * Fix alarm
* electra upgrade * relayer progress * more electra work * fix config * fixes * fix tests * update go version * containers * electra changes * try testing lodestar + electra * revert local script * mekong network setup * electra updates * fixes * fixes * fix tests * electra local net * fix config * cleanup * fixes * progress * fix execution header proof * revert testing changes * adds tests * cleanup * cleanup * uses geth binary instead of docker * removes all traces of capella * devnet6 fixes * update bindings
* fixes * add moonbeam support * remove test code * uncomment * up version numbers * fix context * fixes * comment * add token map * transfer locations * add chain name * add source parachain to delivery fee * make more convenient to use * export type * fixes for fee handling * fixed fees * more fee fixes * use strong typing and find forwarded xcms * final fixes for the fee * minor fixes * ws * correct checks * update transfer history to include sourceParachain * minor history and fees fixes * lower fees * fix global query
* fetch in parallel * update packages
* Update preimage tool * whitespace * Update paseo & westend bindings
* evm chain support * comments * update package numbers
* fix route * Update packages
* packages * adjust based on decimals
* api fixes * Update launch-config.toml * revert
* Remove the unsupported indexer query * Update version
* fix bifrost dry run issue. * update packges
* Log gateway codehash * Upgrade Gateway on Westend-Sepolia
* added function to register tokens * fmt * fix build errors * clean up * more assets * fix message * more tokens * Update control/preimage/src/commands.rs --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com>
* Update Bifrost RPC endpoint * Update package
…fork#1426) * update geth to v.15.5 in order to support decoding of SetCodeTx * update go to 1.23.0 * update Go version in CI * fix breaking test
* do not check for ED if dry run was successful * fix * change bifrost uri * fix formatting * update package versions * revert * update contracts
Signed-off-by: murongshaozong <netease163@icloud.com>
* Contracts V2 (Snowfork#1300) * Ethereum Relayer V2 (Snowfork#1341) * v2 initial commit * latest changes * Flesh out dispatch logic for inbound messages * Add reward address * make code compile * Split initializer impl into a library to reduce contract size * Major refactor * Update tests * add scripts back * Update scripts * Finish outbound messaging * Implement token registration for V2 * Make functions payable * improve docs * comments * review feedback * cleanups * Add initial tests for V2 * Make `rewardAddress` an indexed event parameter * Clean up interfaces * Make WETH address configurable * Autowrap ether * auto-unwrap ether * Add view keyword * off-chain part * off-chain changes * improve * improve * allow unlocking native ether * improve token registration flows * improve docs * improve * improve * nit * Update contracts/src/v1/Calls.sol Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> * Apply suggestions from code review Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> * Fix unlock WETH * Suppress Error (6243): The "tload" instruction * Merge recent changes * add foundry setting * relayer progress * fixes * adds xcm * register token v2 * clean up register token smoketest * fmt * merge damage * fix tests * send token and relayer fixes * relayer cleanup and transact * send token to penpal smoke test * syntax error * adds penpal test to ci * merge damage fixes --------- Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com> Co-authored-by: ron <yrong1997@gmail.com> Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> * Parachain Relayer V2 (Snowfork#1321) * v2 initial commit * latest changes * Flesh out dispatch logic for inbound messages * Add reward address * make code compile * Split initializer impl into a library to reduce contract size * Major refactor * Update tests * add scripts back * Update scripts * Finish outbound messaging * Implement token registration for V2 * Make functions payable * improve docs * Parachain relayer V2 * Rename to PendingOrder * Decode compact int * comments * Improve doc * review feedback * cleanups * Add initial tests for V2 * Make `rewardAddress` an indexed event parameter * Remove unused * Submit delivery proof * Rename to InboundMessageV2 * Mark as view function * Filter with reward address * Clean up interfaces * Make WETH address configurable * Autowrap ether * V2 smoke tests (Snowfork#1327) * Update contracts for smoke tests * Remove unused * Decode test * Update subxt * Register PNA with OutbountQueueV2 * Fix storage key * Comment out config * Revert contract changes * Fix function * Regenerate binds & update package path * Format * Format * Add todo * Update bindings * Update script * auto-unwrap ether * Update smoke tests * Add view keyword * More refactoring * Verify V2 digest for commitment * Call Contract with value * improve * improve * allow unlocking native ether * improve token registration flows * improve docs * improve * improve * nit * Fix smoke test for V2 * Fix test * Fix unlock WETH * Sync with contract * Fix smoke test * Update contracts/src/v1/Calls.sol Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> * Apply suggestions from code review Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> * Fix unlock WETH * Suppress Error (6243): The "tload" instruction * Merge recent changes * Fix breaking tests * Fix tests * Filter order by rewardAddress to handle own delivery proof * Fix test * Add ofac check --------- Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> * Fix V2 tests (Snowfork#1378) * Fix smoke tests * Add smoke tests * Prefund transfer ENA * Create agent (Snowfork#1388) * Create agent on Ethereum * Add test * Fix forge test * Revamp smoke test * Update go bindings * Add register relay token back * Fix transfer pna * Remove obsolete code * Update contracts/src/v2/Types.sol Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com> * Update foundry.toml * Rename follow the naming scheme * Fix smoke test * Fix function name --------- Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com> * Fix test coverage reports (Snowfork#1390) * Gateway should no longer build token registration XCM (Snowfork#1381) * Rather build register token on BH * Add comments * adds metadata fields to register token * Revert "adds metadata fields to register token" This reverts commit 90cbff5. * update tests * Cleanup * Update bindings * remove kusama as supported network --------- Co-authored-by: claravanstaden <claravanstaden64@gmail.com> Co-authored-by: ron <yrong1997@gmail.com> * Improve smoke tests (Snowfork#1396) * Rather build register token on BH * Add comments * adds metadata fields to register token * Revert "adds metadata fields to register token" This reverts commit 90cbff5. * update tests * Cleanup * Update bindings * Fix smoke test send token to destination chain * Rename path * Add send pna * Check amount --------- Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com> Co-authored-by: claravanstaden <claravanstaden64@gmail.com> * cherry-pick token changes from main * Revert "cherry-pick token changes from main" This reverts commit 9731690. * Improve ERC20 implementation (Snowfork#1384) * Add more docs * Log topic on ethereum side (Snowfork#1404) * Log topic on ethereum side * Fix test * Update relayer --------- Co-authored-by: ron <yrong1997@gmail.com> * Delete obsolete code * improve comments * cleanups after static analysis * Remove handlers for deprecated V1 commands * format code * format comments * Refactor agent creation code * Add test for foreign token registration * Add tests for mint foreign token * Improve docs * Update bindings * Merge from V1 (Snowfork#1422) * Add support for ether (Snowfork#1409) * Upgrade gateway on Sepolia for westend (Snowfork#1407) * Log gateway codehash * Upgrade Gateway on Westend-Sepolia * Update indexer endpoint & Cleanup (Snowfork#1411) * Ban lido token (Snowfork#1412) * Fix hardcoded url (Snowfork#1414) * Register Polkadot Native Assets in Control Tool (Snowfork#1405) * added function to register tokens * fmt * fix build errors * clean up * more assets * fix message * more tokens * Update control/preimage/src/commands.rs --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> * Force rebuild (Snowfork#1418) * Update with V1 bindings * Remove channel config * Remove channel * Remove topic id from InboundMessageDispatched * Format codes (Snowfork#1416) * Generate delivery receipt * Revert "Remove topic id from InboundMessageDispatched" This reverts commit 7e77f49. modified: smoketest/src/helper.rs modified: web/packages/test/scripts/build-binary.sh * Fix script * Clean up unused code * Cleanup * Minor fix * Fix binding * Change storage location * Fix template --------- Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> * Merge updates from V1 (Snowfork#1429) * Add support for ether (Snowfork#1409) * Upgrade gateway on Sepolia for westend (Snowfork#1407) * Log gateway codehash * Upgrade Gateway on Westend-Sepolia * Update indexer endpoint & Cleanup (Snowfork#1411) * Ban lido token (Snowfork#1412) * Fix hardcoded url (Snowfork#1414) * Register Polkadot Native Assets in Control Tool (Snowfork#1405) * added function to register tokens * fmt * fix build errors * clean up * more assets * fix message * more tokens * Update control/preimage/src/commands.rs --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> * Force rebuild (Snowfork#1418) * Format codes (Snowfork#1416) * remove equilibrium and its stable coin (Snowfork#1421) * Hot fix (Snowfork#1424) * Update Bifrost RPC endpoint * Update package * Update geth to v.15.5 in order to support decoding of SetCodeTx (Snowfork#1426) * update geth to v.15.5 in order to support decoding of SetCodeTx * update go to 1.23.0 * update Go version in CI * fix breaking test * Cleanup --------- Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Parth <desaiparth08@gmail.com> * For V1 compatibility (Snowfork#1428) * Merge recent changes from V1 * Fix smoke tests * Update go.work.sum * Improve smoke tests --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: ron <yrong1997@gmail.com> Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> Co-authored-by: Parth <desaiparth08@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.