- Jun 10, 2021
-
-
Igor Mandrigin authored
-
- Jun 07, 2021
-
-
Alex Sharov authored
* sokol init * test * precompiles * precompiles * add code * sokol test * save * save * save * save * save * save
-
- Jun 04, 2021
-
-
Igor Mandrigin authored
-
Igor Mandrigin authored
-
- Jun 02, 2021
-
-
Alex Sharov authored
-
- May 27, 2021
-
-
Igor Mandrigin authored
-
- May 26, 2021
-
-
Evgeny Danilenko authored
* turbo-geth to erigon * tg, turbo to erigon
-
- May 20, 2021
-
-
Alex Sharov authored
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
-
Igor Mandrigin authored
-
- May 13, 2021
-
-
Igor Mandrigin authored
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 11, 2021
-
-
ledgerwatch authored
* Baikal testnet configuration * Fixes * Change AsMessage signature * Fixes in t8ntool * More updates * Fix misspelling * Skip eip1559 transition test * More bootnodes Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 07, 2021
-
-
Artem Vorotnikov authored
-
- May 06, 2021
-
-
Igor Mandrigin authored
-
- May 04, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 02, 2021
-
-
ledgerwatch authored
* EIP-3529 * Test fix and EIP-3541 * Fix tests * Fix * Fix stagedsync test * Fix * Remove dup Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- Apr 29, 2021
-
-
Igor Mandrigin authored
This reverts commit 16c4531b.
-
Igor Mandrigin authored
-
- Apr 22, 2021
-
-
ledgerwatch authored
* Where I am at * Refactoring of transaction types * More refactoring * Use Homested signer in rpc daemon * Unified signer * Continue unified signer * A bit more * Fixes and down the rabbit hole... * More tx pool fixes * More refactoring fixes * More fixes' * more fixes * More fixes * More compile fixes * More RLP hand-writing * Finish RLP encoding/decoding of transactions * Fixes to header encoding, start on protocol packets * Transaction decoding * Use DecodeTransaction function * Decoding BlockBodyPacket * Encode and decode for pool txs * Start fixing tests * Introduce SigningHash * Fixes to SignHash * RLP encoding fixes * Fixes for encoding/decoding * More test fixes * Fix more tests * More test fixes * More test fixes * Fix core tests * More fixes for signer * Fix for tx * Fixes to string encoding/size * Fix eip2930 test * Fix rest of ./tests * More fixes * Fix compilation * More test fixes * More test fixes * Test fixes * More fixes * Reuse EncodingSize in EncodeRLP for accessList * Rearrange things in dynamic fee tx * Add MarshalBinary * More fixes * Make V,R,S non-pointers * More NPE fixes * More fixes * Receipt fixes * Fix core/types * Fix ./eth * More compile fixes for tests * More test fixes * More test fixes * Try to see lint errors better * Try to see lint errors better * Fix lint * Debugging eip1559 test * Fix TestEIP1559Transition test * Fix NewBlockPacket encoding/decoding * Fix calculation of TxHash * Fix perf problem with senders * Update aleut config values * Try adding static peers * Add staticpeers to defaul flags * Change aleut networkID * Fix test Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Igor Mandrigin authored
-
- Apr 19, 2021
-
-
Evgeny Danilenko authored
* debug * debug * it works * rename clique bucket * remove genesis special case * copy snapshot * remove debug * migration * debug * regenerate snapshots * simplify * regeneration * after merge * tests Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Apr 15, 2021
-
-
Igor Mandrigin authored
-
- Apr 09, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
* more flesh on turbo-mine network * Replace genesis preallocs with json * Update README.md Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Apr 08, 2021
-
-
Igor Mandrigin authored
-
ledgerwatch authored
* Replace testnet flags with one chain option * Update README.md * Update README.md * Update README.md * Update config.go Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- Apr 01, 2021
-
-
Igor Mandrigin authored
-
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
-