• Viktor Trón's avatar
    contracts/chequebook: add chequebook contract wrapper · 6c8b0232
    Viktor Trón authored
    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
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
_data Loading commit data...
accounts Loading commit data...
build Loading commit data...
cmd Loading commit data...
common Loading commit data...
compression/rle Loading commit data...
console Loading commit data...
containers Loading commit data...
contracts/chequebook Loading commit data...
core Loading commit data...
crypto Loading commit data...
errs Loading commit data...
eth Loading commit data...
ethclient Loading commit data...
ethdb Loading commit data...
event Loading commit data...
generators Loading commit data...
internal Loading commit data...
light Loading commit data...
logger Loading commit data...
metrics Loading commit data...
miner Loading commit data...
node Loading commit data...
p2p Loading commit data...
params Loading commit data...
pow Loading commit data...
release Loading commit data...
rlp Loading commit data...
rpc Loading commit data...
tests Loading commit data...
trie Loading commit data...
whisper Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...
circle.yml Loading commit data...
interfaces.go Loading commit data...