| Commit message (Expand) | Author | Age | Files | Lines |
* | dex: increase TX queue size | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | core: tx_pool: remove transactions on BlockConfirmed event | Wei-Ning Huang | 2019-06-12 | 5 | -42/+55 |
* | vendor: sync consensus core and fix conflic | Jimmy Hu | 2019-06-12 | 6 | -44/+69 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2019-06-12 | 12 | -52/+177 |
* | dex: add block gas limit into governance | Wei-Ning Huang | 2019-06-12 | 6 | -13/+52 |
* | test: add testkey | Wei-Ning Huang | 2019-06-12 | 1 | -0/+1 |
* | app: refactor prepare logic | Bojie Wu | 2019-06-12 | 1 | -11/+17 |
* | misc: ignore files in test | Jimmy Hu | 2019-06-12 | 1 | -0/+4 |
* | app: using lock correctly to use map safely | Bojie Wu | 2019-06-12 | 2 | -119/+163 |
* | cmd: monkey: create random accounts to simulate network traffic | Wei-Ning Huang | 2019-06-12 | 1 | -34/+96 |
* | app: fix concurrent map read write issue and accept fail transaction when rou... | Bojie Wu | 2019-06-12 | 1 | -1/+7 |
* | core: fix blockReward serialization | Wei-Ning Huang | 2019-06-12 | 4 | -39/+30 |
* | app: fix nil pointer issue | Bojie Wu | 2019-06-12 | 1 | -4/+6 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2019-06-12 | 13 | -151/+463 |
* | app: add cache mechanism to increase performance | Bojie Wu | 2019-06-12 | 6 | -256/+203 |
* | app: add mutex to prevent concurrent read write map | Bojie Wu | 2019-06-12 | 1 | -0/+3 |
* | core: set correct balance for governance contract | Wei-Ning Huang | 2019-06-12 | 3 | -6/+7 |
* | test: add genesis balance | Wei-Ning Huang | 2019-06-12 | 1 | -1/+5 |
* | dex: update default network ID | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | dex: fix types changes in consensus core | Sonic | 2019-06-12 | 1 | -10/+9 |
* | dex: return round in get block rpc output | Wei-Ning Huang | 2019-06-12 | 3 | -4/+6 |
* | app: fix concurrent read write issue with map | Bojie Wu | 2019-06-12 | 1 | -0/+6 |
* | dex: remove uneeded info from block header | Wei-Ning Huang | 2019-06-12 | 5 | -106/+93 |
* | core: types: fix header marshal json | Sonic | 2019-06-12 | 2 | -34/+72 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2019-06-12 | 17 | -214/+200 |
* | app: fix bug when prepare transaction | Bojie Wu | 2019-06-12 | 1 | -2/+7 |
* | dex: fix test | Sonic | 2019-06-12 | 1 | -1/+1 |
* | Rename geth -> gdex and fix Dockerfile | Wei-Ning Huang | 2019-06-12 | 31 | -273/+273 |
* | cmd: add a simple monkey tool for stress test | Wei-Ning Huang | 2019-06-12 | 2 | -1/+94 |
* | vendor: sync consensus core | Wei-Ning Huang | 2019-06-12 | 4 | -47/+43 |
* | app: correct process pending block logic | Bojie Wu | 2019-06-12 | 7 | -174/+183 |
* | dex: fix missing randomness assignment | Wei-Ning Huang | 2019-06-12 | 2 | -2/+3 |
* | test: add script for syncing consensus core | Wei-Ning Huang | 2019-06-12 | 1 | -0/+3 |
* | vendor: use govendor to import dexon-consensus-core | Wei-Ning Huang | 2019-06-12 | 167 | -3/+349011 |
* | dex: fix DKG round switching | Wei-Ning Huang | 2019-06-12 | 3 | -10/+22 |
* | dex: prevent broadcasting agreement and randomness indefinitely | Wei-Ning Huang | 2019-06-12 | 1 | -2/+6 |
* | dex: fix round switching and initialize dMoment correctly | Wei-Ning Huang | 2019-06-12 | 3 | -4/+12 |
* | dex: misc fixes | Wei-Ning Huang | 2019-06-12 | 3 | -11/+20 |
* | app: check nonce and balance in prepare payload | Bojie Wu | 2019-06-12 | 3 | -25/+114 |
* | geth: add propose flag to enable/disable proposing | Sonic | 2019-06-12 | 4 | -0/+33 |
* | core: included Dexcon metadata in block | Wei-Ning Huang | 2019-06-12 | 3 | -7/+16 |
* | Remove reference of Rinkeby and Goerli network. | Wei-Ning Huang | 2019-06-12 | 11 | -166/+5 |
* | core: populate genesisAlloc in source code with DEXON genesis data | Wei-Ning Huang | 2019-06-12 | 6 | -32/+87 |
* | dex: no need to rlp encode/decode now, consensus supports it | Sonic | 2019-06-12 | 4 | -41/+31 |
* | dex: use RLP to encode contract payload data | Wei-Ning Huang | 2019-06-12 | 2 | -12/+12 |
* | dex: fix public key conversion | Wei-Ning Huang | 2019-06-12 | 1 | -6/+2 |
* | dex: fix DKGMasterPublicKey and DKGComplaints unmarshal | Wei-Ning Huang | 2019-06-12 | 1 | -3/+2 |
* | dex: pass logger object to consensus core | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | test: update run_test.sh | Wei-Ning Huang | 2019-06-12 | 2 | -2/+8 |
* | app: implement verify block logic | Bojie Wu | 2019-06-12 | 3 | -23/+246 |
* | test: update test configuration | Wei-Ning Huang | 2019-06-12 | 1 | -2/+2 |
* | consensus: dexcon: fetch config from state | Wei-Ning Huang | 2019-06-12 | 7 | -41/+51 |
* | core: vm: add blockReward to governance | Wei-Ning Huang | 2019-06-12 | 5 | -23/+58 |
* | dex: fix public key parsing due to changes in consensus core | Wei-Ning Huang | 2019-06-12 | 8 | -26/+29 |
* | core: set governance owner in genesis | Wei-Ning Huang | 2019-06-12 | 4 | -15/+27 |
* | params: load blockReward from genesis JSON file | Wei-Ning Huang | 2019-06-12 | 5 | -3/+114 |
* | app: fixup message format | Wei-Ning Huang | 2019-06-12 | 2 | -11/+11 |
* | app: implement new insert blocks logic | Bojie Wu | 2019-06-12 | 5 | -166/+314 |
* | test: create account storage for governance contract | Wei-Ning Huang | 2019-06-12 | 2 | -1/+6 |
* | core/dex: fix governance contract implementation | Wei-Ning Huang | 2019-06-12 | 2 | -27/+21 |
* | core: vm: implement RAND opcode support | Wei-Ning Huang | 2019-06-12 | 10 | -0/+46 |
* | dex: add initial block to Run | Jimmy Hu | 2019-06-12 | 1 | -1/+3 |
* | dex: polish network related function | Sonic | 2019-06-12 | 4 | -103/+211 |
* | dex: let notary nodes connect to some dkg nodes | Sonic | 2019-06-12 | 4 | -185/+204 |
* | params: update seed node ip | Wei-Ning Huang | 2019-06-12 | 1 | -2/+2 |
* | dex/core: misc bug fixes | Wei-Ning Huang | 2019-06-12 | 9 | -10/+27 |
* | dex: register ethereum APIs | Wei-Ning Huang | 2019-06-12 | 3 | -1/+1036 |
* | dex: implement peerSetLoop | Sonic | 2019-06-12 | 6 | -11/+74 |
* | app: fix log message | Bojie Wu | 2019-06-12 | 1 | -8/+8 |
* | hack: temp fix for running tests | Wei-Ning Huang | 2019-06-12 | 2 | -8/+5 |
* | test: update genesis and keypairs | Wei-Ning Huang | 2019-06-12 | 11 | -33/+43 |
* | app: correct dexon application logic | Bojie Wu | 2019-06-12 | 3 | -129/+88 |
* | core: fix nil map initialization | Wei-Ning Huang | 2019-06-12 | 2 | -1/+9 |
* | dex: gov: using dex-consensus-core NodeSetCache | Sonic | 2019-06-12 | 5 | -64/+71 |
* | app: init map | Bojie Wu | 2019-06-12 | 1 | -15/+17 |
* | core: setup stake in order so genesis block is deterministic | Wei-Ning Huang | 2019-06-12 | 2 | -2/+27 |
* | dex: add subprotocols | Sonic | 2019-06-12 | 1 | -1/+1 |
* | test: add a simple test script to launch 7 local nodes | Wei-Ning Huang | 2019-06-12 | 1 | -0/+17 |
* | test: fix genesis.json | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | dex: run consensus core on Start | Wei-Ning Huang | 2019-06-12 | 2 | -2/+3 |
* | core: vm: modify dkg threshold | Jimmy Hu | 2019-06-12 | 1 | -1/+1 |
* | test: remove uneeded nodeky | Wei-Ning Huang | 2019-06-12 | 1 | -1/+0 |
* | app: add default block reward | Bojie Wu | 2019-06-12 | 3 | -5/+6 |
* | dex: set tmp dMoment for testing | Wei-Ning Huang | 2019-06-12 | 1 | -1/+2 |
* | test: add 3 more test node data | Wei-Ning Huang | 2019-06-12 | 5 | -2/+21 |
* | params: update bootnode info | Wei-Ning Huang | 2019-06-12 | 2 | -10/+3 |
* | dex: fix flaky test | Sonic | 2019-06-12 | 1 | -0/+12 |
* | dex: add self node meta after Start | Sonic | 2019-06-12 | 5 | -6/+51 |
* | dex: add method to get NumChains, NotarySet, DKGSet easily | Sonic | 2019-06-12 | 6 | -43/+80 |
* | dex: move dexcon blockdb into datadir | Wei-Ning Huang | 2019-06-12 | 3 | -6/+8 |
* | core: vm: add GovernanceStateHelper test | Wei-Ning Huang | 2019-06-12 | 2 | -0/+98 |
* | vendor: add github.com/stretchr/testify/suite | Wei-Ning Huang | 2019-06-12 | 4 | -1/+254 |
* | test: update geneiss config | Wei-Ning Huang | 2019-06-12 | 1 | -4/+4 |
* | dex: interface update | Wei-Ning Huang | 2019-06-12 | 1 | -1/+3 |
* | test: add test genesis and node keys | Wei-Ning Huang | 2019-06-12 | 5 | -8/+11 |
* | app: calculate block reward according to chain num | Bojie Wu | 2019-06-12 | 2 | -14/+14 |
* | app: pass chain config instead of nil | Bojie Wu | 2019-06-12 | 1 | -3/+6 |
* | dex: network: implement the network interface | Sonic | 2019-06-12 | 10 | -59/+1025 |
* | core: populate genesis CRS in genesis state | Wei-Ning Huang | 2019-06-12 | 3 | -1/+9 |
* | misc: add testing nodeKey and genesis.json | Wei-Ning Huang | 2019-06-12 | 3 | -1/+52 |
* | dex: bug fix to allow running geth without crashing | Wei-Ning Huang | 2019-06-12 | 5 | -54/+51 |
* | dex: implement sendTx related governance methods | Wei-Ning Huang | 2019-06-12 | 3 | -6/+133 |
* | node: change default datadir folder name to dexon | Wei-Ning Huang | 2019-06-12 | 1 | -3/+3 |
* | dex: pass p2p nodeKey to Dexon instance | Wei-Ning Huang | 2019-06-12 | 6 | -15/+25 |
* | app: modify for new interface method | Bojie Wu | 2019-06-12 | 1 | -19/+33 |
* | core: vm: validate if mpk, complaint, finalize is in DKG set | Wei-Ning Huang | 2019-06-12 | 1 | -36/+62 |
* | core: vm: allow other people to stake for a node | Wei-Ning Huang | 2019-06-12 | 1 | -6/+0 |
* | dex: implement some governance interface functions | Wei-Ning Huang | 2019-06-12 | 6 | -236/+441 |
* | dex: governance: implement governance interface | Wei-Ning Huang | 2019-06-12 | 5 | -27/+61 |
* | app: implement new interface method | Bojie Wu | 2019-06-12 | 2 | -27/+160 |
* | dex: add api_backend.go and it's dependencies | Wei-Ning Huang | 2019-06-12 | 6 | -2/+566 |
* | dex: update application interface | Wei-Ning Huang | 2019-06-12 | 1 | -20/+27 |
* | app: correct validation logic | Bojie Wu | 2019-06-12 | 1 | -4/+10 |
* | core: populate dexon configuration in SetupGenesisBlock | Wei-Ning Huang | 2019-06-12 | 3 | -35/+52 |
* | dex: implement dexon application interface | Bojie Wu | 2019-06-12 | 5 | -18/+295 |
* | core: add stake and public key to genesis account info | Wei-Ning Huang | 2019-06-12 | 4 | -46/+95 |
* | core: vm: check pk ownership in stake() | Wei-Ning Huang | 2019-06-12 | 1 | -1/+12 |
* | core: vm: expose nodes as public | Wei-Ning Huang | 2019-06-12 | 1 | -14/+52 |
* | core: vm: add eventlog for governance contract | Wei-Ning Huang | 2019-06-12 | 1 | -41/+98 |
* | dex: remove DAO related code | Sonic | 2019-06-12 | 2 | -62/+2 |
* | core: vm: refactor and add DKGFinalizeds related implementations | Wei-Ning Huang | 2019-06-12 | 3 | -98/+313 |
* | dex: redesign p2p network topology | Sonic | 2019-06-12 | 21 | -656/+2423 |
* | core: vm: implement the rest of governance contract methods | Wei-Ning Huang | 2019-06-12 | 4 | -136/+291 |
* | core: vm: check if caller already staked when adding dkg mpk | Jimmy Hu | 2019-06-12 | 1 | -0/+7 |
* | core: vm: fix bug and add gas usage | Wei-Ning Huang | 2019-06-12 | 2 | -22/+55 |
* | core: vm: finish implementing state helper | Wei-Ning Huang | 2019-06-12 | 1 | -23/+206 |
* | core: vm: update governance contract ABI | Wei-Ning Huang | 2019-06-12 | 1 | -9/+75 |
* | core: vm: implement governance contract methods | Wei-Ning Huang | 2019-06-12 | 1 | -51/+218 |
* | core: vm: add governance contract skeleton | Wei-Ning Huang | 2019-06-12 | 3 | -7/+502 |
* | dex: update consensus core interface | Wei-Ning Huang | 2019-06-12 | 4 | -36/+38 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 779 | -3145/+3145 |
* | Use dex.Config instead of eth.Config | Wei-Ning Huang | 2019-06-12 | 7 | -126/+37 |
* | dex: implement notary node info propagation and management mechanism | Sonic | 2019-06-12 | 3 | -16/+183 |
* | dex: implement notarySet for keeping notary set info | Sonic | 2019-06-12 | 1 | -0/+203 |
* | dex: introduce dex64 and remove eth62, eth63 | Sonic | 2019-06-12 | 3 | -18/+37 |
* | dex: let peer able to send notary node info | Sonic | 2019-06-12 | 1 | -3/+41 |
* | dex: let peerSet able to manage notary peers | Sonic | 2019-06-12 | 1 | -1/+64 |
* | p2p: implement AddNotaryPeer and RemoveNotaryPeer | Sonic | 2019-06-12 | 3 | -5/+184 |
* | dex: fix use of internal package not allowed | Sonic | 2019-06-12 | 1 | -1/+1 |
* | Change package name from eth to dex | Sonic | 2019-06-12 | 8 | -8/+8 |
* | Copy codebase from eth | Sonic | 2019-06-12 | 8 | -0/+2407 |
* | dex: update interface and use static bls lib | Wei-Ning Huang | 2019-06-12 | 14 | -385/+99 |
* | dex: make geth buildable and update interface skeleton | Wei-Ning Huang | 2019-06-12 | 19 | -10/+1496 |
* | Add udpated governance interface and app interface | Wei-Ning Huang | 2019-06-12 | 2 | -2/+34 |
* | Add dex package | Wei-Ning Huang | 2019-06-12 | 2 | -0/+80 |
* | Update testchain config and add test bootnode key | Wei-Ning Huang | 2019-06-12 | 3 | -10/+8 |
* | Add initial DEXON consensus engine implementation skeleton | Wei-Ning Huang | 2019-06-12 | 5 | -3/+178 |
* | Merge pull request #19473 from karalabe/geth-1.8.27v1.8.27 | Péter Szilágyi | 2019-04-17 | 13 | -117/+214 |
|\ |
|
| * | params, swarm: release Geth v1.8.27 (noop Swarm v0.3.15) | Péter Szilágyi | 2019-04-17 | 2 | -2/+2 |
| * | eth, les, light: enforce CHT checkpoints on fast-sync too | Péter Szilágyi | 2019-04-17 | 11 | -115/+212 |
|/ |
|
* | Merge pull request #19437 from zsfelfoldi/fix-sendtxv1.8.26 | Péter Szilágyi | 2019-04-10 | 6 | -12/+72 |
|\ |
|
| * | params, swarm: release Geth v1.8.26 (+noop Swarm v0.3.14) | Péter Szilágyi | 2019-04-10 | 2 | -2/+2 |
| * | les: check required message types in cost table | Zsolt Felfoldi | 2019-04-10 | 2 | -4/+30 |
| * | les: backported new SendTx cost calculation | Zsolt Felfoldi | 2019-04-10 | 3 | -8/+42 |
|/ |
|
* | Merge pull request #19416 from jmcnevin/cli-fixv1.8.25 | Péter Szilágyi | 2019-04-09 | 3 | -2/+4 |
|\ |
|
| * | params, swarm: hotfix Geth v1.8.25 release to restore rpc flags | Péter Szilágyi | 2019-04-09 | 2 | -2/+2 |
| * | cmd/geth: fix accidental --rpccorsdomain and --rpcvhosts removal | Jeremy McNevin | 2019-04-09 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #19370 from karalabe/geth-1.8.24v1.8.24 | Péter Szilágyi | 2019-04-08 | 43 | -172/+536 |
|\ |
|
| * | params, swarm: release Geth v1.8.24 (noop Swarm 0.3.12) | Péter Szilágyi | 2019-04-08 | 2 | -2/+2 |
| * | eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) | Martin Holst Swende | 2019-04-08 | 8 | -8/+36 |
| * | p2p/discover: bump failure counter only if no nodes were provided (#19362) | Felix Lange | 2019-04-08 | 1 | -1/+1 |
| * | params: set Rinkeby Petersburg fork block (4th May, 2019) | Péter Szilágyi | 2019-04-08 | 1 | -1/+1 |
| * | core: minor code polishes + rebase fixes | Péter Szilágyi | 2019-04-08 | 2 | -41/+54 |
| * | core: re-omit new log event when logs rebirth | rjl493456442 | 2019-04-08 | 2 | -9/+224 |
| * | travis: update builders to xenial to shadow Go releases | Péter Szilágyi | 2019-04-08 | 1 | -8/+8 |
| * | all: simplify timestamps to uint64 (#19372) | Martin Holst Swende | 2019-04-08 | 24 | -93/+89 |
| * | trie: there's no point in retrieving the metaroot | Péter Szilágyi | 2019-04-08 | 2 | -0/+38 |
| * | common/fdlimit: fix macos file descriptors for Go 1.12 | Péter Szilágyi | 2019-04-02 | 3 | -1/+73 |
| * | light, params: update CHTs, integrate CHT for Goerli too | Péter Szilágyi | 2019-04-02 | 2 | -16/+18 |
|/ |
|
* | Merge pull request #19029 from holiman/update1.8v1.8.23 | Péter Szilágyi | 2019-02-20 | 394 | -16930/+92421 |
|\ |
|
| * | params, swarm: release Geth v1.8.23, Swarm v0.3.11 | Péter Szilágyi | 2019-02-20 | 2 | -2/+2 |
| * | cmd/utils: allow for multiple influxdb tags (#18520) | Anton Evangelatov | 2019-02-20 | 6 | -42/+121 |
| * | swarm/metrics: Send the accounting registry to InfluxDB (#18470) | Jerzy Lasyk | 2019-02-20 | 4 | -43/+50 |
| * | swarm: Reinstate Pss Protocol add call through swarm service (#19117) | lash | 2019-02-19 | 1 | -51/+56 |
| * | contracts/*: golint updates for this or self warning | Kiel barry | 2019-02-19 | 6 | -209/+194 |
| * | cmd/swarm/swarm-smoke: Trigger chunk debug on timeout (#19101) | holisticode | 2019-02-19 | 2 | -10/+86 |
| * | p2p, swarm: fix node up races by granular locking (#18976) | Ferenc Szabo | 2019-02-19 | 12 | -123/+323 |
| * | swarm/pss: refactoring (#19110) | gluk256 | 2019-02-19 | 3 | -256/+293 |
| * | swarm/storage/netstore: add fetcher cancellation on shutdown (#19049) | Elad | 2019-02-19 | 3 | -120/+144 |
| * | swarm/network: Saturation check for healthy networks (#19071) | holisticode | 2019-02-19 | 4 | -29/+179 |
| * | swarm/storage: fix influxdb gc metrics report (#19102) | Elad | 2019-02-19 | 1 | -5/+3 |
| * | swarm: fix network/stream data races (#19051) | Janoš Guljaš | 2019-02-19 | 14 | -197/+274 |
| * | swarm: fix uptime gauge update goroutine leak by introducing cleanup function... | Elad | 2019-02-19 | 1 | -21/+32 |
| * | swarm/storage: fix HashExplore concurrency bug ethersphere#1211 (#19028) | holisticode | 2019-02-19 | 1 | -9/+17 |
| * | swarm/pss: mutex lifecycle fixed (#19045) | gluk256 | 2019-02-19 | 1 | -4/+7 |
| * | swarm/docker: add global-store and split docker images (#19038) | Rafael Matias | 2019-02-19 | 1 | -6/+15 |
| * | cmd/swarm/global-store: global store cmd (#19014) | Janoš Guljaš | 2019-02-19 | 8 | -3/+476 |
| * | swarm: CI race detector test adjustments (#19017) | Ferenc Szabo | 2019-02-19 | 6 | -84/+60 |
| * | swarm/network: refactor simulation tests bootstrap (#18975) | Anton Evangelatov | 2019-02-19 | 9 | -247/+156 |
| * | swarm: GetPeerSubscriptions RPC (#18972) | holisticode | 2019-02-19 | 3 | -1/+257 |
| * | swarm/pss: transition to whisper v6 (#19023) | gluk256 | 2019-02-19 | 6 | -8/+8 |
| * | swarm/network, swarm/storage: Preserve opentracing contexts (#19022) | lash | 2019-02-19 | 10 | -107/+122 |
| * | swarm/network: fix data race in fetcher_test.go (#18469) | Ferenc Szabo | 2019-02-19 | 2 | -25/+25 |
| * | swarm/pss: Remove pss service leak in test (#18992) | lash | 2019-02-19 | 2 | -0/+11 |
| * | swarm/storage: fix test timeout with -race by increasing mget timeout | Ferenc Szabo | 2019-02-19 | 2 | -5/+3 |
| * | swarm/storage/localstore: new localstore package (#19015) | Janoš Guljaš | 2019-02-19 | 17 | -0/+4244 |
| * | swarm: Debug API and HasChunks() API endpoint (#18980) | holisticode | 2019-02-19 | 12 | -37/+145 |
| * | cmd/swarm/swarm-smoke: refactor generateEndpoints (#19006) | Anton Evangelatov | 2019-02-19 | 6 | -191/+214 |
| * | cmd/swarm/swarm-smoke: remove wrong metrics (#18970) | Anton Evangelatov | 2019-02-19 | 4 | -24/+4 |
| * | cmd/swarm/swarm-smoke: sliding window test (#18967) | Elad | 2019-02-19 | 6 | -298/+416 |
| * | cmd/swarm: hashes command (#19008) | holisticode | 2019-02-19 | 4 | -14/+71 |
| * | swarm/storage: Get all chunk references for a given file (#19002) | holisticode | 2019-02-19 | 2 | -0/+76 |
| * | swarm/network: Remove extra random peer, connect test sanity, comments (#18964) | lash | 2019-02-19 | 1 | -11/+49 |
| * | swarm: fix flaky delivery tests (#18971) | Janoš Guljaš | 2019-02-19 | 2 | -8/+1 |
| * | p2p/testing, swarm: remove unused testing.T in protocol tester (#18500) | Elad | 2019-02-19 | 7 | -39/+38 |
| * | swarm/version: commit version added (#18510) | gluk256 | 2019-02-19 | 3 | -3/+12 |
| * | swarm: fix a data race on startTime (#18511) | Janoš Guljaš | 2019-02-19 | 1 | -3/+3 |
| * | swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498) | Anton Evangelatov | 2019-02-19 | 16 | -90/+107 |
| * | cmd/swarm: use resetting timer to measure fetch time (#18474) | Anton Evangelatov | 2019-02-19 | 1 | -5/+3 |
| * | p2p/simulations: fix data race on swarm/network/simulations (#18464) | Elad | 2019-02-19 | 1 | -4/+15 |
| * | cmd/swarm/swarm-smoke: use ResettingTimer instead of Counters for times (#18479) | holisticode | 2019-02-19 | 1 | -5/+2 |
| * | cmd/swarm/swarm-snapshot: disable tests on windows (#18478) | Elad | 2019-02-19 | 1 | -0/+5 |
| * | Upload speed (#18442) | holisticode | 2019-02-19 | 2 | -0/+102 |
| * | swarm/network: fix data race warning on TestBzzHandshakeLightNode (#18459) | Elad | 2019-02-19 | 2 | -6/+13 |
| * | swarm/network: rewrite of peer suggestion engine, fix skipped tests (#18404) | Viktor Trón | 2019-02-19 | 3 | -667/+287 |
| * | cmd/swarm/swarm-snapshot: swarm snapshot generator (#18453) | Elad | 2019-02-19 | 6 | -76/+437 |
| * | swarm/network: fix data race in TestNetworkID test (#18460) | Janoš Guljaš | 2019-02-19 | 1 | -5/+4 |
| * | swarm/storage: fix mockNetFetcher data races (#18462) | Janoš Guljaš | 2019-02-19 | 1 | -0/+4 |
| * | build: explicitly force .xz compression (old debuild picks gzip) (#19118) | Péter Szilágyi | 2019-02-19 | 1 | -1/+1 |
| * | travis.yml: add launchpad SSH public key (#19115) | Péter Szilágyi | 2019-02-19 | 1 | -0/+1 |
| * | vendor: update bigcache | Martin Holst Swende | 2019-02-19 | 5 | -33/+73 |
| * | trie: fix error in node decoding (#19111) | Martin Holst Swende | 2019-02-19 | 2 | -0/+16 |
| * | vendor: pull in upstream syscall fixes for non-linux/arm64 | Péter Szilágyi | 2019-02-19 | 3 | -7/+18 |
| * | vendor: update syscalls dependency | Péter Szilágyi | 2019-02-19 | 249 | -14114/+83253 |
| * | common/fdlimit: fix windows build (#19068) | Felix Lange | 2019-02-19 | 1 | -4/+6 |
| * | build: avoid dput and upload with sftp directly (#19067) | Felix Lange | 2019-02-19 | 3 | -27/+53 |
| * | .travis.yml: fix upload destination (#19043) | Felix Lange | 2019-02-19 | 2 | -2/+2 |
| * | common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035) | Martin Holst Swende | 2019-02-19 | 5 | -13/+22 |
| * | build: use SFTP for launchpad uploads (#19037) | Felix Lange | 2019-02-19 | 4 | -21/+60 |
| * | cmd, core, params: add support for Goerli | Péter Szilágyi | 2019-02-19 | 7 | -3/+77 |
| * | core: fix pruner panic when importing low-diff-large-sidechain | Péter Szilágyi | 2019-02-10 | 3 | -86/+44 |
| * | core: repro #18977 | Martin Holst Swende | 2019-02-10 | 2 | -1/+104 |
| * | cmd/puppeth: handle pre-set Petersburg number, save changed fork rules | Péter Szilágyi | 2019-02-10 | 1 | -3/+7 |
| * | core: fix error in block iterator (#18986) | Martin Holst Swende | 2019-02-10 | 2 | -11/+3 |
| * | eth: make tracers respect pre- EIP 158/161 rule | Martin Holst Swende | 2019-02-10 | 1 | -4/+8 |
|/ |
|
* | params, swarm/version: Geth 1.8.22-stable, Swarm 0.3.10-stablev1.8.22 | Felix Lange | 2019-01-31 | 2 | -2/+2 |
* | p2p/discover: improve table addition code (#18974) | Felix Lange | 2019-01-31 | 4 | -62/+175 |
* | params: new CHTs (#18577) | Felföldi Zsolt | 2019-01-30 | 1 | -12/+12 |
* | p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963) | Felix Lange | 2019-01-30 | 8 | -332/+595 |
* | build: tweak debian source package build/upload options (#18962) | Felix Lange | 2019-01-30 | 1 | -2/+2 |
* | travis, appveyor: bump to Go 1.11.5 (#18947) | Samuel Marks | 2019-01-30 | 2 | -3/+3 |
* | core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) | Martin Holst Swende | 2019-01-30 | 11 | -65/+133 |
* | params, swarm: release Geth v1.8.21 and Swarm v0.3.9v1.8.21 | Péter Szilágyi | 2019-01-16 | 2 | -8/+8 |
* | Merge pull request #18454 from karalabe/postpone-constantinople | Péter Szilágyi | 2019-01-16 | 1 | -1/+1 |
|\ |
|
| * | params: postpone Constantinople due to net SSTORE reentrancy | Péter Szilágyi | 2019-01-16 | 1 | -1/+1 |
|/ |
|
* | accounts/abi: Add tests for reflection ahead of refactor (#18434) | Guillaume Ballet | 2019-01-15 | 1 | -0/+191 |
* | swarm/pot: each() functions refactored (#18452) | gluk256 | 2019-01-15 | 3 | -82/+58 |
* | swarm/pot: pot.remove fixed (#18431) | gluk256 | 2019-01-12 | 3 | -20/+86 |
* | Stream subscriptions (#18355) | holisticode | 2019-01-11 | 5 | -320/+234 |
* | core, eth: fix database version (#18429) | gary rong | 2019-01-11 | 3 | -10/+20 |