good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 01, 2021
  2. Mar 26, 2021
  3. Mar 25, 2021
  4. Mar 23, 2021
  5. Mar 18, 2021
  6. Mar 12, 2021
    • Péter Szilágyi's avatar
      Revert "core/forkid, params: unset Berlin fork number (#22413)" · 7f776be2
      Péter Szilágyi authored
      This reverts commit ba999105.
      7f776be2
    • Péter Szilágyi's avatar
    • gary rong's avatar
      params: update chts (#22418) · 8e959c0d
      gary rong authored
      8e959c0d
    • Péter Szilágyi's avatar
      all: define Berlin hard fork spec · d23002e7
      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
      d23002e7
    • lightclient's avatar
      all: add support for EIP-2718, EIP-2930 transactions (#21502) · 50d97530
      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: default avatarMartin Holst Swende <martin@swende.se>
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      Co-authored-by: default avatarRyan 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
      50d97530
  7. Mar 09, 2021
    • Sina Mahmoodi's avatar
      cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213) · c3760390
      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
      c3760390
    • Felföldi Zsolt's avatar
      les: switch to new discv5 (#21940) · 0d8a69b8
      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: default avatarFelix 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
      0d8a69b8
  8. Mar 08, 2021
  9. Mar 05, 2021
  10. Feb 25, 2021
    • Evgeny Danilenko's avatar
      Extract validating interface (#1120) · e4e36c15
      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: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
      e4e36c15
    • Igor Mandrigin's avatar
      begin 2021.03.01 release cycle · 75ad819c
      Igor Mandrigin authored
      75ad819c
  11. Feb 18, 2021
  12. Feb 11, 2021
  13. Feb 04, 2021
  14. Jan 28, 2021
  15. Jan 21, 2021
  16. Jan 14, 2021
  17. Dec 17, 2020
  18. Dec 10, 2020
  19. Dec 03, 2020
  20. Nov 26, 2020
  21. Nov 19, 2020
  22. Nov 12, 2020
  23. Nov 05, 2020
  24. Oct 29, 2020
  25. Oct 26, 2020
  26. Oct 22, 2020
  27. Oct 06, 2020
Loading