1. 06 9月, 2016 1 次提交
  2. 05 9月, 2016 3 次提交
  3. 02 9月, 2016 7 次提交
  4. 01 9月, 2016 4 次提交
  5. 31 8月, 2016 5 次提交
  6. 30 8月, 2016 6 次提交
  7. 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
  8. 27 8月, 2016 1 次提交
  9. 25 8月, 2016 3 次提交
  10. 24 8月, 2016 3 次提交
  11. 23 8月, 2016 5 次提交