Skip to content

Commit

Permalink
go-ethereum v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daimaxiaxie committed May 23, 2021
0 parents commit 0f14dd9
Show file tree
Hide file tree
Showing 1,605 changed files with 649,852 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**/*_test.go

build/_workspace
build/_bin
tests/testdata
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
*.sol linguist-language=Solidity
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

/tmp
*/**/*un~
*/**/*.test
*un~
.DS_Store
*/**/.DS_Store
.ethtest
*/**/*tx_database*
*/**/*dapps*
build/_vendor/pkg

#*
.#*
*#
*~
.project
.settings

# used by the Makefile
/build/_workspace/
/build/cache/
/build/bin/
/geth*.zip

# travis
profile.tmp
profile.cov

# IdeaIDE
.idea

# VS Code
.vscode

# dashboard
/dashboard/assets/flow-typed
/dashboard/assets/node_modules
/dashboard/assets/stats.json
/dashboard/assets/bundle.js
/dashboard/assets/bundle.js.map
/dashboard/assets/package-lock.json

**/yarn-error.log
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tests"]
path = tests/testdata
url = https://github.com/ethereum/tests
50 changes: 50 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# This file configures github.com/golangci/golangci-lint.

run:
timeout: 3m
tests: true
# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
skip-dirs-use-default: true
skip-files:
- core/genesis_alloc.go

linters:
disable-all: true
enable:
- deadcode
- goconst
- goimports
- gosimple
- govet
- ineffassign
- misspell
# - staticcheck
- unconvert
# - unused
- varcheck

linters-settings:
gofmt:
simplify: true
goconst:
min-len: 3 # minimum length of string constant
min-occurrences: 6 # minimum number of occurrences

issues:
exclude-rules:
- path: crypto/blake2b/
linters:
- deadcode
- path: crypto/bn256/cloudflare
linters:
- deadcode
- path: p2p/discv5/
linters:
- deadcode
- path: core/vm/instructions_test.go
linters:
- goconst
- path: cmd/faucet/
linters:
- deadcode
123 changes: 123 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
Jeffrey Wilcke <[email protected]>
Jeffrey Wilcke <[email protected]> <[email protected]>
Jeffrey Wilcke <[email protected]> <[email protected]>
Jeffrey Wilcke <[email protected]> <[email protected]>

Viktor Trón <[email protected]>

Joseph Goulden <[email protected]>

Nick Savers <[email protected]>

Maran Hidskes <[email protected]>

Taylor Gerring <[email protected]>
Taylor Gerring <[email protected]> <[email protected]>

Bas van Kervel <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>

Sven Ehlert <[email protected]>

Vitalik Buterin <[email protected]>

Marian Oancea <[email protected]>

Christoph Jentzsch <[email protected]>

Heiko Hees <[email protected]>

Alex Leverington <[email protected]>
Alex Leverington <[email protected]> <[email protected]>

Zsolt Felföldi <[email protected]>

Gavin Wood <[email protected]>

Martin Becze <[email protected]>
Martin Becze <[email protected]> <[email protected]>

Dimitry Khokhlov <[email protected]>

Roman Mandeleil <[email protected]>

Alec Perseghin <[email protected]>

Alon Muroch <[email protected]>

Arkadiy Paronyan <[email protected]>

Jae Kwon <[email protected]>

Aaron Kumavis <[email protected]>

Nick Dodson <[email protected]>

Jason Carver <[email protected]>
Jason Carver <[email protected]> <[email protected]>

Joseph Chow <[email protected]>
Joseph Chow <[email protected]> ethers <TODO>

Enrique Fynn <[email protected]>

Vincent G <[email protected]>

RJ Catalano <[email protected]>
RJ Catalano <[email protected]> <[email protected]>

Nchinda Nchinda <[email protected]>

Aron Fischer <[email protected]> <[email protected]>

Vlad Gluhovsky <[email protected]>

Ville Sundell <[email protected]>

Elliot Shepherd <[email protected]>

Yohann Léon <[email protected]>

Gregg Dourgarian <[email protected]>

Casey Detrio <[email protected]>

Jens Agerberg <[email protected]>

Nick Johnson <[email protected]>

Henning Diedrich <[email protected]>
Henning Diedrich <[email protected]> Drake Burroughs <[email protected]>

Felix Lange <[email protected]>
Felix Lange <[email protected]> <[email protected]>

Максим Чусовлянов <[email protected]>

Louis Holbrook <[email protected]>
Louis Holbrook <[email protected]> <[email protected]>

Thomas Bocek <[email protected]>

Victor Tran <[email protected]>

Justin Drake <[email protected]>

Frank Wang <[email protected]>

Gary Rong <[email protected]>

Guillaume Nicolas <[email protected]>

Sorin Neacsu <[email protected]>
Sorin Neacsu <[email protected]> <[email protected]>

Valentin Wüstholz <[email protected]>
Valentin Wüstholz <[email protected]> <[email protected]>

Armin Braun <[email protected]>

Ernesto del Toro <[email protected]>
Ernesto del Toro <[email protected]> <[email protected]>
Loading

0 comments on commit 0f14dd9

Please sign in to comment.