beamer
beamer copied to clipboard
Beamer - Bridging rollups with L1 inherited security
We should consider using `arbBlockNum` and `arbBlockHash` precompiles when generating fill IDs on Arbitrum.
We need to document `RequestManager.updateToken`.
# 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 need an alarm if agent runs out of funds. Easy way would be to do it via prometheus .
Follow-up to https://github.com/raisync-project/raisync/issues/165 In the e2e tests it would be good to also test the agent behavior. ## Tasks - [ ] Add agent to the e2e environment - [...
# Rationale Currently we use the `JsonRpcProviders` from `ethers` library which uses polling mechanism for getting the block number. We have many actions in our app which instantiate a new...
# 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?
Using third party libraries is a good thing. Usually it is a good practice to protect your core business logic from these libraries by hiding them behind custom interfaces and...
We need to make it easy to deploy Beamer contracts on new chains, or redeploy on chains where a deployment already exists. To that end, a split approach like the...
# Rationale The size of the frontend build is growing and currently we don't have any mechanisms implemented to optimize the build size and the speed of the page load....