1. 16 1月, 2019 3 次提交
  2. 07 1月, 2019 1 次提交
  3. 04 1月, 2019 2 次提交
  4. 24 12月, 2018 1 次提交
  5. 11 12月, 2018 4 次提交
  6. 10 12月, 2018 4 次提交
  7. 04 12月, 2018 1 次提交
  8. 03 12月, 2018 2 次提交
  9. 30 11月, 2018 1 次提交
  10. 29 11月, 2018 2 次提交
  11. 27 11月, 2018 1 次提交
  12. 26 11月, 2018 1 次提交
  13. 23 11月, 2018 1 次提交
    • F
      cmd/swarm: FUSE do not require --ipcpath (#18112) · 76f5f662
      Ferenc Szabo 提交于
      - Have `${DataDir}/bzzd.ipc` as IPC path default.
      - Respect the `--datadir` flag.
      - Keep only the global `--ipcpath` flag and drop the local `--ipcpath` flag
        as flags might overwrite each other. (Note: before global `--ipcpath`
        was ignored even if it was set)
      
      fixes ethersphere#795
      76f5f662
  14. 19 11月, 2018 2 次提交
  15. 15 11月, 2018 1 次提交
  16. 14 11月, 2018 1 次提交
  17. 12 11月, 2018 1 次提交
  18. 09 11月, 2018 1 次提交
  19. 08 11月, 2018 1 次提交
  20. 04 11月, 2018 1 次提交
  21. 29 10月, 2018 1 次提交
  22. 26 10月, 2018 1 次提交
    • J
      cmd/clef: replace password arg with prompt (#17897) · 80d39077
      Johns Beharry 提交于
      * cmd/clef: replace password arg with prompt (#17829)
      
      Entering passwords on the command line is not secure as it is easy to recover from bash_history or the process table.
      1. The clef command addpw was renamed to setpw to better describe the functionality
      2. The <password> argument was removed and replaced with an interactive prompt
      
      * cmd/clef: remove undeclared variable
      80d39077
  23. 23 10月, 2018 1 次提交
    • M
      core/vm: adds refund as part of the json standard trace (#17910) · 4c0883e2
      Martin Holst Swende 提交于
      This adds the global accumulated refund counter to the standard
      json output as a numeric json value. Previously this was not very
      interesting since it was not used much, but with the new sstore
      gas changes the value is a lot more interesting from a consensus
      investigation perspective.
      4c0883e2
  24. 19 10月, 2018 1 次提交
  25. 16 10月, 2018 2 次提交
  26. 12 10月, 2018 2 次提交