beamer
beamer copied to clipboard
Beamer - Bridging rollups with L1 inherited security
Currently LPs have a very bad UX when a new version is launched. They have to setup a complete new agent and run both instances for a while. Then they...
# Rationale Currently we only have queries for Optimism and Arbitrum and Ethereum We need to do the same for Ethereum once the contracts have been deployed on mainnet. Reference...
# Rationale Why should this feature exist? What are the use-cases? # Implementation Do you have ideas regarding the implementation of this feature? Are you willing to implement this feature?
# Rationale Why should this feature exist? What are the use-cases? # Implementation Do you have ideas regarding the implementation of this feature? Are you willing to implement this feature?
We have a race condition after a successful return of the relayer. The relayer does not check or wait for the final event `RequestResolved` or `FillInvalidatedResolved`. This leads to the...
The agents ultimately run out of ETH because they pay tx fees in ETH but earn in token. There needs to be an automated way to swap periodically token into...
I would like to optimize how we handle the two messages we are sending between the Fill and Request Manager. To begin with I'd like to say how I see...
We should move the constructor of `OptimismL1Messenger` to `OptimismMessengerBase` and remove the constructor of `OptimismL2Messenger`. The two messengers are different for no real reason. This allows us then to remove...
Feature idea: Allow users to send multiple bridge transfers in one go. This could be in either direction: I.e. * Send all my funds to one target chain * distribute...
#### Expected behavior Transfer txs should not fail due to improper gas calculation. #### Actual behavior Transfer txs fail from time to time due to improper gas configuration. Example error...