beamer icon indicating copy to clipboard operation
beamer copied to clipboard

Beamer - Bridging rollups with L1 inherited security

Results 100 beamer issues
Sort by recently updated
recently updated
newest added

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...

agent :robot:
research :nerd_face:

# 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...

feature
needs discussion
needs refinement

# 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?

feature
needs discussion
needs refinement

# 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?

feature
needs discussion
needs refinement

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...

agent :robot:
relayer
needs discussion
needs refinement

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...

needs discussion
needs refinement

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...

contracts :receipt:
needs discussion
needs refinement

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...

contracts :receipt:
needs refinement

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...

bug
frontend :lollipop: