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
Loading