1. 23 2月, 2018 1 次提交
  2. 15 2月, 2018 1 次提交
  3. 10 2月, 2018 1 次提交
    • G
      whisper: get wnode to work with v6 (#16051) · 5cf75a30
      Guillaume Ballet 提交于
      The bulk of the issue was to adapt to the new requirement
      that a v6 filter has to either contain a symmertric key or
      an asymmetric one.
      
      This commits revert one of the fixes that I made to remove
      a linter warning: unexporting NewSentMessage. This is not
      really a problem as I have a cleanup in the pipe that will
      solve this issue.
      5cf75a30
  4. 09 2月, 2018 2 次提交
  5. 06 2月, 2018 1 次提交
  6. 30 1月, 2018 1 次提交
  7. 26 1月, 2018 2 次提交
    • 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
  8. 12 1月, 2018 1 次提交
  9. 08 1月, 2018 1 次提交
  10. 03 1月, 2018 1 次提交
  11. 21 12月, 2017 2 次提交
  12. 13 12月, 2017 1 次提交
  13. 11 12月, 2017 1 次提交
  14. 08 12月, 2017 2 次提交
  15. 01 12月, 2017 1 次提交
  16. 11 11月, 2017 1 次提交
    • F
      build: enable unconvert linter (#15456) · 86f6568f
      ferhat elmas 提交于
      * build: enable unconvert linter
      
       - fixes #15453
       - update code base for failing cases
      
      * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
      86f6568f
  17. 04 11月, 2017 1 次提交