1. 02 2月, 2018 1 次提交
  2. 01 2月, 2018 1 次提交
  3. 31 1月, 2018 6 次提交
  4. 30 1月, 2018 1 次提交
  5. 29 1月, 2018 2 次提交
  6. 27 1月, 2018 2 次提交
  7. 26 1月, 2018 3 次提交
    • G
      whisper: remove linter warnings (#15972) · 367c329b
      Guillaume Ballet 提交于
      * 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
    • B
      whisper: fix empty topic (#15811) · 2ef3815a
      b00ris 提交于
      * whisper: fix empty topic
      
      * whisper: add check to matchSingleTopic
      
      * whisper: add tests
      
      * whisper: fix gosimple
      
      * whisper: added lastTopicByte const
      2ef3815a
    • M
      accounts: fix comment typo (#15977) · 4dd0727c
      Miguel Mota 提交于
      4dd0727c
  8. 25 1月, 2018 2 次提交
  9. 24 1月, 2018 4 次提交
  10. 23 1月, 2018 5 次提交
  11. 22 1月, 2018 3 次提交
  12. 17 1月, 2018 1 次提交
  13. 16 1月, 2018 2 次提交
  14. 15 1月, 2018 4 次提交
  15. 13 1月, 2018 1 次提交
  16. 12 1月, 2018 2 次提交