good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 18, 2019
    • Felix Lange's avatar
      build: use golangci-lint (#20295) · 68948644
      Felix Lange authored
      * build: use golangci-lint
      
      This changes build/ci.go to download and run golangci-lint instead
      of gometalinter.
      
      * core/state: fix unnecessary conversion
      
      * p2p/simulations: fix lock copying (found by go vet)
      
      * signer/core: fix unnecessary conversions
      
      * crypto/ecies: remove unused function cmpPublic
      
      * core/rawdb: remove unused function print
      
      * core/state: remove unused function xTestFuzzCutter
      
      * core/vm: disable TestWriteExpectedValues in a different way
      
      * core/forkid: remove unused function checksum
      
      * les: remove unused type proofsData
      
      * cmd/utils: remove unused functions prefixedNames, prefixFor
      
      * crypto/bn256: run goimports
      
      * p2p/nat: fix goimports lint issue
      
      * cmd/clef: avoid using unkeyed struct fields
      
      * les: cancel context in testRequest
      
      * rlp: delete unreachable code
      
      * core: gofmt
      
      * internal/build: simplify DownloadFile for Go 1.11 compatibility
      
      * build: remove go test --short flag
      
      * .travis.yml: disable build cache
      
      * whisper/whisperv6: fix ineffectual assignment in TestWhisperIdentityManagement
      
      * .golangci.yml: enable goconst and ineffassign linters
      
      * build: print message when there are no lint issues
      
      * internal/build: refactor download a bit
      68948644
  2. Mar 13, 2019
  3. Mar 08, 2018
  4. Feb 27, 2018
    • Elad Nachmias's avatar
      swarm: give correct error on 0x hash prefix (#16195) · b574b577
      Elad Nachmias authored
      - added a case error struct that contains information about certain error cases
      in which we would like to output more information to the client
      - added a validation method that iterates and adds the information that is
      stored in the error cases
      b574b577
  5. Jan 15, 2018
    • Kurkó Mihály's avatar
      dashboard: deep state update, version in footer (#15837) · 938cf452
      Kurkó Mihály authored
      * dashboard: footer, deep state update
      
      * dashboard: resolve asset path
      
      * dashboard: remove bundle.js
      
      * dashboard: prevent state update on every reconnection
      
      * dashboard: fix linter issue
      
      * dashboard, cmd: minor UI fix, include commit hash
      
      * remove geth binary
      
      * dashboard: gitCommit renamed to commit
      
      * dashboard: move the geth version to the right, make commit optional
      
      * dashboard: commit limited to 7 characters
      
      * dashboard: limit commit length on client side
      
      * dashboard: run go generate
      938cf452
  6. Dec 21, 2017
  7. Nov 14, 2017
  8. Sep 21, 2017
  9. Oct 28, 2016
    • Péter Szilágyi's avatar
      Godeps, vendor: convert dependency management to trash (#3198) · 289b3071
      Péter Szilágyi authored
      This commit converts the dependency management from Godeps to the vendor
      folder, also switching the tool from godep to trash. Since the upstream tool
      lacks a few features proposed via a few PRs, until those PRs are merged in
      (if), use github.com/karalabe/trash.
      
      You can update dependencies via trash --update.
      
      All dependencies have been updated to their latest version.
      
      Parts of the build system are reworked to drop old notions of Godeps and
      invocation of the go vet command so that it doesn't run against the vendor
      folder, as that will just blow up during vetting.
      
      The conversion drops OpenCL (and hence GPU mining support) from ethash and our
      codebase. The short reasoning is that there's noone to maintain and having
      opencl libs in our deps messes up builds as go install ./... tries to build
      them, failing with unsatisfied link errors for the C OpenCL deps.
      
      golang.org/x/net/context is not vendored in. We expect it to be fetched by the
      user (i.e. using go get). To keep ci.go builds reproducible the package is
      "vendored" in build/_vendor.
      289b3071
  10. Jun 22, 2016
    • Felix Lange's avatar
      build: add ci.go, use it everywhere · 6c33ba14
      Felix Lange authored
      The new build script, ci.go, replaces some of the older shell scripts.
      ci.go can compile go-ethereum, run the tests, create release archives
      and debian source packages.
      6c33ba14
  11. Feb 15, 2016
  12. May 06, 2015
  13. Apr 29, 2015
  14. Apr 24, 2015
  15. Apr 18, 2015
    • Felix Lange's avatar
      Makefile: for non-gophers · 48f23746
      Felix Lange authored
      Many people need or want to build go-ethereum from the git repository,
      mostly to stay up to date with recent changes. We cannot expect that
      people without Go experience grok the Go workspace concept.
      
      With the Makefile, building from github requires only
      three steps (provided that a Go toolchain is installed):
      
          - git clone https://github.com/ethereum/go-ethereum
          - ... install C libraries (libgmp, etc.) ...
          - make
      48f23746
  16. Apr 09, 2015
  17. Mar 30, 2015
  18. Mar 08, 2015
  19. Mar 07, 2015
  20. Mar 03, 2015
  21. Feb 16, 2015
  22. Feb 05, 2015
  23. Jan 25, 2015
  24. Jan 22, 2015
  25. Jan 15, 2015
    • Gustav Simonsson's avatar
      Add new key_store interface and two new key stores · 945798f9
      Gustav Simonsson authored
      * Add new generic key_store interface
      * Add new plaintext key store storing unprotected keys on disk
      * Add new encrypted key store storing encrypted keys on disk
      * Add new entropy mixing function using OS and go runtime sources
      945798f9
  26. Jan 14, 2015
  27. Dec 09, 2014
  28. Nov 11, 2014
  29. Nov 05, 2014
  30. Oct 31, 2014
  31. Sep 30, 2014
  32. Jun 23, 2014
  33. Mar 27, 2014
  34. Jan 23, 2014
  35. Dec 26, 2013
Loading