- 16 Sep, 2022 7 commits
-
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
sam-goldman authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Minor README update after questions from a third party. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Fixes a small error in the message-relayer canary action that would cause it to fail to build. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Adds a fault status API endpoint so people can easily query if the node is currently diverged. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Makes finalizeWithdrawalTransaction not payable. Having this function be payable created test failures because it was confusing whether funds should be sent to that function.
-
- 15 Sep, 2022 8 commits
-
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
* proxyd: Support per-RPC rate limits * add log Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Javed Khan authored
-
Maurelian authored
-
Javed Khan authored
-
Javed Khan authored
-
- 14 Sep, 2022 12 commits
-
-
Mark Tyneway authored
op-chain-ops: cross domain message
-
Mark Tyneway authored
-
Mark Tyneway authored
Trigger Releases
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Merge develop to master
-
Mark Tyneway authored
-
Mark Tyneway authored
op-bindings: l1xdm bindings
-
Mark Tyneway authored
Implement encoding and hashing of `CrossDomainMessage` structs. This includes some tests for both v0 and v1 that were generated using solidity. This is required for the migration of withdrawal hashes.
-
Mark Tyneway authored
Adds L1CrossDomainMessenger more bindings
-
Mark Tyneway authored
op-chain-ops: parse t_bytes32
-
Mark Tyneway authored
Updates the solidity version used for compiling the `GovernanceToken`. This is an attempt to solve the non deterministic binding generation. Since `GovernanceToken` is already set as a predeploy, this will only have an impact on new networks.
-
- 13 Sep, 2022 8 commits
-
-
Mark Tyneway authored
Adds extra type parsing to allow setting t_bytes32 in mappings.
-
Mark Tyneway authored
op-chain-ops: modularize setting the state
-
Mark Tyneway authored
The astids are non deterministic for some reason in our toolchain but the storage layouts are always the same. This adds some code to remove the nondeterminism but we lose the ability to work with astids. This is fine for the way that we are using the storage layouts. fix off by 1 Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
Annie Ke authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Fixes a build error where files were being referenced that were not included in the NPM build. CI did not catch this because CI operates on what's in the monorepo, which included the relevant files. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Blockes v0 messages from being relayed in Bedrock. As part of the Bedrock migration, we will guarantee that all v0 (legacy) messages that have not been successfully relayed will be transitioned into v1 messages. All other v0 messages will already have been relayed and therefore do not need to be relayed again.
-
smartcontracts authored
* feat(ctb): remove blockedSystemAddresses Removes the blockedSystemAddresses in favor of a more flexible approach that also removes most of the need for the initializer. We will be following this up with a second PR that removes the initializer entirely. * contracts-bedrock: regenerate snapshot Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
Matthew Slipper authored
Removes the dependency on the `foundry` container so that we can automate deployment of the ci-builder container.
-
- 12 Sep, 2022 5 commits
-
-
Mark Tyneway authored
This wraps some common functionality of state setting into a single function so that it can easily be reused in other components. I'd like to use this function as part of testing, it can be used to populate a `SimulatedBackend` with a set of contracts and their state pre-initialized.
-
Mark Tyneway authored
contracts-bedrock: add in alpha-1 network
-
Mark Tyneway authored
specs: this PR does fix a few typos
-
Mark Tyneway authored
contracts-bedrock: CrossDomainOwnable
-
Mark Tyneway authored
-