Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
0293749
test(integration): withdrawing a fake L2 token
maurelian Jan 24, 2022
81d9056
l2geth: bring back unsupported RPC methods
tynes Jan 13, 2022
a135aa3
test: add integration tests for running a verifier
tynes Jan 25, 2022
fcce5b6
fix: update batch submitter to include all ts info
tynes Jan 27, 2022
58b1d09
fix(ops): ignore .env files
tynes Jan 27, 2022
2e7f6a5
fix(l2geth): misc timestamp fixes
tynes Jan 27, 2022
1741d88
fix(dtl): return enqueue tx timestamps
tynes Jan 27, 2022
7582201
feat(sdk): introduce token bridge adapters
smartcontracts Jan 31, 2022
d6c2830
integration-tests: Increase withdrawal timeout
mslipper Jan 31, 2022
f304689
Merge pull request #2106 from mslipper/feat/wd-timeouts
mslipper Feb 1, 2022
c16608e
go/batch-submitter: Downgrade Alpine version
mslipper Feb 1, 2022
a6006b2
Merge pull request #2108 from mslipper/feat/rolllback-alpine-version
mslipper Feb 1, 2022
b022c49
Merge branch 'develop' into feat/verifier-itests-patch-ctx
mslipper Feb 1, 2022
30ada8e
Merge pull request #2090 from ethereum-optimism/feat/verifier-itests-…
mslipper Feb 1, 2022
137f776
Merge pull request #2061 from ethereum-optimism/m/add-fake-token-test
tynes Feb 1, 2022
40ffd24
Merge pull request #2105 from ethereum-optimism/sc/sdk-bridge-adapters
smartcontracts Feb 1, 2022
1e27b34
removed unused variable
RishiKumarRay Feb 1, 2022
400175c
feat(sdk): implement finalize message
smartcontracts Feb 1, 2022
0bc5365
Merge branch 'develop' into feat/bring-back-unsupported-rpcs
mslipper Feb 1, 2022
f569130
Merge pull request #2112 from RishiKumarRay/Remove-unused-variable
smartcontracts Feb 1, 2022
b6074f5
Merge pull request #2113 from ethereum-optimism/sc/sdk-finalize-message
smartcontracts Feb 1, 2022
4708b50
removed constants and associated code
tonykogias Feb 1, 2022
ceea12f
Merge pull request #2115 from tonykogias/remove-unused-constants-in-d…
smartcontracts Feb 1, 2022
c775ffb
fix: actually allow log level to be set via flags
cfromknecht Feb 1, 2022
77bd8df
feat(sdk): refactor into single messenger class
smartcontracts Feb 2, 2022
e56e0a5
l2geth: update readme
tynes Feb 2, 2022
f3989c0
Merge pull request #2007 from ethereum-optimism/feat/bring-back-unsup…
tynes Feb 2, 2022
d093a6b
fix: mimic BSS timestamp bug fix from #2093
cfromknecht Feb 2, 2022
0f3f046
Fix Typo In Comment - Line 23
bbayazit16 Feb 2, 2022
b9c037f
Merge pull request #2119 from cfromknecht/bss-timestamp-fix
mslipper Feb 2, 2022
2192846
Merge pull request #2117 from cfromknecht/bss-log-level
mslipper Feb 2, 2022
6dcb3b3
feat: extract driver configuration outside of NewBatchSubmitter
cfromknecht Jan 31, 2022
872be7c
feat: move and export initialization helper methods
cfromknecht Feb 1, 2022
d4c2e01
feat: add new bss-core package
cfromknecht Feb 1, 2022
933b26e
Merge pull request #2107 from cfromknecht/bss-core
mslipper Feb 2, 2022
b6dedc3
Merge pull request #2118 from ethereum-optimism/sc/sdk-single-provider
smartcontracts Feb 3, 2022
0bb1148
integration-tests: Remove superfluous nightly env tests
mslipper Feb 3, 2022
fc0b313
Merge pull request #2121 from bbayazit16/develop
smartcontracts Feb 3, 2022
4ddf58d
Merge pull request #2125 from mslipper/fix/remove-nightly-itest
mslipper Feb 3, 2022
cb81c4c
feat(sdk): implement message wait time estimation
smartcontracts Feb 3, 2022
adce9c2
Merge pull request #2127 from ethereum-optimism/sc/sdk-wait-time
smartcontracts Feb 3, 2022
edb2184
feat(sdk): start using sdk in integration tests
smartcontracts Feb 3, 2022
b93353a
Merge pull request #2122 from ethereum-optimism/sc/sdk-integration-1
smartcontracts Feb 3, 2022
a40940f
build(deps): bump simple-get from 2.8.1 to 2.8.2
dependabot[bot] Feb 3, 2022
cb65f3d
feat: SDK beta release
smartcontracts Feb 3, 2022
e3895cf
Merge pull request #2130 from ethereum-optimism/sc/sdk-beta-release
mslipper Feb 3, 2022
ba14c59
maintenance: update ethers deps
smartcontracts Feb 4, 2022
a9894bf
Merge pull request #2131 from ethereum-optimism/sc/ethers-dep-cleanup
mslipper Feb 4, 2022
a1f1477
Merge pull request #2120 from ethereum-optimism/fix/l2geth-readme
mslipper Feb 4, 2022
849ec8c
Merge pull request #2128 from ethereum-optimism/dependabot/npm_and_ya…
tynes Feb 4, 2022
64e746b
fix: have sdk use ethers peer dep
smartcontracts Feb 4, 2022
79f63a8
fix(sdk): updated flaky test
smartcontracts Feb 4, 2022
35dfc5e
Merge pull request #2134 from ethereum-optimism/sc/sdk-peer-ethers
smartcontracts Feb 4, 2022
b971743
Merge pull request #2135 from ethereum-optimism/sc/sdk-test-flake
smartcontracts Feb 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/afraid-otters-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Increase withdrawal test timeout
5 changes: 5 additions & 0 deletions .changeset/cool-starfishes-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/data-transport-layer': patch
---

