diff --git a/l2geth/.golangci.yml b/l2geth/.golangci.yml index d4ef7b002968..4f059667667c 100644 --- a/l2geth/.golangci.yml +++ b/l2geth/.golangci.yml @@ -1,7 +1,7 @@ # This file configures github.com/golangci/golangci-lint. run: - timeout: 2m + timeout: 5m tests: true # default is true. Enables skipping of directories: # vendor$, third_party$, testdata$, examples$, Godeps$, builtin$ diff --git a/l2geth/.mailmap b/l2geth/.mailmap new file mode 100644 index 000000000000..cc4b871a3cb5 --- /dev/null +++ b/l2geth/.mailmap @@ -0,0 +1,123 @@ +Jeffrey Wilcke +Jeffrey Wilcke +Jeffrey Wilcke +Jeffrey Wilcke + +Viktor Trón + +Joseph Goulden + +Nick Savers + +Maran Hidskes + +Taylor Gerring +Taylor Gerring + +Bas van Kervel +Bas van Kervel +Bas van Kervel +Bas van Kervel + +Sven Ehlert + +Vitalik Buterin + +Marian Oancea + +Christoph Jentzsch + +Heiko Hees + +Alex Leverington +Alex Leverington + +Zsolt Felföldi + +Gavin Wood + +Martin Becze +Martin Becze + +Dimitry Khokhlov + +Roman Mandeleil + +Alec Perseghin + +Alon Muroch + +Arkadiy Paronyan + +Jae Kwon + +Aaron Kumavis + +Nick Dodson + +Jason Carver +Jason Carver + +Joseph Chow +Joseph Chow ethers + +Enrique Fynn + +Vincent G + +RJ Catalano +RJ Catalano + +Nchinda Nchinda + +Aron Fischer + +Vlad Gluhovsky + +Ville Sundell + +Elliot Shepherd + +Yohann Léon + +Gregg Dourgarian + +Casey Detrio + +Jens Agerberg + +Nick Johnson + +Henning Diedrich +Henning Diedrich Drake Burroughs + +Felix Lange +Felix Lange + +Максим Чусовлянов + +Louis Holbrook +Louis Holbrook + +Thomas Bocek + +Victor Tran + +Justin Drake + +Frank Wang + +Gary Rong + +Guillaume Nicolas + +Sorin Neacsu +Sorin Neacsu + +Valentin Wüstholz +Valentin Wüstholz + +Armin Braun + +Ernesto del Toro +Ernesto del Toro diff --git a/l2geth/build/ci.go b/l2geth/build/ci.go index dca09ea4ac6e..5c0fba292c8d 100644 --- a/l2geth/build/ci.go +++ b/l2geth/build/ci.go @@ -1123,4 +1123,4 @@ func doPurge(cmdline []string) { if err := build.AzureBlobstoreDelete(auth, blobs); err != nil { log.Fatal(err) } -} \ No newline at end of file +}