Skip to content

Commit

Permalink
cherry-pick: fix 0xPolygonHermez#3613 timestamp needs to be greater o…
Browse files Browse the repository at this point in the history
…r equal (0xPolygonHermez#3614) (0xPolygonHermez#3639)

syncrhonizer update the tstamp from table state.batch when the batch is sequenced
  • Loading branch information
joanestebanr authored and Stefan-Ethernal committed Jun 26, 2024
1 parent 2e2062b commit 060a638
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions diffgen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
PATH_TO_ZKEVM_NODE_REPO="/home/stefan/go/src/Polygon/zkevm-node/"
diff -ruN \
-I ".*github.com\/0x.*" \
-x "*mock*" -x ".git" \
-x ".github" \
-x ".gitignore" \
-x ".vscode" \
-x "ci" \
-x "environments" \
-x "*.md" \
-x "*.html" \
-x "*.html" \
-x "*.json" \
-x "*.toml" \
-x "*.abi" \
-x "*.bin" \
-x "*.pb.go" \
-x "smartcontracts" \
-x "go.sum" \
-x "mock*.go" \
-x "*venv*" \
-x "/dist/" \
-x "/test/e2e/keystore" \
-x "/test/vectors/src/**/*md" \
-x "/test/vectors/src/**/*js" \
-x "/test/vectors/src/**/*sol" \
-x "/test/vectors/src/**/*sh" \
-x "/test/vectors/src/package.json" \
-x "/test/contracts/bin/**/*.bin" \
-x "/test/contracts/bin/**/*.abi" \
-x "/tools/datastreamer/*.bin" \
-x "/test/datastreamer/*.db/*" \
-x "/test/*.bin" \
-x "/test/*.db/*" \
-x "**/.DS_Store" \
-x ".vscode" \
-x ".idea/" \
-x ".env" \
-x "out.dat" \
-x "cmd/__debug_bin" \
-x ".venv" \
-x "*metrics.txt" \
-x "coverage.out" \
-x "*datastream.db*" \
${PATH_TO_ZKEVM_NODE_REPO} . | \
diff2html -i stdin -s side -t "zkEVM node vs CDK validium node</br><h2>zkevm-node version: v0.6.0<h2/>" \
-F ./docs/diff/diff.html

0 comments on commit 060a638

Please sign in to comment.