- Apr 01, 2021
-
-
Igor Mandrigin authored
-
- Mar 26, 2021
-
-
Artem Vorotnikov authored
-
Artem Vorotnikov authored
* Remove graphql, legacy options * Remove CODEOWNERS * Remove EWASM and custom EVM interpreter
-
- Mar 25, 2021
-
-
Igor Mandrigin authored
-
- Mar 23, 2021
-
-
Alex Sharov authored
-
- Mar 18, 2021
-
-
Igor Mandrigin authored
-
- Mar 12, 2021
-
-
Péter Szilágyi authored
This reverts commit ba999105.
-
Péter Szilágyi authored
-
gary rong authored
-
Péter Szilágyi authored
# Conflicts: # cmd/geth/config.go # cmd/geth/main.go # core/genesis.go # core/state_transition.go # core/vm/evm.go # core/vm/interpreter.go # eth/backend.go # eth/ethconfig/config.go # les/client.go # light/txpool.go # tests/state_test_util.go
-
lightclient authored
This adds support for EIP-2718 typed transactions as well as EIP-2930 access list transactions (tx type 1). These EIPs are scheduled for the Berlin fork. There very few changes to existing APIs in core/types, and several new APIs to deal with access list transactions. In particular, there are two new constructor functions for transactions: types.NewTx and types.SignNewTx. Since the canonical encoding of typed transactions is not RLP-compatible, Transaction now has new methods for encoding and decoding: MarshalBinary and UnmarshalBinary. The existing EIP-155 signer does not support the new transaction types. All code dealing with transaction signatures should be updated to use the newer EIP-2930 signer. To make this easier for future updates, we have added new constructor functions for types.Signer: types.LatestSigner and types.LatestSignerForChainID. This change also adds support for the YoloV3 testnet. Co-authored-by:
Martin Holst Swende <martin@swende.se> Co-authored-by:
Felix Lange <fjl@twurst.com> Co-authored-by:
Ryan Schneider <ryanleeschneider@gmail.com> # Conflicts: # accounts/abi/bind/backends/simulated.go # cmd/evm/internal/t8ntool/execution.go # cmd/evm/internal/t8ntool/transition.go # cmd/geth/main.go # cmd/geth/usage.go # core/bench_test.go # core/state/statedb.go # core/state_prefetcher.go # core/state_processor.go # core/state_transition.go # core/tx_pool.go # core/types/block.go # core/types/derive_sha.go # core/types/gen_tx_json.go # core/types/receipt.go # core/types/receipt_test.go # core/types/transaction.go # core/types/transaction_signing.go # core/types/transaction_test.go # ethclient/ethclient.go # ethclient/signer.go # graphql/graphql.go # internal/ethapi/api.go # internal/guide/guide_test.go # les/benchmark.go # les/odr_test.go # light/odr_test.go # light/txpool.go # miner/worker.go # miner/worker_test.go # signer/core/api.go # tests/state_test_util.go # trie/stacktrie_test.go # turbo/stages/blockchain_test.go
-
- Mar 09, 2021
-
-
Sina Mahmoodi authored
Removes the yolov2 definition, adds yolov3, including EIP-2565. This PR also disables some of the erroneously generated blockchain and statetests, and adds the new genesis hash + alloc for yolov3. This PR disables the CLI switches for yolo, since it's not complete until we merge support for 2930. # Conflicts: # cmd/evm/internal/t8ntool/execution.go # cmd/geth/chaincmd.go # cmd/geth/consolecmd.go # cmd/geth/main.go # cmd/geth/usage.go # cmd/utils/flags.go # core/state_processor.go # core/vm/evm.go # core/vm/interpreter.go # tests/block_test.go
-
Felföldi Zsolt authored
This PR enables running the new discv5 protocol in both LES client and server mode. In client mode it mixes discv5 and dnsdisc iterators (if both are enabled) and filters incoming ENRs for "les" tag and fork ID. The old p2p/discv5 package and all references to it are removed. Co-authored-by:
Felix Lange <fjl@twurst.com> # Conflicts: # cmd/bootnode/main.go # cmd/faucet/faucet.go # cmd/utils/flags.go # les/client.go # les/commons.go # les/enr_entry.go # les/server.go # les/serverpool.go # les/serverpool_test.go # mobile/discover.go # mobile/params.go # p2p/discv5/database.go # p2p/discv5/metrics.go # p2p/discv5/net.go # p2p/discv5/net_test.go # p2p/discv5/node.go # p2p/discv5/node_test.go # p2p/discv5/sim_test.go # p2p/discv5/table.go # p2p/discv5/table_test.go # p2p/discv5/ticket.go # p2p/discv5/topic.go # p2p/discv5/topic_test.go # p2p/discv5/udp.go # p2p/server.go
-
- Mar 08, 2021
-
-
gary rong authored
-
Martin Holst Swende authored
* core/vm, protocol_params: implement eip-2565 modexp repricing * core/vm: fix review concerns
-
- Mar 05, 2021
-
-
ledgerwatch authored
* Revert "Extract validating interface (#1120)" This reverts commit e4e36c15. * Fix go mod tidy * Fix lint * Fix lint * fix lint * Test fix * Fix test Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Feb 25, 2021
-
-
Evgeny Danilenko authored
* interface * generalize interface * linters * fix deadlock * fix linters * close goroutine * fix * debug * id+ttl * refactor downloader tests * tests * lru * handle genesis, extract fake consensuses * fix fake consensus * test uncles, verify * after a new master * fmt * fix close * debug * debug * fix chain length * remove test field * use single account * fix data race on closing channel * remove postponed blocks queue * miner test * VerifyHeaderRequests * fmt * fmt * fix data race * handle validating errors * simplify matchParents * remove copy-paste * move sort to constructor * clean up * debug for 10 parents * debug * debug * batch responses * batch requests * works for many ancestors * remove debug * always Close an engine * linters * ancestors deduplication * fix test * reduce interface * api * clique * green clique sync * stable * perpermance per second * full sync * linters * gitignore * deps * fix panic after master merge * init consensus * clique tests * fix tests * fix tests * clean up * reuse snap * store vefified snapshots * optimize snapshots * safe close * cleanup loop * after downloader * downloader and consensus tests * update tests * hack.go * clique flags * fix cliuqe config * review * gitignore * remove additional bucket * blk/sec instead of blk/microsecond * rename * deps * optimize * debug * test * tests without extracted validation process * same base performance as on master * benchmark * simplify ethash verification * ethash * ethash * linters * ethash * master stats * cleanup * gomod * linters * tests * better locks * Fix * Remove logging for verifyHeaders * Verification speed in the logs * Fix compile error Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Igor Mandrigin authored
-
- Feb 18, 2021
-
-
Igor Mandrigin authored
-
- Feb 11, 2021
-
-
Igor Mandrigin authored
-
- Feb 04, 2021
-
-
Igor Mandrigin authored
-
- Jan 28, 2021
-
-
Igor Mandrigin authored
-
- Jan 21, 2021
-
-
Igor Mandrigin authored
-
- Jan 14, 2021
-
-
Igor Mandrigin authored
-
- Dec 17, 2020
-
-
Igor Mandrigin authored
-
- Dec 10, 2020
-
-
Igor Mandrigin authored
-
- Dec 03, 2020
-
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
* core/vm, core/state: implement EIP-2929 + YOLOv2 * core/state, core/vm: fix some review concerns * core/state, core/vm: address review concerns * core/vm: address review concerns * core/vm: better documentation * core/vm: unify sload cost as fully dynamic * core/vm: fix typo * core/vm/runtime: fix compilation flaw * core/vm/runtime: fix renaming-err leftovers * core/vm: renaming * params/config: use correct yolov2 chainid for config * core, params: use a proper new genesis for yolov2 * core/state/tests: golinter nitpicks # Conflicts: # cmd/evm/internal/t8ntool/execution.go # cmd/geth/chaincmd.go # cmd/geth/consolecmd.go # cmd/geth/main.go # cmd/geth/usage.go # cmd/utils/flags.go # core/state/statedb.go # core/state/statedb_test.go # core/vm/evm.go # core/vm/interpreter.go # core/vm/logger.go # core/vm/runtime/runtime.go # eth/api_tracer.go
-
Igor Mandrigin authored
-
- Nov 26, 2020
-
-
Igor Mandrigin authored
-
- Nov 19, 2020
-
-
Igor Mandrigin authored
-
- Nov 12, 2020
-
-
Igor Mandrigin authored
-
- Nov 05, 2020
-
-
Igor Mandrigin authored
-
- Oct 29, 2020
-
-
Igor Mandrigin authored
-
- Oct 26, 2020
-
-
gary rong authored
-
Raw Pong Ghmoa authored
* params: update pegasys besu bootnode * params: update goerli initiative bootnodes
-
Martin Holst Swende authored
# Conflicts: # core/vm/gas_table.go
-
- Oct 22, 2020
-
-
Igor Mandrigin authored
-
- Oct 06, 2020
-
-
Péter Szilágyi authored
-