Vincent Geddes

Results 11 issues of Vincent Geddes

In theory, Solidity apps could potentially send a message (dispatchable call) to our parachain with an abnormally high weight. Executing these messages could result in huge fees for the relayer,...

Component: Parachain
backlog
Security-Future-Features

This change allows the inbound channel in the snowbridge parachain to forward dispatchable calls to third-party parachains. Changes: * The dispatch pallet is now responsible for either executing the message...

The goal is to allow the bridge module to interact with ETH and ERC20 applications living on separate parachains. Messaging will be implemented using XCMP. The interaction should be bidirectional:...

Component: Parachain
backlog

Currently our apps read channel addresses from memory every time a message or user instruction is acted upon. Since a `Channel` struct contains 2 addresses (both inbound and outbound), reading...

Component: Ethereum
optimization
backlog

The previous version was not very accurate, see discussion in SNO-150 Fixes: SNO-150

Run the following command to generate an initialization preimage: ``` snowbridge-control initialize ```

Doesn't support Microsoft Edge on Windows 10. This issue has also been collaborated by others. See https://github.com/pwnall/node-open/issues/63 for example. This is no fault of the extension itself. The underlying NPM...

Here are MD docs for V2 @acatangiu @franciscoaguirre . Let me know what you think.

R0-silent
T11-documentation

Tasks: - [x] V2 types - [x] V2 inbound messaging - [x] V2 outbound messaging - [x] Refactor to support both V1 & V2 - [x] Re-implement native token registration...

Uses Foundry's ability to run tests using storage forked from production networks. Requirements: * Add `MAINNET_RPC_URL` to environment (I've updated Github Actions to include this secret) * Most recent foundry/forge...