good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 08, 2018
  2. Feb 06, 2018
  3. Feb 05, 2018
  4. Feb 03, 2018
  5. Feb 02, 2018
  6. Feb 01, 2018
  7. Jan 31, 2018
  8. Jan 30, 2018
  9. Jan 29, 2018
  10. 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
  11. Jan 25, 2018
  12. Jan 24, 2018
  13. 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
Loading