good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 18, 2019
  2. Apr 17, 2019
  3. Apr 16, 2019
  4. Apr 15, 2019
  5. Apr 12, 2019
  6. Apr 11, 2019
    • Péter Szilágyi's avatar
      cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) · d5af3a58
      Péter Szilágyi authored
      * cmd/clef, signer: make fourbytes its own package, break dep cycle
      
      * signer/fourbyte: pull in a sanitized 4byte database
      d5af3a58
    • Ferenc Szabo's avatar
      cmd/swarm: fix resource leaks in tests (#19443) · 26b50e3e
      Ferenc Szabo authored
      * swarm/api: fix file descriptor leak in NewTestSwarmServer
      
      Swarm storage (localstore) was not closed. That resulted a
      "too many open files" error if `TestClientUploadDownloadRawEncrypted`
      was run with `-count 1000`.
      
      * cmd/swarm: speed up StartNewNodes() by parallelization
      
      Reduce cluster startup time from 13s to 7s.
      
      * swarm/api: disable flaky TestClientUploadDownloadRawEncrypted with -race
      
      * swarm/storage: disable flaky TestLDBStoreCollectGarbage (-race)
      
      With race detection turned on the disabled cases often fail with:
      "ldbstore_test.go:535: expected surplus chunk 150 to be missing, but got no error"
      
      * cmd/swarm: fix process leak in TestACT and TestSwarmUp
      
      Each test run we start 3 nodes, but we did not terminate them. So
      those 3 nodes continued eating up 1.2GB (3.4GB with -race) after test
      completion.
      
      6b6c4d1c changed how we start clusters
      to speed up tests. The changeset merged together test cases
      and introduced a global cluster. But "forgot" about termination.
      
      Let's get rid of "global cluster" so we have a clear owner of
      termination (some time sacrifice), while leaving subtests to use the
      same cluster.
      26b50e3e
    • Martin Holst Swende's avatar
      cmd/clef: bundle 4byte db into clef, (#19112) · 54dfce8a
      Martin Holst Swende authored
      * clef: bundle 4byte db into clef, fix #19048
      
      * clef: add go-generate directive, remove internal abidb parser tool
      
      * cmd/clef: extend go generate to format asset file
      54dfce8a
    • Maxim Krasilnikov's avatar
      metrics/prometheus: expose metrics in prometheus format too (#17077) · 31bc2a24
      Maxim Krasilnikov authored
      * metrics/prometheus: added prometheus http server and metrics collector
      
      * metrics/prometheus: minor cleanups
      
      * metrics/prometheus: named keys instead name in tag
      
      * metrics/prometheus: minor typo cleanups, sorted report
      31bc2a24
  7. Apr 10, 2019
  8. Apr 09, 2019
    • Péter Szilágyi's avatar
      Merge pull request #19426 from karalabe/vendor-fix-freegeoip · 22e1d2ce
      Péter Szilágyi authored
      vendor: fix some vendor config leftover
      22e1d2ce
    • Péter Szilágyi's avatar
      da99c069
    • Guillaume Ballet's avatar
      vendor: upgrade go-libpcsclite (#19420) · cf1a6d7c
      Guillaume Ballet authored
      * vendor: remove leftover trace
      
      * Upgrade go-libpcsclite to the latest version
      cf1a6d7c
    • Péter Szilágyi's avatar
      Merge pull request #19423 from SamuelMarks/go1.12.3 · 33d28f37
      Péter Szilágyi authored
      appveyor.yml: Upgraded to Go 1.12.3
      33d28f37
    • Samuel Marks's avatar
      appveyor.yml: Upgraded to Go 1.12.3 · 60ab5faf
      Samuel Marks authored
      60ab5faf
    • Guillaume Ballet's avatar
      accounts:smartcard wallet without the dependency on libpcsclite (#19273) · 1fc3e44f
      Guillaume Ballet authored
      
      * accounts, core, internal, node: Add support for smartcard wallets
      
      * accounts, internal: Changes in response to review
      
      * vendor: pull in missing go-echd library
      
      * accounts/scwallet, console: user friendly card opening
      
      * accounts/scwallet: ordered wallets, tighter events, derivation logs
      
      * accounts, console: frendly card errors, support pin unblock
      
      * accounts/scwallet: fix crypto API change
      
      * accounts/scwallet: rebase and update
      
      * Fix some linter issues
      
      * Remove the direct dependency on libpcsclite
      
      Instead, use a go library that communicates with pcscd over a socket.
      
      Also update the changes introduced by @gravityblast since this PR's
      inception
      
      * Temporary fix to the ADBU status call
      
      * fix wallet status update
      
      This is a temporary fix, better checks need to
      be performed once the whole process has been
      validated.
      
      * Fix key derivation
      
      * Add some documentation
      
      * Update a comment to reflect the workings of the updated system
      
      * Vendor keycard-go/derivationpath
      
      * Formatting fixes
      
      * Add instructions on how to install the card
      
      * Achieve full transaction signature+sending
      
      * PK derivation has to be supported by the card
      
      * Fix linter issues
      
      * Upgrade to keycard app v2.1.1
      
      * Set gballet as codeowner of the smartcard wallet dir
      
      * fix unnecessary condition linter warning
      
      * refuse to overwrite the master key of a previously initialized card
      
      * refresh the account list when initializing the card
      
      * Update the card preparation instructions based on review feedback
      
      * 'sanitize' JSON input
      
      Co-Authored-By: default avatargballet <gballet@gmail.com>
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatargballet <gballet@gmail.com>
      
      * fix a serialization error
      
      * more review feedback
      
      * More review feedback
      
      * Can now specify the number of empty accounts to derive
      
      * Fix rebase error: include norm package
      
      * Update bip-39 ref and remove ebfe/scard from vendor
      
      * Add missing dependency
      1fc3e44f
    • Péter Szilágyi's avatar
    • Steve Gattuso's avatar
      clef: fix chainId key being present in domain map (#19303) · f538d152
      Steve Gattuso authored
      This PR fixes this, moving domain.ChainId from the map's initializer down to a separate if statement which checks the existance of ChainId's value, similar to the rest of the fields, before adding it. I've also included a new test to demonstrate the issue
      f538d152
    • Guillaume Ballet's avatar
      Add missing dependency · 7c28ecbc
      Guillaume Ballet authored
      7c28ecbc
  9. Apr 08, 2019
Loading