aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi/bind: support closing a simulated backendPéter Szilágyi2019-07-311-1/+4
* cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19...Christian Muehlhaeuser2019-07-221-2/+2
* all: update author list and licensesPéter Szilágyi2019-07-222-2/+2
* accounts, cmd, contracts, les: integrate clef for transaction signing (#19783)gary rong2019-07-041-3/+2
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-284-0/+1013
* swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-0424-7628/+0
* contracts/ens: revert bmt to keccak256 (#19323)Elad2019-03-272-6/+6
* contracts, swarm: implement EIP-1577 (#19285)Elad2019-03-2016-433/+3278
* contracts/chequebook: polishes and naked return removalsPéter Szilágyi2019-02-071-110/+111
* contracts/*: golint updates for this or self warningKiel barry2019-02-075-208/+193
* contracts/ens: expose Add and SetAddr in ENS (#17661)Javier Peletier2018-09-292-4/+53
* backends: configurable gas limit to allow testing large contracts (#17358)Jeff Prestes2018-08-153-3/+3
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-142-4/+4
* 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-249-1254/+1578
* all: update generated code (#15808)Felix Lange2018-01-0819-1231/+1162
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-033-6/+5
* contracts/release: do not print error log if les backend has no peersZsolt Felfoldi2017-12-181-1/+1
* all: fix code comment typos (#15547)Ricardo Domingos2017-11-241-1/+1
* 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
* cmd/swarm: Support using Mainnet for resolving ENS namesLewis Marshall2017-06-261-0/+5
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-125-56/+12
* core: refactor genesis handlingFelix Lange2017-03-233-9/+9
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-232-37/+39
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-282-20/+25
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-282-20/+25
* | 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-232-22/+20
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-092-12/+15
* all: fix spelling errorsPéter Szilágyi2017-01-072-4/+4
* all: update license informationFelix Lange2016-11-091-1/+1
* cmd, eth: added light client and light server modeszsfelfoldi2016-11-091-3/+13
* Merge pull request #2972 from Arachnid/ensFelix Lange2016-09-012-5/+26
|\
| * contracts/ens: Replace setOwner with setSubnodeOwner in accordance with EIP137Nick Johnson2016-09-012-5/+26
* | swarm: plan bee for content storage and distribution on web3ΞTHΞЯSPHΞЯΞ2016-08-311-4/+3
|/
* Merge pull request #2962 from fjl/release-moveFelix Lange2016-08-314-0/+1207
|\
| * contracts/release: move package release to contracts/Felix Lange2016-08-304-0/+1207
* | Merge pull request #2963 from fjl/ens-solc-0.3.6Felix Lange2016-08-313-12/+12
|\ \
| * | contracts/ens: regenerate binding with solc v0.3.6Felix Lange2016-08-303-12/+12
| |/
* / contracts/chequebook/contract: fix possible reentrancy bug in chequebook.solDaniel A. Nagy2016-08-314-39/+10
|/
* Merge pull request #2952 from Arachnid/ensFelix Lange2016-08-305-0/+1391
|\
| * contracts/ens: Add ENS contract bindingNick Johnson2016-08-305-0/+1391
* contracts/chequebook: add chequebook contract wrapperViktor Trón2016-08-297-0/+1930