Jake C-T
Jake C-T
### What's wrong When a proposer is reaching the end of the blocks it has won at auction, transactions (transfer, create2Transfer, etc.) that are submitted by users that are pending...
Related https://github.com/thehubbleproject/hubble-contracts/issues/548 ### What's wrong If a user submits an L2 transfer that is successfully submitted in a batch on L1, but is later rolled back after a successful dispute...
https://www.npmjs.com/package/@openzeppelin/contracts Update to latest v4 - Requires solidity v0.8 - Note section How to upgrade from 3.x in https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v4.0.0 , includes upgrade script.
### What's Wrong Per https://github.com/thehubbleproject/hubble-contracts/pull/552#discussion_r616244448 , there are a number of gotcha's such as `describe/it.only`s being committed unknowingly. There are likely other code issues we could scan for as well....
### What's wrong Currently, our syncing node (and in the future packing/proposer node) do not handle [chain reorganizations](https://blog.ethereum.org/2015/08/08/chain-reorganisation-depth-expectations) (old doc/link). This will cause issues with maintaining proper L2 state for...
Add coverage for contracts via `solidity-coverage` to help identify areas that need additional tests both now and in the future. ### TODO - [x] Coverage is not reporting statements and...
It would be nice if this action had a way to cache deno modules that had been downloaded in previous runs, similarly to https://github.com/actions/setup-node#caching-global-packages-data The cache looks like it is...
- Touches on wallets in CASA Layering - Nodes & contracts out of scope # Wallets - CAIP-10: Specific account is BLS enabled - Can signature be specific by app/contract...