Skip to content

Commit

Permalink
Merge branch 'develop' into feat/deployment-config-for-fee-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored Jun 2, 2021
2 parents 8d62807 + a02392b commit 7447768
Show file tree
Hide file tree
Showing 139 changed files with 4,630 additions and 1,353 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-books-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/l2geth': patch
---

Fixes incorrect type parsing in the RollupClient. The gasLimit became greater than the largest safe JS number so it needs to be represented as a string
5 changes: 5 additions & 0 deletions .changeset/cold-cows-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Reduce test timeout from 100 to 20 seconds
5 changes: 5 additions & 0 deletions .changeset/cool-baboons-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/smock': patch
---

Fixes a bug that would break call assertions for overloaded smocked functions
5 changes: 0 additions & 5 deletions .changeset/cuddly-ravens-smile.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/dull-fishes-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/data-transport-layer': patch
---

Represent gaslimit as a string to avoid an overflow
6 changes: 6 additions & 0 deletions .changeset/fair-maps-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@eth-optimism/batch-submitter': patch
'@eth-optimism/data-transport-layer': patch
---

Remove dead imports from core-utils
6 changes: 6 additions & 0 deletions .changeset/fuzzy-dogs-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@eth-optimism/l2geth': patch
'@eth-optimism/core-utils': patch
---

Implement the next fee spec in both geth and in core-utils
5 changes: 5 additions & 0 deletions .changeset/great-shrimps-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/message-relayer': patch
---

Adds a README and cleans up the interface for generating messages and proofs
5 changes: 0 additions & 5 deletions .changeset/khaki-walls-sin.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/late-countries-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts': patch
---

Update contracts README to add deploy instructions.
6 changes: 6 additions & 0 deletions .changeset/nasty-dots-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@eth-optimism/l2geth': patch
'@eth-optimism/data-transport-layer': patch
---

Fix gasLimit overflow
5 changes: 5 additions & 0 deletions .changeset/neat-melons-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/smock': patch
---

Fix a bug where overloaded functions would not be handled correctly
5 changes: 5 additions & 0 deletions .changeset/nervous-bobcats-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eth-optimism/l2geth": patch
---

Refactor the SyncService to more closely implement the specification. This includes using query params to select the backend from the DTL, trailing syncing of batches for the sequencer, syncing by batches as the verifier as well as unified code paths for transaction ingestion to prevent double ingestion or missed ingestion
5 changes: 0 additions & 5 deletions .changeset/poor-crabs-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-pillows-change.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/sharp-files-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/message-relayer': patch
---

Adds a new set of tools for generating messages to be relayed and their proofs
5 changes: 5 additions & 0 deletions .changeset/silent-masks-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/core-utils': patch
---

Delete dead transaction coders. These are no longer used now that RLP encoded transactions are used
5 changes: 5 additions & 0 deletions .changeset/slimy-rivers-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/data-transport-layer': patch
---

Logs the error stacktrace for a failed HTTP request
7 changes: 7 additions & 0 deletions .changeset/smooth-ears-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/l2geth': patch
'@eth-optimism/core-utils': patch
---

Implement the latest fee spec such that the L2 gas limit is scaled and the tx.gasPrice/tx.gasLimit show correctly in metamask
5 changes: 0 additions & 5 deletions .changeset/strange-masks-warn.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/ten-spiders-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/message-relayer': patch
---

Removes spreadsheet mode from the message relayer
5 changes: 5 additions & 0 deletions .changeset/thin-waves-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts': patch
---

Minor change to how deploy.ts is invoked
5 changes: 5 additions & 0 deletions .changeset/unlucky-shoes-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/integration-tests': patch
---

Add verifier sync test and extra docker-compose functions
5 changes: 0 additions & 5 deletions .changeset/witty-houses-happen.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
Loading

0 comments on commit 7447768

Please sign in to comment.