| Commit message (Expand) | Author | Age | Files | Lines |
* | accounts/abi/bind: support closing a simulated backend | Péter Szilágyi | 2019-07-31 | 1 | -1/+4 |
* | cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19... | Christian Muehlhaeuser | 2019-07-22 | 1 | -2/+2 |
* | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 2 | -2/+2 |
* | accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) | gary rong | 2019-07-04 | 1 | -3/+2 |
* | all: on-chain oracle checkpoint syncing (#19543) | gary rong | 2019-06-28 | 4 | -0/+1013 |
* | swarm: code cleanup, move to ethersphere/swarm (#19661) | Rafael Matias | 2019-06-04 | 24 | -7628/+0 |
* | contracts/ens: revert bmt to keccak256 (#19323) | Elad | 2019-03-27 | 2 | -6/+6 |
* | contracts, swarm: implement EIP-1577 (#19285) | Elad | 2019-03-20 | 16 | -433/+3278 |
* | contracts/chequebook: polishes and naked return removals | Péter Szilágyi | 2019-02-07 | 1 | -110/+111 |
* | contracts/*: golint updates for this or self warning | Kiel barry | 2019-02-07 | 5 | -208/+193 |
* | contracts/ens: expose Add and SetAddr in ENS (#17661) | Javier Peletier | 2018-09-29 | 2 | -4/+53 |
* | backends: configurable gas limit to allow testing large contracts (#17358) | Jeff Prestes | 2018-08-15 | 3 | -3/+3 |
* | all: library changes for swarm-network-rewrite (#16898) | Elad | 2018-06-14 | 2 | -4/+4 |
* | contracts/chequebook: increase interval between auto deposits (#16178) | Anton Evangelatov | 2018-02-26 | 1 | -2/+2 |
* | accounts/abi/bind: support event filtering in abigen | Péter Szilágyi | 2018-01-24 | 9 | -1254/+1578 |
* | all: update generated code (#15808) | Felix Lange | 2018-01-08 | 19 | -1231/+1162 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 3 | -6/+5 |
* | contracts/release: do not print error log if les backend has no peers | Zsolt Felfoldi | 2017-12-18 | 1 | -1/+1 |
* | all: fix code comment typos (#15547) | Ricardo Domingos | 2017-11-24 | 1 | -1/+1 |
* | contracts/chequebook: update for latest Solidity (#15425) | Alex Beregszaszi | 2017-11-10 | 1 | -10/+9 |
* | contracts/chequebook: fix two contract issues (#15086) | Derek Chiang | 2017-09-25 | 1 | -2/+3 |
* | contracts/chequebook: fix race in test (#15058) | Benoit Verkindt | 2017-09-08 | 1 | -19/+19 |
* | contracts: fix megacheck errors (#14916) | Egon Elbre | 2017-08-09 | 2 | -11/+7 |
* | cmd/swarm: Support using Mainnet for resolving ENS names | Lewis Marshall | 2017-06-26 | 1 | -0/+5 |
* | rlp, trie, contracts, compression, consensus: improve comments (#14580) | S. Matthew English | 2017-06-12 | 5 | -56/+12 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 3 | -9/+9 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 2 | -37/+39 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 2 | -20/+25 |
|\ |
|
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 2 | -20/+25 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 2 | -4/+4 |
|/ |
|
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 2 | -22/+20 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 2 | -12/+15 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 2 | -4/+4 |
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -1/+1 |
* | cmd, eth: added light client and light server modes | zsfelfoldi | 2016-11-09 | 1 | -3/+13 |
* | Merge pull request #2972 from Arachnid/ens | Felix Lange | 2016-09-01 | 2 | -5/+26 |
|\ |
|
| * | contracts/ens: Replace setOwner with setSubnodeOwner in accordance with EIP137 | Nick Johnson | 2016-09-01 | 2 | -5/+26 |
* | | swarm: plan bee for content storage and distribution on web3 | ΞTHΞЯSPHΞЯΞ | 2016-08-31 | 1 | -4/+3 |
|/ |
|
* | Merge pull request #2962 from fjl/release-move | Felix Lange | 2016-08-31 | 4 | -0/+1207 |
|\ |
|
| * | contracts/release: move package release to contracts/ | Felix Lange | 2016-08-30 | 4 | -0/+1207 |
* | | Merge pull request #2963 from fjl/ens-solc-0.3.6 | Felix Lange | 2016-08-31 | 3 | -12/+12 |
|\ \ |
|
| * | | contracts/ens: regenerate binding with solc v0.3.6 | Felix Lange | 2016-08-30 | 3 | -12/+12 |
| |/ |
|
* / | contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol | Daniel A. Nagy | 2016-08-31 | 4 | -39/+10 |
|/ |
|
* | Merge pull request #2952 from Arachnid/ens | Felix Lange | 2016-08-30 | 5 | -0/+1391 |
|\ |
|
| * | contracts/ens: Add ENS contract binding | Nick Johnson | 2016-08-30 | 5 | -0/+1391 |
* | contracts/chequebook: add chequebook contract wrapper | Viktor Trón | 2016-08-29 | 7 | -0/+1930 |