aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/chequebook
Commit message (Expand)AuthorAgeFilesLines
* contracts/chequebook: increase interval between auto deposits (#16178)Anton Evangelatov2018-02-261-2/+2
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-242-9/+148
* all: update generated code (#15808)Felix Lange2018-01-087-328/+41
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
* contracts/chequebook: update for latest Solidity (#15425)Alex Beregszaszi2017-11-101-10/+9
* contracts/chequebook: fix two contract issues (#15086)Derek Chiang2017-09-251-2/+3
* contracts/chequebook: fix race in test (#15058)Benoit Verkindt2017-09-081-19/+19
* contracts: fix megacheck errors (#14916)Egon Elbre2017-08-092-11/+7
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-122-51/+7
* core: refactor genesis handlingFelix Lange2017-03-231-5/+5
* 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-282-4/+4
|/
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-12/+11
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-11/+14
* 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/contract: fix possible reentrancy bug in chequebook.solDaniel A. Nagy2016-08-314-39/+10
* contracts/chequebook: add chequebook contract wrapperViktor Trón2016-08-297-0/+1930