Updates DTL to correctly parse L1 to L2 tx timestamps after the first bss hardfork
5 changes: 5 additions & 0 deletions .changeset/famous-wombats-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Add an integration test showing the infeasability of withdrawing a fake token in exchange for a legitimate token.
5 changes: 5 additions & 0 deletions .changeset/forty-dancers-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Updates integration tests to include a test for syncing a Verifier from L1
5 changes: 5 additions & 0 deletions .changeset/friendly-bikes-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/sdk': minor
---

Beta release of the Optimism SDK
5 changes: 5 additions & 0 deletions .changeset/green-donuts-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/l2geth': patch
---

Fixes incorrect timestamp handling for L1 syncing verifiers
5 changes: 5 additions & 0 deletions .changeset/happy-poems-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/batch-submitter-service': patch
---

fix BSS log-level flag parsing
5 changes: 5 additions & 0 deletions .changeset/many-seals-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/batch-submitter-service': patch
---

Adds a fix for the BSS to account for the new timestamp logic in L2Geth
5 changes: 5 additions & 0 deletions .changeset/plenty-ghosts-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Remove nightly itests - not needed anymore
5 changes: 5 additions & 0 deletions .changeset/quick-drinks-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/batch-submitter': patch
---

Updates batch submitter to also include separate timestamps for deposit transactions"
13 changes: 13 additions & 0 deletions .changeset/rude-boxes-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/batch-submitter': patch
'@eth-optimism/contracts': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/regenesis-surgery': patch
'@eth-optimism/replica-healthcheck': patch
'@eth-optimism/sdk': patch
---

Updates various ethers dependencies to their latest versions
5 changes: 5 additions & 0 deletions .changeset/smooth-bags-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Add verifier integration tests
5 changes: 5 additions & 0 deletions .changeset/tricky-bees-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Updates integration tests to start using SDK
5 changes: 5 additions & 0 deletions .changeset/twenty-needles-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/l2geth': patch
---

Bring back RPC methods that were previously blocked
5 changes: 5 additions & 0 deletions .changeset/wet-singers-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/batch-submitter-service': patch
---

Restructure to use bss-core package
5 changes: 5 additions & 0 deletions .changeset/yellow-steaks-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/sdk': patch
---

Have SDK include ethers as a peer dependency
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.github

node_modules
.env
**/.env

test
**/*_test.go
Expand Down
Loading