- 17 Aug, 2023 20 commits
-
-
github-actions[bot] authored
-
OptimismBot authored
Merge pull request #6824 from ethereum-optimism/08-16-fix_contracts-bedrock_Fix_job_missing_node_modules fix(contracts-bedrock): Fix job missing node_modules
-
Will Cory authored
-
OptimismBot authored
GameLoader Fault Component
-
mergify[bot] authored
-
OptimismBot authored
op-node: Metrics in the channel bank
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: update multichain deploy script
-
Mark Tyneway authored
Updates the multichain script based on https://github.com/ethereum-optimism/optimism/pull/6825 The version and the address are all that need to change.
-
Mark Tyneway authored
contracts-bedrock: redeploy system config
-
mergify[bot] authored
-
Mark Tyneway authored
-
Hamdi Allam authored
feat(indexer): simplify bridging schemas via local/remote naming & simplify tx deposits table
-
Mark Tyneway authored
contracts-bedrock: system config fix
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Will Cory authored
fix(sdk): Fix failing depcheck
-
- 16 Aug, 2023 20 commits
-
-
OptimismBot authored
feat(indexer): decouple bridge processing from any rpc connection
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Mark Tyneway authored
-
OptimismBot authored
feat: Contributing label definitions
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #6817 from ethereum-optimism/08-16-fix_contracts-bedrock_Use_npx_in_contracts-bedrock_so_it_doesn_t_depend_on_pnpm_i fix(contracts-bedrock): Use npx in contracts-bedrock so it doesn't depend on pnpm i
-
Mark Tyneway authored
-
Joshua Gutow authored
This adds 3 new metrics to channel bank: 1. New Head Channel Event 2. Channel Timed Out Event 3. Frame Added Event The new channel head event is the most complex. It indicates that there is new channel in the ready position of the channel bank. It does not indicate if the channel is ready to be read from. It is complicated to implement because we have several ways of removing channels which would mean that a new channel becomes the head channel. The channel timeout & frame added events are much simpler. The intention is to make it easier to determine if the head channel in the channel bank is not progressing.
-
mergify[bot] authored
Merge branch 'develop' into 08-16-fix_contracts-bedrock_Use_npx_in_contracts-bedrock_so_it_doesn_t_depend_on_pnpm_i
-
Mark Tyneway authored
Be sure to emit an event in the initialize function for the changes to the properties that the op-node cares about. This will ensure that the op-node's view of the system config is never corrupted. Without this change, an accidental reinitialize where the values are changed could result in this happening. Add events to prevent this from happening. This is done by making internal functions that are not `onlyOwner` and using those internal functions in `initialize`. Bump the version of the system config a minor version.
-
Will Cory authored
-
Andreas Bigger authored
-
Will Cory authored
-
refcell.eth authored
-