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
| +QH4+QHzoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoB3MTejex116q4W1Z7bM1BrTEkUblIp0E/ChQv1A1JNHlAAAAAAAAAAAAAAAAAAAAAAAAAAAoHG/PiA0rFmjoIokHoQbqD7769Sq5anmFfoI4WsM9kU4oFboHxcbzFWm/4NF5pLA+G5bSOAbmWytwAFiL7XjY7QhoFboHxcbzFWm/4NF5pLA+G5bSOAbmWytwAFiL7XjY7QhuQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AhhAAAAAAAICAgKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAAAAQsDA+QH8+QH3oOWobBJGekLJFkPqcRbGHs9qKEJmHmkd3K7GyqLQOvBioB3MTejex116q4W1Z7bM1BrTEkUblIp0E/ChQv1A1JNHlAAAAAAAAAAAAAAAAAAAAAAAAAAAoE1PeohQ6uy8i7yOwStODnuvFfWGUL8SEEkVPkFpGwMvoFboHxcbzFWm/4NF5pLA+G5bSOAbmWytwAFiL7XjY7QhoFboHxcbzFWm/4NF5pLA+G5bSOAbmWytwAFiL7XjY7QhuQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
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
| /* | |
| * Copyright contributors to Hyperledger Besu. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with | |
| * the License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on | |
| * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the |
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
| /* | |
| * Copyright Hyperledger Besu contributors. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with | |
| * the License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on | |
| * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the |
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
| curl --location 'http://localhost:8545' \ | |
| --header 'Content-Type: application/json' \ | |
| --data '{ | |
| "jsonrpc": "2.0", | |
| "method": "eth_getTransactionByHash", | |
| "params": [ | |
| "0x263701006ce07d22ba36fed4cee0bea5e4ce96ae71ae4027b3148129263a85dd" | |
| ], | |
| "id": 1 | |
| }' |jq |
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 |
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
| 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
| 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
| 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
| Genesis: { | |
| "config": { | |
| "ethash": {}, | |
| "chainID": 19763, | |
| "homesteadBlock": 0, | |
| "eip150Block": 0, | |
| "eip155Block": 0, | |
| "eip158Block": 0, | |
| "byzantiumBlock": 0 | |
| }, |
NewerOlder