Skip to content

Commit

Permalink
Merge pull request #1954 from OffchainLabs/new-data-poster-encoding
Browse files Browse the repository at this point in the history
Use new DataPoster storage encoding by default
  • Loading branch information
anodar authored Nov 2, 2023
2 parents e0e9a88 + ff5a530 commit a365513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arbnode/dataposter/data_poster.go
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ var DefaultDataPosterConfig = DataPosterConfig{
AllocateMempoolBalance: true,
UseDBStorage: true,
UseNoOpStorage: false,
LegacyStorageEncoding: true,
LegacyStorageEncoding: false,
Dangerous: DangerousConfig{ClearDBStorage: false},
ExternalSigner: ExternalSignerCfg{Method: "eth_signTransaction"},
}
Expand All @@ -847,6 +847,7 @@ var TestDataPosterConfig = DataPosterConfig{
AllocateMempoolBalance: true,
UseDBStorage: false,
UseNoOpStorage: false,
LegacyStorageEncoding: false,
ExternalSigner: ExternalSignerCfg{Method: "eth_signTransaction"},
}

Expand Down

0 comments on commit a365513

Please sign in to comment.