- 18 Jan, 2023 24 commits
-
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
mergify[bot] authored
specs: cleanup/update bedrock derivation specs
-
mergify[bot] authored
-
Matthew Slipper authored
This reverts commit a46a2f76.
-
Matthew Slipper authored
-
protolambda authored
-
mergify[bot] authored
op-chain-ops: `Withdrawal` type use `hexutil.Bytes`
-
mergify[bot] authored
-
Mark Tyneway authored
op-chain-ops: add in json struct tags to cdm
-
mergify[bot] authored
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Document metrics
-
mergify[bot] authored
-
mergify[bot] authored
fix(op-node): Use a reader to parse `SystemConfig` update events
-
Mark Tyneway authored
Adds json struct tags to the `CrossDomainMessage` type. This is useful for reading and writing this type to a file. The `Data` field must be updated to a `hexutil.Bytes` in a subsequent PR.
-
mergify[bot] authored
-
clabby authored
Remove logger
-
Mark Tyneway authored
Use `hexutil.Bytes` in the `Withdrawal` type so that when writing and reading from JSON, it correctly serializes the data as a 0x prefixed hex string. Without this, it will some base64 looking serialization. Be sure to cast to a byte slice before doing any abi packing, otherwise it will cause errors.
-
clabby authored
-
Mark Tyneway authored
test(ctb): Add a fuzz test for large deposit gaps
-
Mark Tyneway authored
Version Packages
-
- 17 Jan, 2023 16 commits
-
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
fix(dtl): sync beyond deposit shutoff block
-
protolambda authored
-
protolambda authored
-
protolambda authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
Mark Tyneway authored
deps: update foundry
-
Mark Tyneway authored
contracts-bedrock: fix migration tasks
-
clabby authored
rip
-
clabby authored
Whoops
-
clabby authored
-
clabby authored
-
clabby authored
Fix
-
clabby authored
-
clabby authored
-
Kelvin Fichter authored
Fixes a bug in the DTL that caused it to not be able to sync beyond the deposit shutoff block. This would happen because the TO block would be less than the FROM block which would cause certain providers to throw an error.
-