Skip to content

Commit 6d80f28

Browse files
colinlyguolispc0xmountaintopThegaram
authored
feat(libzkp): ccc v0.10.2 (enable sha256, remove StructLog.stack) (#691)
* upgrade zkevm version * change Cargo.lock * try fix * update Cargo.lock * fix * upgrade rust-toolchain version * update rust-toolchain * fix build * upgrade zkp * fix ccc * chore: auto version bump [bot] * chore(libzkp): upgrade to v0.10.1 * clean poseidon-circuit deps * chore: auto version bump [bot] * chore: auto version bump [bot] * fix patch version * disable stack * upgrade libzkp * fix(rollup-verifier): update codecv1 * fix genesis batch codec check * bump version * use temporary version tag --------- Co-authored-by: Zhuo Zhang <mycinbrin@gmail.com> Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com> Co-authored-by: lispc <lispc@users.noreply.github.com> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com> Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
1 parent c5836a4 commit 6d80f28

File tree

7 files changed

+999
-769
lines changed

7 files changed

+999
-769
lines changed

eth/tracers/api_blocktrace.go

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func (api *API) createTraceEnvAndGetBlockTrace(ctx context.Context, config *Trac
8585
config = &TraceConfig{
8686
LogConfig: &vm.LogConfig{
8787
DisableStorage: true,
88+
DisableStack: true,
8889
EnableMemory: false,
8990
EnableReturnData: true,
9091
},

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 5 // Major version component of the current release
2626
VersionMinor = 3 // Minor version component of the current release
27-
VersionPatch = 7 // Patch version component of the current release
27+
VersionPatch = 8 // Patch version component of the current release
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)