good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 29, 2018
  2. Jan 26, 2018
    • Martin Holst Swende's avatar
      ethapi: add personal.signTransaction (#15971) · 722bac84
      Martin Holst Swende authored
      * ethapi: add personal.signTransaction
      
      * ethapi: refactor to minimize duplicate code
      
      * ethapi: make nonce,gas,gasPrice obligatory in signTransaction
      722bac84
    • Zsolt Felföldi's avatar
      23bca0f3
    • Guillaume Ballet's avatar
      whisper: remove linter warnings (#15972) · 367c329b
      Guillaume Ballet authored
      * whisper: fixes warnings from the code linter
      
      * whisper: more non-API-breaking changes
      
      The remaining lint errors are because of auto-generated
      files and one is because an exported function has a non-
      exported return type. Changing this would break the API,
      and will be part of another commit for easier reversal.
      
      * whisper: un-export NewSentMessage to please the linter
      
      This is an API change, which is why it's in its own commit.
      This change was initiated after the linter complained that
      the returned type wasn't exported. I chose to un-export
      the function instead of exporting the type, because that
      type is an implementation detail that I would like to
      change in the near future to make the code more
      readable and with an increased coverage.
      
      * whisper: update gencodec output after upgrading it to new lint standards
      367c329b
    • b00ris's avatar
      whisper: fix empty topic (#15811) · 2ef3815a
      b00ris authored
      * whisper: fix empty topic
      
      * whisper: add check to matchSingleTopic
      
      * whisper: add tests
      
      * whisper: fix gosimple
      
      * whisper: added lastTopicByte const
      2ef3815a
    • Miguel Mota's avatar
      accounts: fix comment typo (#15977) · 4dd0727c
      Miguel Mota authored
      4dd0727c
  3. Jan 25, 2018
  4. Jan 24, 2018
  5. Jan 23, 2018
    • Kurkó Mihály's avatar
      dashboard: CPU, memory, diskIO and traffic on the footer (#15950) · 05ade193
      Kurkó Mihály authored
      * dashboard: footer, deep state update
      
      * dashboard: resolve asset path
      
      * dashboard: prevent state update on every reconnection
      
      * dashboard: fix linter issue
      
      * dashboard, cmd: minor UI fix, include commit hash
      
      * dashboard: gitCommit renamed to commit
      
      * dashboard: move the geth version to the right, make commit optional
      
      * dashboard: memory, traffic and CPU on footer
      
      * dashboard: fix merge
      
      * dashboard: CPU, diskIO on footer
      
      * dashboard: rename variables, use group declaration
      
      * dashboard: docs
      05ade193
    • Zsolt Felföldi's avatar
      Chain indexer fix + new CHT (#15934) · ec96216d
      Zsolt Felföldi authored
      * core, light: fix chain indexer bug
      
      * light: add new CHT
      ec96216d
    • Zsolt Felföldi's avatar
    • Péter Szilágyi's avatar
      Merge pull request #15948 from holiman/addr_v5_bootnode · 302c17c3
      Péter Szilágyi authored
      p2p/discv5: logs info about discv5 node info at bind time
      302c17c3
    • Felix Lange's avatar
      consensus/ethash: improve cache/dataset handling (#15864) · 924065e1
      Felix Lange authored
      * consensus/ethash: add maxEpoch constant
      
      * consensus/ethash: improve cache/dataset handling
      
      There are two fixes in this commit:
      
      Unmap the memory through a finalizer like the libethash wrapper did. The
      release logic was incorrect and freed the memory while it was being
      used, leading to crashes like in #14495 or #14943.
      
      Track caches and datasets using simplelru instead of reinventing LRU
      logic. This should make it easier to see whether it's correct.
      
      * consensus/ethash: restore 'future item' logic in lru
      
      * consensus/ethash: use mmap even in test mode
      
      This makes it possible to shorten the time taken for TestCacheFileEvict.
      
      * consensus/ethash: shuffle func calc*Size comments around
      
      * consensus/ethash: ensure future cache/dataset is in the lru cache
      
      * consensus/ethash: add issue link to the new test
      
      * consensus/ethash: fix vet
      
      * consensus/ethash: fix test
      
      * consensus: tiny issue + nitpick fixes
      924065e1
    • Martin Holst Swende's avatar
  6. Jan 22, 2018
  7. Jan 16, 2018
  8. Jan 15, 2018
  9. Jan 12, 2018
  10. Jan 11, 2018
  11. Jan 10, 2018
  12. Jan 09, 2018
  13. Jan 08, 2018
    • Felix Lange's avatar
      all: regenerate codecs with gencodec commit 90983d99de (#15830) · 9d06026c
      Felix Lange authored
      Fixes #15777 because null is now allowed for hexutil.Bytes.
      9d06026c
    • Felix Lange's avatar
      all: update generated code (#15808) · 5c2f1e00
      Felix Lange authored
      * core/types, core/vm, eth, tests: regenerate gencodec files
      
      * Makefile: update devtools target
      
      Install protoc-gen-go and print reminders about npm, solc and protoc.
      Also switch to github.com/kevinburke/go-bindata because it's more
      maintained.
      
      * contracts/ens: update contracts and regenerate with solidity v0.4.19
      
      The newer upstream version of the FIFSRegistrar contract doesn't set the
      resolver anymore. The resolver is now deployed separately.
      
      * contracts/release: regenerate with solidity v0.4.19
      
      * contracts/chequebook: fix fallback and regenerate with solidity v0.4.19
      
      The contract didn't have a fallback function, payments would be rejected
      when compiled with newer solidity. References to 'mortal' and 'owned'
      use the local file system so we can compile without network access.
      
      * p2p/discv5: regenerate with recent stringer
      
      * cmd/faucet: regenerate
      
      * dashboard: regenerate
      
      * eth/tracers: regenerate
      
      * internal/jsre/deps: regenerate
      
      * dashboard: avoid sed -i because it's not portable
      
      * accounts/usbwallet/internal/trezor: fix go generate warnings
      5c2f1e00
  14. Jan 05, 2018
    • Russ Cox's avatar
      dashboard: use balanced trees to include binary data (#15813) · a139041d
      Russ Cox authored
      * go-ethereum/dashboard: update assets.go
      
      Use current rsc/go-bindata instead of jteeuwen/go-bindata, to get
      balanced tree in very long string concatenations.
      This works around problems in current Go distributions.
      
      For golang/go#23222.
      
      * dashboard: run last two go:generate steps for linter
      a139041d
  15. Jan 04, 2018
Loading