This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"timestamp":"2021-11-10T15:42:07,292","level":"ERROR","thread":"EthScheduler-Workers-0","class":"MainnetTransactionProcessor","message":"Critical Exception Processing Transaction","throwable":" java.lang.IndexOutOfBoundsException: index (268435487) must be less than size (32) | |
at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:1347) | |
at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:1329) | |
at org.apache.tuweni.bytes.ArrayWrappingBytes.get(ArrayWrappingBytes.java:60) | |
at org.apache.tuweni.bytes.Bytes.shiftRight(Bytes.java:1183) | |
at org.apache.tuweni.bytes.Bytes32.shiftRight(Bytes32.java:317) | |
at org.apache.tuweni.bytes.Bytes32.shiftRight(Bytes32.java:24) | |
at org.hyperledger.besu.evm.operation.ShrOperation.executeFixedCostOperation(ShrOperation.java:46) | |
at org.hyperledger.besu.evm.operation.AbstractFixedCostOperation.execute(AbstractFixedCostOperation.java:65) | |
at org.hyperledger.besu.evm.EVM.lambda$executeNextOperation$0(EVM.java:86) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffdeef170bc, pid=8936, tid=6908 | |
# | |
# JRE version: OpenJDK Runtime Environment (17.0.2+8) (build 17.0.2+8-86) | |
# Java VM: OpenJDK 64-Bit Server VM (17.0.2+8-86, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) | |
# Problematic frame: | |
# V [jvm.dll+0x2c70bc] | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ test cat pi-oom.txt | |
[Fri Jun 10 06:27:02 2022] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. | |
[Fri Jun 10 06:27:15 2022] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 28. | |
[Fri Jun 10 06:33:01 2022] systemd[1]: Stopped Journal Service. | |
[Fri Jun 10 06:36:27 2022] systemd[1]: Starting Journal Service... | |
[Fri Jun 10 06:41:56 2022] systemd[1]: systemd-tmpfiles-clean.service: Succeeded. | |
[Fri Jun 10 06:42:07 2022] systemd[1]: Started Cleanup of Temporary Directories. | |
[Fri Jun 10 07:05:10 2022] systemd[1]: systemd-journald.service: Start operation timed out. Terminating. | |
[Fri Jun 10 07:10:50 2022] systemd[1]: systemd-journald.service: Main process exited, code=killed, status=15/TERM | |
[Fri Jun 10 07:11:11 2022] systemd[1]: systemd-journald.service: Failed with result 'timeout'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config" : { | |
"chainId": 2021, | |
"homesteadBlock": 0, | |
"daoForkBlock": 0, | |
"eip150Block": 0, | |
"eip155Block": 0, | |
"eip158Block": 0, | |
"byzantiumBlock": 0, | |
"constantinopleBlock": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Genesis: { | |
"config": { | |
"ethash": {}, | |
"chainID": 19763, | |
"homesteadBlock": 0, | |
"eip150Block": 0, | |
"eip155Block": 0, | |
"eip158Block": 0, | |
"byzantiumBlock": 0 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using BLS gas costs from: | |
https://github.com/ethereum/EIPs/pull/9097/files | |
https://github.com/ethereum/EIPs/pull/9098/files | |
Benchmark machine is NUC 13, 13th Gen Intel i5-1340P | |
Benchmarks for EcRecover | |
ecrecover 3,000 gas @ 39.7 µs / 75.6 MGps | |
ecrecover 3,000 gas @ 36.1 µs / 83.1 MGps | |
ecrecover 3,000 gas @ 36.2 µs / 82.9 MGps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmark machine NUC 13 Intel i5-1340P | |
using jwasinger https://github.com/jwasinger/goevmlab.git | |
commit 723c3aebf0ee91d508a9e60debe4ebbcb26e3000 (HEAD -> bls-bench, jwasinger/bls-bench) | |
➜ bls12381bench git:(bls-bench) ✗ GETH_EVM=./besu_wrapper.sh ./benchmark_g1msm.sh ; GETH_EVM=./besu_wrapper.sh ./benchmark_g2msm.sh | |
benchmarking g1msm | |
1 pairs: 61 mgas/sec | |
2 pairs: 49 mgas/sec | |
3 pairs: 68 mgas/sec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmark machine NUC 13 Intel i5-1340P | |
using jwasinger https://github.com/jwasinger/goevmlab.git | |
commit 723c3aebf0ee91d508a9e60debe4ebbcb26e3000 (HEAD -> bls-bench, jwasinger/bls-bench) | |
➜ bls12381bench git:(bls-bench) ✗ GETH_EVM=./besu_wrapper.sh ./benchmark_g1msm.sh ; GETH_EVM=./besu_wrapper.sh ./benchmark_g2msm.sh | |
benchmarking g1msm | |
1 pairs: 107 mgas/sec | |
2 pairs: 73 mgas/sec | |
3 pairs: 97 mgas/sec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NUC 13 Intel i5-1340P | |
bls12381bench git:(bls-bench) ✗ GETH_EVM=./besu_wrapper.sh ./benchmark_g1msm.sh ; GETH_EVM=./besu_wrapper.sh ./benchmark_g2msm.sh | |
benchmarking g1msm | |
1 pairs: 52 mgas/sec | |
2 pairs: 78 mgas/sec | |
3 pairs: 93 mgas/sec | |
4 pairs: 99 mgas/sec | |
5 pairs: 99 mgas/sec | |
6 pairs: 92 mgas/sec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NUC 13 Intel i5-1340P | |
bls12381bench git:(bls-bench) ✗ GETH_EVM=./besu_wrapper.sh ./benchmark_g1msm.sh ; GETH_EVM=./besu_wrapper.sh ./benchmark_g2msm.sh | |
benchmarking g1msm | |
1 pairs: 109 mgas/sec | |
2 pairs: 105 mgas/sec | |
3 pairs: 94 mgas/sec | |
4 pairs: 96 mgas/sec | |
5 pairs: 94 mgas/sec | |
6 pairs: 95 mgas/sec |