aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/chequebook/cheque.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-8/+8
* contracts/*: golint updates for this or self warningKiel barry2019-02-191-140/+140
* all: update generated code (#15808)Felix Lange2018-01-081-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
* contracts: fix megacheck errors (#14916)Egon Elbre2017-08-091-7/+4
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-8/+7
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-281-12/+16
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-12/+16
* | all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-3/+3
|/
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-12/+11
* all: fix spelling errorsPéter Szilágyi2017-01-071-2/+2
* swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-311-4/+3
* contracts/chequebook: add chequebook contract wrapperViktor Trón2016-08-291-0/+643