1. 16 9月, 2016 1 次提交
    • F
      p2p/nat: delay auto discovery until first use · f5c432bc
      Felix Lange 提交于
      Port mapper auto discovery used to run immediately after parsing the
      --nat flag, giving it a slight performance boost. But this is becoming
      inconvenient because we create node.Node for all geth operations
      including account management and bare chain interaction. Delay
      autodiscovery until the first use instead, which avoids any network
      interaction until the node is actually started.
      f5c432bc
  2. 15 9月, 2016 3 次提交
  3. 12 9月, 2016 2 次提交
  4. 09 9月, 2016 1 次提交
  5. 08 9月, 2016 2 次提交
  6. 06 9月, 2016 2 次提交
  7. 05 9月, 2016 3 次提交
  8. 02 9月, 2016 7 次提交
  9. 01 9月, 2016 5 次提交
  10. 31 8月, 2016 5 次提交
  11. 30 8月, 2016 6 次提交
  12. 29 8月, 2016 2 次提交
    • F
      Merge pull request #2956 from fjl/chequebook · 3b087e03
      Felix Lange 提交于
      contracts/chequebook: add chequebook contract wrapper
      3b087e03
    • V
      contracts/chequebook: add chequebook contract wrapper · 6c8b0232
      Viktor Trón 提交于
      The wrapper code is adapted from the swarm/services/chequebook package
      with the following mostly cosmetic changes:
      
      * The code now uses the new Go API interfaces to query balances. Some
        minor functional changes were required to make this work.
      * The package no longer depends on swarm/services/swap/swap. References
        to swap.Promise are replaced by interface{}, the base type of Promise.
        This is temporary.
      * The contract wrapper has been regenerated with latest abigen
        and solc v0.3.6.
      * There is a new generator that creates the 'deployed code' variable.
      * Documentation comments now follow the recommended godoc style.
      * [CHEQUEBOOK] log prefixes are gone.
      * LGPL license headers have been added to all files.
      6c8b0232
  13. 27 8月, 2016 1 次提交