1. 10 Feb, 2018 2 commits
  2. 09 Feb, 2018 2 commits
  3. 08 Feb, 2018 4 commits
  4. 06 Feb, 2018 1 commit
  5. 05 Feb, 2018 6 commits
  6. 03 Feb, 2018 1 commit
  7. 02 Feb, 2018 3 commits
  8. 01 Feb, 2018 1 commit
  9. 31 Jan, 2018 1 commit
  10. 30 Jan, 2018 6 commits
  11. 29 Jan, 2018 2 commits
  12. 26 Jan, 2018 5 commits
    • 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
    • Felföldi Zsolt's avatar
      les: fix TxStatusMsg RLP coding (#15974) · 23bca0f3
      Felföldi Zsolt authored
      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
  13. 25 Jan, 2018 2 commits
  14. 24 Jan, 2018 3 commits
  15. 23 Jan, 2018 1 commit
    • 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