Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
bb6d28bd
Unverified
Commit
bb6d28bd
authored
Mar 16, 2023
by
Matthew Slipper
Committed by
GitHub
Mar 16, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5174 from ethereum-optimism/develop
Develop -> Master
parents
d5a63fa7
6d713351
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
301 additions
and
95 deletions
+301
-95
chilled-melons-speak.md
.changeset/chilled-melons-speak.md
+0
-5
flat-adults-hope.md
.changeset/flat-adults-hope.md
+0
-5
fluffy-geese-yell.md
.changeset/fluffy-geese-yell.md
+0
-5
long-frogs-study.md
.changeset/long-frogs-study.md
+0
-5
metal-apes-taste.md
.changeset/metal-apes-taste.md
+0
-5
metal-feet-give.md
.changeset/metal-feet-give.md
+0
-5
poor-buses-hug.md
.changeset/poor-buses-hug.md
+0
-5
quiet-crews-leave.md
.changeset/quiet-crews-leave.md
+0
-5
sixty-days-explain.md
.changeset/sixty-days-explain.md
+0
-5
slimy-mangos-brake.md
.changeset/slimy-mangos-brake.md
+0
-5
three-apes-study.md
.changeset/three-apes-study.md
+0
-5
wicked-ads-pump.md
.changeset/wicked-ads-pump.md
+0
-5
package.json
integration-tests/package.json
+2
-2
README.md
op-node/cmd/batch_decoder/README.md
+10
-1
main.go
op-node/cmd/batch_decoder/main.go
+41
-0
reassemble.go
op-node/cmd/batch_decoder/reassemble/reassemble.go
+15
-10
channel_out.go
op-node/rollup/derive/channel_out.go
+55
-0
channel_out_test.go
op-node/rollup/derive/channel_out_test.go
+67
-0
CHANGELOG.md
packages/actor-tests/CHANGELOG.md
+10
-0
package.json
packages/actor-tests/package.json
+3
-3
CHANGELOG.md
packages/atst/CHANGELOG.md
+15
-0
package.json
packages/atst/package.json
+1
-1
CHANGELOG.md
packages/chain-mon/CHANGELOG.md
+9
-0
package.json
packages/chain-mon/package.json
+3
-3
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+6
-0
package.json
packages/common-ts/package.json
+1
-1
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+7
-0
package.json
packages/contracts-bedrock/package.json
+1
-1
package.json
packages/contracts-periphery/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+7
-0
package.json
packages/data-transport-layer/package.json
+2
-2
CHANGELOG.md
packages/fault-detector/CHANGELOG.md
+10
-0
package.json
packages/fault-detector/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+9
-0
package.json
packages/message-relayer/package.json
+3
-3
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+7
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+9
-0
package.json
packages/sdk/package.json
+2
-2
No files found.
.changeset/chilled-melons-speak.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Optionally print cast commands during migration
.changeset/flat-adults-hope.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/atst'
:
minor
---
Update readAttestations and prepareWriteAttestation to handle keys longer than 32 bytes
.changeset/fluffy-geese-yell.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/atst'
:
minor
---
Remove broken allowFailures as option
.changeset/long-frogs-study.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/common-ts'
:
patch
---
Fix BaseServiceV2 configuration for caseCase options
.changeset/metal-apes-taste.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/atst'
:
patch
---
Update docs
.changeset/metal-feet-give.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/atst'
:
minor
---
Move react api to @eth-optimism/atst/react so react isn't required to run the core sdk
.changeset/poor-buses-hug.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/sdk'
:
patch
---
Update migrated withdrawal gaslimit calculation
.changeset/quiet-crews-leave.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/atst'
:
minor
---
Fix main and module in atst package.json
.changeset/sixty-days-explain.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/atst'
:
patch
---
Fixed bug with atst not defaulting to currently connected chain
.changeset/slimy-mangos-brake.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/atst'
:
minor
---
Deprecate parseAttestationBytes and createRawKey in favor for createKey, createValue
.changeset/three-apes-study.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/fault-detector'
:
patch
---
Fixes a bug that would cause the fault detector to error out if no outputs had been proposed yet.
.changeset/wicked-ads-pump.md
deleted
100644 → 0
View file @
d5a63fa7
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Print tenderly simulation links during deployment
integration-tests/package.json
View file @
bb6d28bd
...
@@ -30,10 +30,10 @@
...
@@ -30,10 +30,10 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/eslint-parser"
:
"^7.5.4"
,
"@babel/eslint-parser"
:
"^7.5.4"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts-bedrock"
:
"0.13.
0
"
,
"@eth-optimism/contracts-bedrock"
:
"0.13.
1
"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.7"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.7"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"2.0.
0
"
,
"@eth-optimism/sdk"
:
"2.0.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/transactions"
:
"^5.7.0"
,
"@ethersproject/transactions"
:
"^5.7.0"
,
...
...
op-node/cmd/batch_decoder/README.md
View file @
bb6d28bd
...
@@ -26,6 +26,16 @@ the transaction hash.
...
@@ -26,6 +26,16 @@ the transaction hash.
into channels. It then stores the channels with metadata on disk where the file name is the Channel ID.
into channels. It then stores the channels with metadata on disk where the file name is the Channel ID.
### Force Close
`batch_decoder force-close`
will create a transaction data that can be sent from the batcher address to
the batch inbox address which will force close the given channels. This will allow future channels to
be read without waiting for the channel timeout. It uses uses the results from
`batch_decoder fetch`
to
create the close transaction because the transaction it creates for a specific channel requires information
about if the channel has been closed or not. If it has been closed already but is missing specific frames
those frames need to be generated differently than simply closing the channel.
## JQ Cheat Sheet
## JQ Cheat Sheet
`jq`
is a really useful utility for manipulating JSON files.
`jq`
is a really useful utility for manipulating JSON files.
...
@@ -48,7 +58,6 @@ jq "select(.is_ready == false)|[.id, .frames[0].inclusion_block, .frames[0].tran
...
@@ -48,7 +58,6 @@ jq "select(.is_ready == false)|[.id, .frames[0].inclusion_block, .frames[0].tran
## Roadmap
## Roadmap
-
Parallel transaction fetching (CLI-3563)
-
Parallel transaction fetching (CLI-3563)
-
Create force-close channel tx data from channel ID (CLI-3564)
-
Pull the batches out of channels & store that information inside the ChannelWithMetadata (CLI-3565)
-
Pull the batches out of channels & store that information inside the ChannelWithMetadata (CLI-3565)
-
Transaction Bytes used
-
Transaction Bytes used
-
Total uncompressed (different from tx bytes) + compressed bytes
-
Total uncompressed (different from tx bytes) + compressed bytes
...
...
op-node/cmd/batch_decoder/main.go
View file @
bb6d28bd
...
@@ -9,6 +9,7 @@ import (
...
@@ -9,6 +9,7 @@ import (
"github.com/ethereum-optimism/optimism/op-node/cmd/batch_decoder/fetch"
"github.com/ethereum-optimism/optimism/op-node/cmd/batch_decoder/fetch"
"github.com/ethereum-optimism/optimism/op-node/cmd/batch_decoder/reassemble"
"github.com/ethereum-optimism/optimism/op-node/cmd/batch_decoder/reassemble"
"github.com/ethereum-optimism/optimism/op-node/rollup/derive"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/urfave/cli"
"github.com/urfave/cli"
...
@@ -113,6 +114,46 @@ func main() {
...
@@ -113,6 +114,46 @@ func main() {
return
nil
return
nil
},
},
},
},
{
Name
:
"force-close"
,
Usage
:
"Create the tx data which will force close a channel"
,
Flags
:
[]
cli
.
Flag
{
cli
.
StringFlag
{
Name
:
"id"
,
Required
:
true
,
Usage
:
"ID of the channel to close"
,
},
cli
.
StringFlag
{
Name
:
"inbox"
,
Value
:
"0x0000000000000000000000000000000000000000"
,
Usage
:
"(Optional) Batch Inbox Address"
,
},
cli
.
StringFlag
{
Name
:
"in"
,
Value
:
"/tmp/batch_decoder/transactions_cache"
,
Usage
:
"Cache directory for the found transactions"
,
},
},
Action
:
func
(
cliCtx
*
cli
.
Context
)
error
{
var
id
derive
.
ChannelID
if
err
:=
(
&
id
)
.
UnmarshalText
([]
byte
(
cliCtx
.
String
(
"id"
)));
err
!=
nil
{
log
.
Fatal
(
err
)
}
frames
:=
reassemble
.
LoadFrames
(
cliCtx
.
String
(
"in"
),
common
.
HexToAddress
(
cliCtx
.
String
(
"inbox"
)))
var
filteredFrames
[]
derive
.
Frame
for
_
,
frame
:=
range
frames
{
if
frame
.
Frame
.
ID
==
id
{
filteredFrames
=
append
(
filteredFrames
,
frame
.
Frame
)
}
}
data
,
err
:=
derive
.
ForceCloseTxData
(
filteredFrames
)
if
err
!=
nil
{
log
.
Fatal
(
err
)
}
fmt
.
Printf
(
"%x
\n
"
,
data
)
return
nil
},
},
}
}
if
err
:=
app
.
Run
(
os
.
Args
);
err
!=
nil
{
if
err
:=
app
.
Run
(
os
.
Args
);
err
!=
nil
{
...
...
op-node/cmd/batch_decoder/reassemble/reassemble.go
View file @
bb6d28bd
...
@@ -38,14 +38,8 @@ type Config struct {
...
@@ -38,14 +38,8 @@ type Config struct {
OutDirectory
string
OutDirectory
string
}
}
// Channels loads all transactions from the given input directory that are submitted to the
func
LoadFrames
(
directory
string
,
inbox
common
.
Address
)
[]
FrameWithMetadata
{
// specified batch inbox and then re-assembles all channels & writes the re-assembled channels
txns
:=
loadTransactions
(
directory
,
inbox
)
// to the out directory.
func
Channels
(
config
Config
)
{
if
err
:=
os
.
MkdirAll
(
config
.
OutDirectory
,
0750
);
err
!=
nil
{
log
.
Fatal
(
err
)
}
txns
:=
loadTransactions
(
config
.
InDirectory
,
config
.
BatchInbox
)
// Sort first by block number then by transaction index inside the block number range.
// Sort first by block number then by transaction index inside the block number range.
// This is to match the order they are processed in derivation.
// This is to match the order they are processed in derivation.
sort
.
Slice
(
txns
,
func
(
i
,
j
int
)
bool
{
sort
.
Slice
(
txns
,
func
(
i
,
j
int
)
bool
{
...
@@ -56,7 +50,17 @@ func Channels(config Config) {
...
@@ -56,7 +50,17 @@ func Channels(config Config) {
}
}
})
})
frames
:=
transactionsToFrames
(
txns
)
return
transactionsToFrames
(
txns
)
}
// Channels loads all transactions from the given input directory that are submitted to the
// specified batch inbox and then re-assembles all channels & writes the re-assembled channels
// to the out directory.
func
Channels
(
config
Config
)
{
if
err
:=
os
.
MkdirAll
(
config
.
OutDirectory
,
0750
);
err
!=
nil
{
log
.
Fatal
(
err
)
}
frames
:=
LoadFrames
(
config
.
InDirectory
,
config
.
BatchInbox
)
framesByChannel
:=
make
(
map
[
derive
.
ChannelID
][]
FrameWithMetadata
)
framesByChannel
:=
make
(
map
[
derive
.
ChannelID
][]
FrameWithMetadata
)
for
_
,
frame
:=
range
frames
{
for
_
,
frame
:=
range
frames
{
framesByChannel
[
frame
.
Frame
.
ID
]
=
append
(
framesByChannel
[
frame
.
Frame
.
ID
],
frame
)
framesByChannel
[
frame
.
Frame
.
ID
]
=
append
(
framesByChannel
[
frame
.
Frame
.
ID
],
frame
)
...
@@ -143,6 +147,7 @@ func transactionsToFrames(txns []fetch.TransactionWithMetadata) []FrameWithMetad
...
@@ -143,6 +147,7 @@ func transactionsToFrames(txns []fetch.TransactionWithMetadata) []FrameWithMetad
return
out
return
out
}
}
// if inbox is the zero address, it will load all frames
func
loadTransactions
(
dir
string
,
inbox
common
.
Address
)
[]
fetch
.
TransactionWithMetadata
{
func
loadTransactions
(
dir
string
,
inbox
common
.
Address
)
[]
fetch
.
TransactionWithMetadata
{
files
,
err
:=
os
.
ReadDir
(
dir
)
files
,
err
:=
os
.
ReadDir
(
dir
)
if
err
!=
nil
{
if
err
!=
nil
{
...
@@ -152,7 +157,7 @@ func loadTransactions(dir string, inbox common.Address) []fetch.TransactionWithM
...
@@ -152,7 +157,7 @@ func loadTransactions(dir string, inbox common.Address) []fetch.TransactionWithM
for
_
,
file
:=
range
files
{
for
_
,
file
:=
range
files
{
f
:=
path
.
Join
(
dir
,
file
.
Name
())
f
:=
path
.
Join
(
dir
,
file
.
Name
())
txm
:=
loadTransactionsFile
(
f
)
txm
:=
loadTransactionsFile
(
f
)
if
txm
.
InboxAddr
==
inbox
&&
txm
.
ValidSender
{
if
(
inbox
==
common
.
Address
{}
||
txm
.
InboxAddr
==
inbox
)
&&
txm
.
ValidSender
{
out
=
append
(
out
,
txm
)
out
=
append
(
out
,
txm
)
}
}
}
}
...
...
op-node/rollup/derive/channel_out.go
View file @
bb6d28bd
...
@@ -213,3 +213,58 @@ func BlockToBatch(block *types.Block) (*BatchData, error) {
...
@@ -213,3 +213,58 @@ func BlockToBatch(block *types.Block) (*BatchData, error) {
},
},
},
nil
},
nil
}
}
// ForceCloseTxData generates the transaction data for a transaction which will force close
// a channel. It should be given every frame of that channel which has been submitted on
// chain. The frames should be given in order that they appear on L1.
func
ForceCloseTxData
(
frames
[]
Frame
)
([]
byte
,
error
)
{
if
len
(
frames
)
==
0
{
return
nil
,
errors
.
New
(
"must provide at least one frame"
)
}
frameNumbers
:=
make
(
map
[
uint16
]
struct
{})
id
:=
frames
[
0
]
.
ID
closeNumber
:=
uint16
(
0
)
closed
:=
false
for
i
,
frame
:=
range
frames
{
if
!
closed
&&
frame
.
IsLast
{
closeNumber
=
frame
.
FrameNumber
}
closed
=
closed
||
frame
.
IsLast
frameNumbers
[
frame
.
FrameNumber
]
=
struct
{}{}
if
frame
.
ID
!=
id
{
return
nil
,
fmt
.
Errorf
(
"invalid ID in list: first ID: %v, %vth ID: %v"
,
id
,
i
,
frame
.
ID
)
}
}
var
out
bytes
.
Buffer
out
.
WriteByte
(
DerivationVersion0
)
if
!
closed
{
f
:=
Frame
{
ID
:
id
,
FrameNumber
:
0
,
Data
:
nil
,
IsLast
:
true
,
}
if
err
:=
f
.
MarshalBinary
(
&
out
);
err
!=
nil
{
return
nil
,
err
}
}
else
{
for
i
:=
uint16
(
0
);
i
<=
closeNumber
;
i
++
{
if
_
,
ok
:=
frameNumbers
[
i
];
ok
{
continue
}
f
:=
Frame
{
ID
:
id
,
FrameNumber
:
i
,
Data
:
nil
,
IsLast
:
false
,
}
if
err
:=
f
.
MarshalBinary
(
&
out
);
err
!=
nil
{
return
nil
,
err
}
}
}
return
out
.
Bytes
(),
nil
}
op-node/rollup/derive/channel_out_test.go
View file @
bb6d28bd
...
@@ -5,6 +5,7 @@ import (
...
@@ -5,6 +5,7 @@ import (
"math/big"
"math/big"
"testing"
"testing"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/rlp"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/require"
...
@@ -49,3 +50,69 @@ func TestRLPByteLimit(t *testing.T) {
...
@@ -49,3 +50,69 @@ func TestRLPByteLimit(t *testing.T) {
require
.
Equal
(
t
,
err
,
rlp
.
ErrValueTooLarge
)
require
.
Equal
(
t
,
err
,
rlp
.
ErrValueTooLarge
)
require
.
Equal
(
t
,
out2
,
""
)
require
.
Equal
(
t
,
out2
,
""
)
}
}
func
TestForceCloseTxData
(
t
*
testing
.
T
)
{
id
:=
[
16
]
byte
{
0xde
,
0xad
,
0xbe
,
0xef
,
0xde
,
0xad
,
0xbe
,
0xef
,
0xde
,
0xad
,
0xbe
,
0xef
,
0xde
,
0xad
,
0xbe
,
0xef
}
tests
:=
[]
struct
{
frames
[]
Frame
errors
bool
output
string
}{
{
frames
:
[]
Frame
{},
errors
:
true
,
output
:
""
,
},
{
frames
:
[]
Frame
{
Frame
{
FrameNumber
:
0
,
IsLast
:
false
},
Frame
{
ID
:
id
,
FrameNumber
:
1
,
IsLast
:
true
}},
errors
:
true
,
output
:
""
,
},
{
frames
:
[]
Frame
{
Frame
{
ID
:
id
,
FrameNumber
:
0
,
IsLast
:
false
}},
errors
:
false
,
output
:
"00deadbeefdeadbeefdeadbeefdeadbeef00000000000001"
,
},
{
frames
:
[]
Frame
{
Frame
{
ID
:
id
,
FrameNumber
:
0
,
IsLast
:
true
}},
errors
:
false
,
output
:
"00"
,
},
{
frames
:
[]
Frame
{
Frame
{
ID
:
id
,
FrameNumber
:
1
,
IsLast
:
false
}},
errors
:
false
,
output
:
"00deadbeefdeadbeefdeadbeefdeadbeef00000000000001"
,
},
{
frames
:
[]
Frame
{
Frame
{
ID
:
id
,
FrameNumber
:
1
,
IsLast
:
true
}},
errors
:
false
,
output
:
"00deadbeefdeadbeefdeadbeefdeadbeef00000000000000"
,
},
{
frames
:
[]
Frame
{
Frame
{
ID
:
id
,
FrameNumber
:
2
,
IsLast
:
true
}},
errors
:
false
,
output
:
"00deadbeefdeadbeefdeadbeefdeadbeef00000000000000deadbeefdeadbeefdeadbeefdeadbeef00010000000000"
,
},
{
frames
:
[]
Frame
{
Frame
{
ID
:
id
,
FrameNumber
:
1
,
IsLast
:
false
},
Frame
{
ID
:
id
,
FrameNumber
:
3
,
IsLast
:
true
}},
errors
:
false
,
output
:
"00deadbeefdeadbeefdeadbeefdeadbeef00000000000000deadbeefdeadbeefdeadbeefdeadbeef00020000000000"
,
},
{
frames
:
[]
Frame
{
Frame
{
ID
:
id
,
FrameNumber
:
1
,
IsLast
:
false
},
Frame
{
ID
:
id
,
FrameNumber
:
3
,
IsLast
:
true
},
Frame
{
ID
:
id
,
FrameNumber
:
5
,
IsLast
:
true
}},
errors
:
false
,
output
:
"00deadbeefdeadbeefdeadbeefdeadbeef00000000000000deadbeefdeadbeefdeadbeefdeadbeef00020000000000"
,
},
}
for
i
,
test
:=
range
tests
{
out
,
err
:=
ForceCloseTxData
(
test
.
frames
)
if
test
.
errors
{
require
.
NotNil
(
t
,
err
,
"Should error on tc %v"
,
i
)
require
.
Nil
(
t
,
out
,
"Should return no value in tc %v"
,
i
)
}
else
{
require
.
NoError
(
t
,
err
,
"Should not error on tc %v"
,
i
)
require
.
Equal
(
t
,
common
.
FromHex
(
test
.
output
),
out
,
"Should match output tc %v"
,
i
)
}
}
}
packages/actor-tests/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/actor-tests
# @eth-optimism/actor-tests
## 0.0.23
### Patch Changes
-
Updated dependencies
[
22c3885f5
]
-
Updated dependencies
[
66cafc00a
]
-
Updated dependencies
[
f52c07529
]
-
@eth-optimism/contracts-bedrock@0.13.1
-
@eth-optimism/sdk@2.0.1
## 0.0.22
## 0.0.22
### Patch Changes
### Patch Changes
...
...
packages/actor-tests/package.json
View file @
bb6d28bd
{
{
"name"
:
"@eth-optimism/actor-tests"
,
"name"
:
"@eth-optimism/actor-tests"
,
"version"
:
"0.0.2
2
"
,
"version"
:
"0.0.2
3
"
,
"description"
:
"A library and suite of tests to stress test Optimism Bedrock."
,
"description"
:
"A library and suite of tests to stress test Optimism Bedrock."
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"author"
:
""
,
"author"
:
""
,
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
"test:coverage"
:
"yarn test"
"test:coverage"
:
"yarn test"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.13.
0
"
,
"@eth-optimism/contracts-bedrock"
:
"0.13.
1
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/sdk"
:
"^2.0.
0
"
,
"@eth-optimism/sdk"
:
"^2.0.
1
"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"async-mutex"
:
"^0.3.2"
,
"async-mutex"
:
"^0.3.2"
,
...
...
packages/atst/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/atst
# @eth-optimism/atst
## 0.2.0
### Minor Changes
-
dcd13eec1: Update readAttestations and prepareWriteAttestation to handle keys longer than 32 bytes
-
9fd5be8e2: Remove broken allowFailures as option
-
3f4a43542: Move react api to @eth-optimism/atst/react so react isn't required to run the core sdk
-
71727eae9: Fix main and module in atst package.json
-
3d5f26c49: Deprecate parseAttestationBytes and createRawKey in favor for createKey, createValue
### Patch Changes
-
68bbe48b6: Update docs
-
6fea2f2db: Fixed bug with atst not defaulting to currently connected chain
## 0.1.0
## 0.1.0
### Minor Changes
### Minor Changes
...
...
packages/atst/package.json
View file @
bb6d28bd
{
{
"name"
:
"@eth-optimism/atst"
,
"name"
:
"@eth-optimism/atst"
,
"version"
:
"0.
1
.0"
,
"version"
:
"0.
2
.0"
,
"type"
:
"module"
,
"type"
:
"module"
,
"main"
:
"dist/index.cjs"
,
"main"
:
"dist/index.cjs"
,
"types"
:
"src/index.ts"
,
"types"
:
"src/index.ts"
,
...
...
packages/chain-mon/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.2.1
### Patch Changes
-
Updated dependencies
[
fecd42d67
]
-
Updated dependencies
[
66cafc00a
]
-
@eth-optimism/common-ts@0.8.1
-
@eth-optimism/sdk@2.0.1
## 0.2.0
## 0.2.0
### Minor Changes
### Minor Changes
...
...
packages/chain-mon/package.json
View file @
bb6d28bd
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/chain-mon"
,
"name"
:
"@eth-optimism/chain-mon"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
1
"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -32,10 +32,10 @@
...
@@ -32,10 +32,10 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.8.
0
"
,
"@eth-optimism/common-ts"
:
"0.8.
1
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.7"
,
"@eth-optimism/contracts-periphery"
:
"1.0.7"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"2.0.
0
"
,
"@eth-optimism/sdk"
:
"2.0.
1
"
,
"ethers"
:
"^5.7.0"
,
"ethers"
:
"^5.7.0"
,
"@types/dateformat"
:
"^5.0.0"
,
"@types/dateformat"
:
"^5.0.0"
,
"chai-as-promised"
:
"^7.1.1"
,
"chai-as-promised"
:
"^7.1.1"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.8.1
### Patch Changes
-
fecd42d67: Fix BaseServiceV2 configuration for caseCase options
## 0.8.0
## 0.8.0
### Minor Changes
### Minor Changes
...
...
packages/common-ts/package.json
View file @
bb6d28bd
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.8.
0
"
,
"version"
:
"0.8.
1
"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/contracts-bedrock/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.13.1
### Patch Changes
-
22c3885f5: Optionally print cast commands during migration
-
f52c07529: Print tenderly simulation links during deployment
## 0.13.0
## 0.13.0
### Minor Changes
### Minor Changes
...
...
packages/contracts-bedrock/package.json
View file @
bb6d28bd
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.13.
0
"
,
"version"
:
"0.13.
1
"
,
"description"
:
"Contracts for Optimism Specs"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/contracts-periphery/package.json
View file @
bb6d28bd
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.13.
0
"
,
"@eth-optimism/contracts-bedrock"
:
"0.13.
1
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.5"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.5"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
bb6d28bd
# data transport layer
# data transport layer
## 0.5.54
### Patch Changes
-
Updated dependencies
[
fecd42d67
]
-
@eth-optimism/common-ts@0.8.1
## 0.5.53
## 0.5.53
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
bb6d28bd
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.5
3
"
,
"version"
:
"0.5.5
4
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.8.
0
"
,
"@eth-optimism/common-ts"
:
"0.8.
1
"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
...
...
packages/fault-detector/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/fault-detector
# @eth-optimism/fault-detector
## 0.6.2
### Patch Changes
-
f9b579d55: Fixes a bug that would cause the fault detector to error out if no outputs had been proposed yet.
-
Updated dependencies
[
fecd42d67
]
-
Updated dependencies
[
66cafc00a
]
-
@eth-optimism/common-ts@0.8.1
-
@eth-optimism/sdk@2.0.1
## 0.6.1
## 0.6.1
### Patch Changes
### Patch Changes
...
...
packages/fault-detector/package.json
View file @
bb6d28bd
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/fault-detector"
,
"name"
:
"@eth-optimism/fault-detector"
,
"version"
:
"0.6.
1
"
,
"version"
:
"0.6.
2
"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -47,10 +47,10 @@
...
@@ -47,10 +47,10 @@
"ts-node"
:
"^10.9.1"
"ts-node"
:
"^10.9.1"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.8.
0
"
,
"@eth-optimism/common-ts"
:
"^0.8.
1
"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/sdk"
:
"^2.0.
0
"
,
"@eth-optimism/sdk"
:
"^2.0.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
"@ethersproject/abstract-provider"
:
"^5.7.0"
}
}
}
}
packages/message-relayer/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.32
### Patch Changes
-
Updated dependencies
[
fecd42d67
]
-
Updated dependencies
[
66cafc00a
]
-
@eth-optimism/common-ts@0.8.1
-
@eth-optimism/sdk@2.0.1
## 0.5.31
## 0.5.31
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
bb6d28bd
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.3
1
"
,
"version"
:
"0.5.3
2
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -31,9 +31,9 @@
...
@@ -31,9 +31,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.8.
0
"
,
"@eth-optimism/common-ts"
:
"0.8.
1
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"2.0.
0
"
,
"@eth-optimism/sdk"
:
"2.0.
1
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.2.3
### Patch Changes
-
Updated dependencies
[
fecd42d67
]
-
@eth-optimism/common-ts@0.8.1
## 1.2.2
## 1.2.2
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
bb6d28bd
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.2.
2
"
,
"version"
:
"1.2.
3
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.8.
0
"
,
"@eth-optimism/common-ts"
:
"0.8.
1
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
"@ethersproject/abstract-provider"
:
"^5.7.0"
},
},
...
...
packages/sdk/CHANGELOG.md
View file @
bb6d28bd
# @eth-optimism/sdk
# @eth-optimism/sdk
## 2.0.1
### Patch Changes
-
66cafc00a: Update migrated withdrawal gaslimit calculation
-
Updated dependencies
[
22c3885f5
]
-
Updated dependencies
[
f52c07529
]
-
@eth-optimism/contracts-bedrock@0.13.1
## 2.0.0
## 2.0.0
### Major Changes
### Major Changes
...
...
packages/sdk/package.json
View file @
bb6d28bd
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"2.0.
0
"
,
"version"
:
"2.0.
1
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.13.
0
"
,
"@eth-optimism/contracts-bedrock"
:
"0.13.
1
"
,
"lodash"
:
"^4.17.21"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"merkletreejs"
:
"^0.2.27"
,
"rlp"
:
"^2.2.7"
"rlp"
:
"^2.2.7"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment