| Commit message (Expand) | Author | Age | Files | Lines |
* | core: vm: governance: remove maxInterval | Wei-Ning Huang | 2018-12-19 | 8 | -83/+29 |
* | core: vm: add nodesLengh method for reading nodeSet size | Wei-Ning Huang | 2018-12-19 | 1 | -0/+20 |
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2018-12-19 | 101 | -423/+10200 |
* | vendor: sync to latest core | Jimmy Hu | 2018-12-19 | 6 | -59/+251 |
* | dex: implement PullBlocks/PullVotes (#1) | Jimmy Hu | 2018-12-19 | 6 | -2/+415 |
* | dex: minor refactor | Wei-Ning Huang | 2018-12-19 | 3 | -19/+24 |
* | app: add lock to prevent concurrent map read write | Bojie Wu | 2018-12-19 | 1 | -0/+3 |
* | dex: set blocktime to millisecond timestamp | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | dex: increase TX queue size | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | core: tx_pool: remove transactions on BlockConfirmed event | Wei-Ning Huang | 2018-12-19 | 5 | -42/+55 |
* | vendor: sync consensus core and fix conflic | Jimmy Hu | 2018-12-19 | 6 | -44/+69 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2018-12-19 | 12 | -52/+177 |
* | dex: add block gas limit into governance | Wei-Ning Huang | 2018-12-19 | 6 | -13/+52 |
* | test: add testkey | Wei-Ning Huang | 2018-12-19 | 1 | -0/+1 |
* | app: refactor prepare logic | Bojie Wu | 2018-12-19 | 1 | -11/+17 |
* | misc: ignore files in test | Jimmy Hu | 2018-12-19 | 1 | -0/+4 |
* | app: using lock correctly to use map safely | Bojie Wu | 2018-12-19 | 2 | -119/+163 |
* | cmd: monkey: create random accounts to simulate network traffic | Wei-Ning Huang | 2018-12-19 | 1 | -34/+96 |
* | app: fix concurrent map read write issue and accept fail transaction when rou... | Bojie Wu | 2018-12-19 | 1 | -1/+7 |
* | core: fix blockReward serialization | Wei-Ning Huang | 2018-12-19 | 4 | -39/+30 |
* | app: fix nil pointer issue | Bojie Wu | 2018-12-19 | 1 | -4/+6 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2018-12-19 | 13 | -151/+463 |
* | app: add cache mechanism to increase performance | Bojie Wu | 2018-12-19 | 6 | -253/+200 |
* | app: add mutex to prevent concurrent read write map | Bojie Wu | 2018-12-19 | 1 | -0/+3 |
* | core: set correct balance for governance contract | Wei-Ning Huang | 2018-12-19 | 3 | -6/+7 |
* | test: add genesis balance | Wei-Ning Huang | 2018-12-19 | 1 | -1/+5 |
* | dex: update default network ID | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | dex: fix types changes in consensus core | Sonic | 2018-12-19 | 1 | -10/+9 |
* | dex: return round in get block rpc output | Wei-Ning Huang | 2018-12-19 | 3 | -4/+6 |
* | app: fix concurrent read write issue with map | Bojie Wu | 2018-12-19 | 1 | -0/+6 |
* | dex: remove uneeded info from block header | Wei-Ning Huang | 2018-12-19 | 5 | -106/+93 |
* | core: types: fix header marshal json | Sonic | 2018-12-19 | 2 | -34/+72 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2018-12-19 | 17 | -214/+200 |
* | app: fix bug when prepare transaction | Bojie Wu | 2018-12-19 | 1 | -2/+7 |
* | dex: fix test | Sonic | 2018-12-19 | 1 | -1/+1 |
* | Rename geth -> gdex and fix Dockerfile | Wei-Ning Huang | 2018-12-19 | 31 | -273/+273 |
* | cmd: add a simple monkey tool for stress test | Wei-Ning Huang | 2018-12-19 | 2 | -1/+94 |
* | vendor: sync consensus core | Wei-Ning Huang | 2018-12-19 | 4 | -47/+43 |
* | app: correct process pending block logic | Bojie Wu | 2018-12-19 | 7 | -174/+183 |
* | dex: fix missing randomness assignment | Wei-Ning Huang | 2018-12-19 | 2 | -2/+3 |
* | test: add script for syncing consensus core | Wei-Ning Huang | 2018-12-19 | 1 | -0/+3 |
* | vendor: use govendor to import dexon-consensus-core | Wei-Ning Huang | 2018-12-19 | 167 | -3/+349011 |
* | dex: fix DKG round switching | Wei-Ning Huang | 2018-12-19 | 3 | -10/+22 |
* | dex: prevent broadcasting agreement and randomness indefinitely | Wei-Ning Huang | 2018-12-19 | 1 | -2/+6 |
* | dex: fix round switching and initialize dMoment correctly | Wei-Ning Huang | 2018-12-19 | 3 | -4/+12 |
* | dex: misc fixes | Wei-Ning Huang | 2018-12-19 | 3 | -11/+20 |
* | app: check nonce and balance in prepare payload | Bojie Wu | 2018-12-19 | 3 | -25/+114 |
* | geth: add propose flag to enable/disable proposing | Sonic | 2018-12-19 | 4 | -0/+33 |
* | core: included Dexcon metadata in block | Wei-Ning Huang | 2018-12-19 | 3 | -7/+16 |
* | Remove reference of Rinkeby network. | Wei-Ning Huang | 2018-12-19 | 12 | -88/+5 |
* | core: populate genesisAlloc in source code with DEXON genesis data | Wei-Ning Huang | 2018-12-19 | 6 | -30/+86 |
* | dex: no need to rlp encode/decode now, consensus supports it | Sonic | 2018-12-19 | 4 | -41/+31 |
* | dex: use RLP to encode contract payload data | Wei-Ning Huang | 2018-12-19 | 2 | -12/+12 |
* | dex: fix public key conversion | Wei-Ning Huang | 2018-12-19 | 1 | -6/+2 |
* | dex: fix DKGMasterPublicKey and DKGComplaints unmarshal | Wei-Ning Huang | 2018-12-19 | 1 | -3/+2 |
* | dex: pass logger object to consensus core | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | test: update run_test.sh | Wei-Ning Huang | 2018-12-19 | 2 | -2/+8 |
* | app: implement verify block logic | Bojie Wu | 2018-12-19 | 3 | -23/+246 |
* | test: update test configuration | Wei-Ning Huang | 2018-12-19 | 1 | -2/+2 |
* | consensus: dexcon: fetch config from state | Wei-Ning Huang | 2018-12-19 | 7 | -41/+51 |
* | core: vm: add blockReward to governance | Wei-Ning Huang | 2018-12-19 | 5 | -23/+58 |
* | dex: fix public key parsing due to changes in consensus core | Wei-Ning Huang | 2018-12-19 | 8 | -26/+29 |
* | core: set governance owner in genesis | Wei-Ning Huang | 2018-12-19 | 4 | -15/+27 |
* | params: load blockReward from genesis JSON file | Wei-Ning Huang | 2018-12-19 | 5 | -3/+114 |
* | app: fixup message format | Wei-Ning Huang | 2018-12-19 | 2 | -11/+11 |
* | app: implement new insert blocks logic | Bojie Wu | 2018-12-19 | 5 | -166/+314 |
* | test: create account storage for governance contract | Wei-Ning Huang | 2018-12-19 | 2 | -1/+6 |
* | core/dex: fix governance contract implementation | Wei-Ning Huang | 2018-12-19 | 2 | -27/+21 |
* | core: vm: implement RAND opcode support | Wei-Ning Huang | 2018-12-19 | 10 | -0/+46 |
* | dex: add initial block to Run | Jimmy Hu | 2018-12-19 | 1 | -1/+3 |
* | dex: polish network related function | Sonic | 2018-12-19 | 4 | -103/+211 |
* | dex: let notary nodes connect to some dkg nodes | Sonic | 2018-12-19 | 4 | -185/+204 |
* | params: update seed node ip | Wei-Ning Huang | 2018-12-19 | 1 | -2/+2 |
* | dex/core: misc bug fixes | Wei-Ning Huang | 2018-12-19 | 9 | -10/+27 |
* | dex: register ethereum APIs | Wei-Ning Huang | 2018-12-19 | 3 | -1/+1036 |
* | dex: implement peerSetLoop | Sonic | 2018-12-19 | 6 | -11/+74 |
* | app: fix log message | Bojie Wu | 2018-12-19 | 1 | -8/+8 |
* | hack: temp fix for running tests | Wei-Ning Huang | 2018-12-19 | 2 | -8/+5 |
* | test: update genesis and keypairs | Wei-Ning Huang | 2018-12-19 | 11 | -33/+43 |
* | app: correct dexon application logic | Bojie Wu | 2018-12-19 | 2 | -125/+88 |
* | core: fix nil map initialization | Wei-Ning Huang | 2018-12-19 | 2 | -1/+9 |
* | dex: gov: using dex-consensus-core NodeSetCache | Sonic | 2018-12-19 | 5 | -64/+71 |
* | app: init map | Bojie Wu | 2018-12-19 | 1 | -15/+17 |
* | core: setup stake in order so genesis block is deterministic | Wei-Ning Huang | 2018-12-19 | 2 | -2/+27 |
* | dex: add subprotocols | Sonic | 2018-12-19 | 1 | -1/+1 |
* | test: add a simple test script to launch 7 local nodes | Wei-Ning Huang | 2018-12-19 | 1 | -0/+17 |
* | test: fix genesis.json | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | dex: run consensus core on Start | Wei-Ning Huang | 2018-12-19 | 2 | -2/+3 |
* | core: vm: modify dkg threshold | Jimmy Hu | 2018-12-19 | 1 | -1/+1 |
* | test: remove uneeded nodeky | Wei-Ning Huang | 2018-12-19 | 1 | -1/+0 |
* | app: add default block reward | Bojie Wu | 2018-12-19 | 3 | -4/+6 |
* | dex: set tmp dMoment for testing | Wei-Ning Huang | 2018-12-19 | 1 | -1/+2 |
* | test: add 3 more test node data | Wei-Ning Huang | 2018-12-19 | 5 | -2/+21 |
* | params: update bootnode info | Wei-Ning Huang | 2018-12-19 | 2 | -10/+3 |
* | dex: fix flaky test | Sonic | 2018-12-19 | 1 | -0/+12 |
* | dex: add self node meta after Start | Sonic | 2018-12-19 | 5 | -6/+51 |
* | dex: add method to get NumChains, NotarySet, DKGSet easily | Sonic | 2018-12-19 | 6 | -43/+80 |
* | dex: move dexcon blockdb into datadir | Wei-Ning Huang | 2018-12-19 | 3 | -6/+8 |
* | core: vm: add GovernanceStateHelper test | Wei-Ning Huang | 2018-12-19 | 2 | -0/+98 |
* | vendor: add github.com/stretchr/testify/suite | Wei-Ning Huang | 2018-12-19 | 4 | -1/+254 |
* | test: update geneiss config | Wei-Ning Huang | 2018-12-19 | 1 | -4/+4 |
* | dex: interface update | Wei-Ning Huang | 2018-12-19 | 1 | -1/+3 |
* | test: add test genesis and node keys | Wei-Ning Huang | 2018-12-19 | 5 | -8/+11 |
* | app: calculate block reward according to chain num | Bojie Wu | 2018-12-19 | 2 | -14/+14 |
* | app: pass chain config instead of nil | Bojie Wu | 2018-12-19 | 1 | -3/+6 |
* | dex: network: implement the network interface | Sonic | 2018-12-19 | 10 | -59/+1025 |
* | core: populate genesis CRS in genesis state | Wei-Ning Huang | 2018-12-19 | 3 | -1/+9 |
* | misc: add testing nodeKey and genesis.json | Wei-Ning Huang | 2018-12-19 | 3 | -1/+52 |
* | dex: bug fix to allow running geth without crashing | Wei-Ning Huang | 2018-12-19 | 5 | -54/+52 |
* | dex: implement sendTx related governance methods | Wei-Ning Huang | 2018-12-19 | 3 | -6/+133 |
* | node: change default datadir folder name to dexon | Wei-Ning Huang | 2018-12-19 | 1 | -3/+3 |
* | dex: pass p2p nodeKey to Dexon instance | Wei-Ning Huang | 2018-12-19 | 6 | -15/+25 |
* | app: modify for new interface method | Bojie Wu | 2018-12-19 | 1 | -19/+33 |
* | core: vm: validate if mpk, complaint, finalize is in DKG set | Wei-Ning Huang | 2018-12-19 | 1 | -36/+62 |
* | core: vm: allow other people to stake for a node | Wei-Ning Huang | 2018-12-19 | 1 | -6/+0 |
* | dex: implement some governance interface functions | Wei-Ning Huang | 2018-12-19 | 6 | -236/+441 |
* | dex: governance: implement governance interface | Wei-Ning Huang | 2018-12-19 | 5 | -27/+61 |
* | app: implement new interface method | Bojie Wu | 2018-12-19 | 2 | -27/+160 |
* | dex: add api_backend.go and it's dependencies | Wei-Ning Huang | 2018-12-19 | 4 | -2/+557 |
* | dex: update application interface | Wei-Ning Huang | 2018-12-19 | 1 | -20/+27 |
* | app: correct validation logic | Bojie Wu | 2018-12-19 | 1 | -4/+10 |
* | core: populate dexon configuration in SetupGenesisBlock | Wei-Ning Huang | 2018-12-19 | 3 | -35/+52 |
* | dex: implement dexon application interface | Bojie Wu | 2018-12-19 | 5 | -22/+299 |
* | core: add stake and public key to genesis account info | Wei-Ning Huang | 2018-12-19 | 4 | -46/+95 |
* | core: vm: check pk ownership in stake() | Wei-Ning Huang | 2018-12-19 | 1 | -1/+12 |
* | core: vm: expose nodes as public | Wei-Ning Huang | 2018-12-19 | 1 | -14/+52 |
* | core: vm: add eventlog for governance contract | Wei-Ning Huang | 2018-12-19 | 1 | -41/+98 |
* | dex: remove DAO related code | Sonic | 2018-12-19 | 2 | -62/+2 |
* | core: vm: refactor and add DKGFinalizeds related implementations | Wei-Ning Huang | 2018-12-19 | 3 | -98/+313 |
* | dex: redesign p2p network topology | Sonic | 2018-12-19 | 21 | -652/+2419 |
* | core: vm: implement the rest of governance contract methods | Wei-Ning Huang | 2018-12-19 | 4 | -136/+291 |
* | core: vm: check if caller already staked when adding dkg mpk | Jimmy Hu | 2018-12-19 | 1 | -0/+7 |
* | core: vm: fix bug and add gas usage | Wei-Ning Huang | 2018-12-19 | 2 | -22/+55 |
* | core: vm: finish implementing state helper | Wei-Ning Huang | 2018-12-19 | 1 | -23/+206 |
* | core: vm: update governance contract ABI | Wei-Ning Huang | 2018-12-19 | 1 | -9/+75 |
* | core: vm: implement governance contract methods | Wei-Ning Huang | 2018-12-19 | 1 | -51/+218 |
* | core: vm: add governance contract skeleton | Wei-Ning Huang | 2018-12-19 | 3 | -7/+502 |
* | dex: update consensus core interface | Wei-Ning Huang | 2018-12-19 | 4 | -36/+38 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2018-12-19 | 748 | -3055/+3244 |
* | Use dex.Config instead of eth.Config | Wei-Ning Huang | 2018-12-19 | 7 | -127/+37 |
* | dex: implement notary node info propagation and management mechanism | Sonic | 2018-12-19 | 3 | -16/+183 |
* | dex: implement notarySet for keeping notary set info | Sonic | 2018-12-19 | 1 | -0/+203 |
* | dex: introduce dex64 and remove eth62, eth63 | Sonic | 2018-12-19 | 3 | -18/+37 |
* | dex: let peer able to send notary node info | Sonic | 2018-12-19 | 1 | -3/+41 |
* | dex: let peerSet able to manage notary peers | Sonic | 2018-12-19 | 1 | -1/+64 |
* | p2p: implement AddNotaryPeer and RemoveNotaryPeer | Sonic | 2018-12-19 | 3 | -5/+184 |
* | dex: fix use of internal package not allowed | Sonic | 2018-12-19 | 1 | -1/+1 |
* | Change package name from eth to dex | Sonic | 2018-12-19 | 8 | -8/+8 |
* | Copy codebase from eth | Sonic | 2018-12-19 | 8 | -0/+2407 |
* | dex: update interface and use static bls lib | Wei-Ning Huang | 2018-12-19 | 14 | -385/+99 |
* | dex: make geth buildable and update interface skeleton | Wei-Ning Huang | 2018-12-19 | 19 | -10/+1496 |
* | Add udpated governance interface and app interface | Wei-Ning Huang | 2018-12-19 | 2 | -2/+34 |
* | Add dex package | Wei-Ning Huang | 2018-12-19 | 2 | -0/+80 |
* | Update testchain config and add test bootnode key | Wei-Ning Huang | 2018-12-19 | 3 | -10/+7 |
* | Add initial DEXON consensus engine implementation skeleton | Wei-Ning Huang | 2018-12-19 | 5 | -3/+178 |
* | params, swarm: release Geth v1.8.20 and Swarm v0.3.8 | Péter Szilágyi | 2018-12-11 | 2 | -8/+8 |
* | cmd/geth, core, eth: implement Constantinople override flag (#18273) | Martin Holst Swende | 2018-12-11 | 7 | -5/+21 |
* | Merge pull request #18281 from karalabe/puppeth-faucet | Péter Szilágyi | 2018-12-11 | 7 | -3/+10 |
|\ |
|
| * | cmd/puppeth: support latest docker compose, expose faucet UDP | Péter Szilágyi | 2018-12-11 | 6 | -2/+9 |
| * | cmd/faucet: fix faucet static peer regression | Péter Szilágyi | 2018-12-11 | 1 | -1/+1 |
|/ |
|
* | cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api... | Elad | 2018-12-11 | 8 | -82/+368 |
* | Merge pull request #18271 from karalabe/1.8.20-chts | Péter Szilágyi | 2018-12-10 | 1 | -12/+12 |
|\ |
|
| * | params: update CHTs for the 1.8.20 release | Péter Szilágyi | 2018-12-10 | 1 | -12/+12 |
* | | Merge pull request #18028 from ryanschneider/blockhash-whitelist | Péter Szilágyi | 2018-12-10 | 8 | -6/+56 |
|\ \ |
|
| * | | cmd/utils, eth: minor polishes on whitelist code | Péter Szilágyi | 2018-12-10 | 2 | -41/+29 |
| * | | cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flag | Ryan Schneider | 2018-12-10 | 8 | -5/+67 |
* | | | swarm/network: Correct ambiguity in compared addresses (#18251) | lash | 2018-12-10 | 1 | -2/+1 |
|/ / |
|
* | | ethereum: fix typo in interfaces.go (#18266) | YOSHIDA Masanori | 2018-12-10 | 1 | -1/+1 |
* | | Merge pull request #18269 from Quasilyte/patch-1 | Péter Szilágyi | 2018-12-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | light: fix duplicated argument in bytes.Equal call | Iskander (Alex) Sharipov | 2018-12-10 | 1 | -1/+1 |
|/ |
|
* | node, rpc: log cleanups in ipc listener function (#18124) | Péter Szilágyi | 2018-12-10 | 2 | -3/+3 |
|\ |
|
| * | remove unrelated code | Franklin | 2018-11-28 | 2 | -6/+2 |
| * | . | Franklin | 2018-11-20 | 3 | -5/+9 |
* | | Merge pull request #17914 from holiman/block_analysis | Péter Szilágyi | 2018-12-10 | 5 | -27/+175 |
|\ \ |
|
| * | | eth, internal/web3ext: tiny polishes in tracers | Péter Szilágyi | 2018-12-10 | 2 | -77/+97 |
| * | | cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file... | Martin Holst Swende | 2018-12-10 | 5 | -20/+148 |
|/ / |
|
* | | Merge pull request #18268 from karalabe/forkit | Péter Szilágyi | 2018-12-10 | 1 | -2/+2 |
|\ \ |
|
| * | | params: set mainnet and Rinkeby Constantinople fork blocks | Péter Szilágyi | 2018-12-10 | 1 | -2/+2 |
|/ / |
|
* | | eth/tracers: fixed incorrect storage from prestate_tracer (#18253) | Max Sistemich | 2018-12-10 | 2 | -17/+14 |
* | | cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262) | Javier Peletier | 2018-12-10 | 1 | -1/+1 |
* | | node: warn when using deprecated config/resource files (#18199) | Felix Lange | 2018-12-07 | 1 | -9/+35 |
* | | Merge pull request #18211 from karalabe/drop-fd-limit | Péter Szilágyi | 2018-12-07 | 1 | -8/+3 |
|\ \ |
|
| * | | cmd/utils: max out the OS file allowance, don't cap to 2K | Péter Szilágyi | 2018-11-29 | 1 | -8/+3 |
* | | | swarm: snapshot load improvement (#18220) | Janoš Guljaš | 2018-12-07 | 3 | -2/+76 |
* | | | core, internal, eth, miner, les: Take VM config from BlockChain (#17955) | Paweł Bylica | 2018-12-06 | 6 | -11/+15 |
* | | | swarm/api/http: add resetting timer metrics to requests (#18249) | Elad | 2018-12-05 | 1 | -0/+5 |
* | | | swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246) | holisticode | 2018-12-05 | 1 | -1/+3 |
* | | | Add packing for dynamic array and slice types (#18051) | Vedhavyas Singareddi | 2018-12-04 | 3 | -22/+117 |
* | | | Merge pull request #18172 from holiman/puppeth_converter | Péter Szilágyi | 2018-12-04 | 17 | -190/+892 |
|\ \ \ |
|
| * | | | cmd/puppeth: chain import/export via wizard, minor polishes | Péter Szilágyi | 2018-12-04 | 12 | -105/+189 |
| * | | | cmd/puppeth: implement chainspec converters | Martin Holst Swende | 2018-12-03 | 9 | -161/+779 |
* | | | | whisperv6: remove duplicated code (#18015) | Corey Lin | 2018-12-03 | 1 | -16/+1 |
|/ / / |
|
* | | | Merge pull request #18235 from karalabe/puppeth-enforce-lowercase | Péter Szilágyi | 2018-12-03 | 2 | -5/+5 |
|\ \ \ |
|
| * | | | cmd/puppeth: enforce lowercase network names | Péter Szilágyi | 2018-12-03 | 2 | -5/+5 |
* | | | | Changed http:// to https:// on JSON-RPC link (#18224) | Marius Kjærstad | 2018-12-02 | 1 | -1/+1 |
* | | | | signer/core: Fixes typo of method name in comment. (#18222) | vim88 | 2018-12-02 | 1 | -1/+1 |
* | | | | swarm/pss: Add same api interface for all Send* methods (#18218) | lash | 2018-12-01 | 2 | -2/+6 |
* | | | | p2p: use errors.New instead of fmt.Errorf (#18193) | needkane | 2018-12-01 | 1 | -5/+4 |
|/ / / |
|
* | | | vendor: update github.com/karalabe/hid (#18213) | Felix Lange | 2018-11-30 | 4 | -12/+12 |
* | | | cmd/swarm: add flag for application name (swarm or swarm-private) (#18189) | Anton Evangelatov | 2018-11-30 | 5 | -5483/+14 |
|/ / |
|
* | | vendor: update leveldb (#18205) | Péter Szilágyi | 2018-11-29 | 11 | -68/+76 |
|\ \ |
|
| * | | vendor: update leveldb | Martin Holst Swende | 2018-11-29 | 11 | -68/+76 |
* | | | accounts/keystore: delete the redundant keystore in filename (#17930) | Wenbiao Zheng | 2018-11-29 | 8 | -4/+18 |
* | | | mobile: added constructor for BigInts (#17828) | Eugene Valeyev | 2018-11-29 | 1 | -0/+7 |
* | | | remove a no-op line in the code (#17760) | zah | 2018-11-29 | 1 | -1/+0 |
* | | | tests, core: update tests and make STATICCALL cause touch-delete (#18187) | Martin Holst Swende | 2018-11-29 | 3 | -0/+15 |
* | | | cmd/evm: commit statedb if dump is requested (#18208) | Matthew Di Ferrante | 2018-11-29 | 1 | -0/+1 |
* | | | params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cycle | Péter Szilágyi | 2018-11-28 | 2 | -8/+8 |
* | | | params, swarm: release Geth v1.8.19 and Swarm v0.3.7 | Péter Szilágyi | 2018-11-28 | 2 | -8/+8 |
* | | | Merge pull request #18196 from karalabe/downloader-cht-fix | Péter Szilágyi | 2018-11-28 | 1 | -0/+22 |
|\ \ \ |
|
| * | | | eth/downloader: fix light client cht binary search issue | Péter Szilágyi | 2018-11-28 | 1 | -0/+22 |
* | | | | Merge pull request #18197 from karalabe/v1.8.19-chts | Péter Szilágyi | 2018-11-28 | 1 | -12/+12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | params: update CHTs for the v1.8.19 release | Péter Szilágyi | 2018-11-28 | 1 | -12/+12 |
|/ / / |
|
* | | | core: more detailed metrics for block processing (#18119) | Martin Holst Swende | 2018-11-28 | 1 | -1/+12 |
* | | | p2p/discv5: gofmt | Péter Szilágyi | 2018-11-27 | 1 | -1/+1 |
* | | | p2p/discv5: minor code simplification (#18188) | ANOTHEL | 2018-11-27 | 1 | -5/+4 |
* | | | p2p/protocols: fix minor comments typo (#18185) | Liang Ma | 2018-11-27 | 1 | -1/+1 |
|/ / |
|
* | | Increase bzz version (#18184) | holisticode | 2018-11-27 | 3 | -3/+170 |
* | | swarm: add database abstractions (shed package) (#18183) | Janoš Guljaš | 2018-11-27 | 18 | -0/+2287 |
* | | cmd/swarm: update should error on manifest mismatch (#18047) | Javier Peletier | 2018-11-27 | 2 | -6/+41 |
* | | swarm/network: Correct neighborhood depth (#18066) | lash | 2018-11-27 | 12 | -37/+209 |
* | | Accounting metrics reporter (#18136) | holisticode | 2018-11-27 | 6 | -30/+305 |
* | | Remove multihash from Swarm bzz:// for Feeds (#18175) | Javier Peletier | 2018-11-26 | 7 | -226/+167 |
* | | tests: Add flag to use EVMC for state tests (#18084) | Paweł Bylica | 2018-11-26 | 1 | -1/+12 |
* | | swarm/pss: Message handler refactor (#18169) | lash | 2018-11-26 | 10 | -109/+644 |
* | | light: odrTrie tryUpdate should use update (#18107) | Sheldon | 2018-11-26 | 1 | -1/+1 |
* | | swarm/api: improve not found error msg (#18171) | Elad | 2018-11-26 | 1 | -1/+1 |
* | | swarm/network/simulation: fix New function for-loop scope (#18161) | Janoš Guljaš | 2018-11-26 | 4 | -1/+56 |
* | | les: fix fetcher syncing logic (#18072) | Felföldi Zsolt | 2018-11-26 | 1 | -27/+29 |
* | | Merge pull request #18179 from holiman/fix_tests | Péter Szilágyi | 2018-11-26 | 1 | -1/+1 |
|\ \ |
|
| * | | config: add constantinople block to testchainconfig | Martin Holst Swende | 2018-11-26 | 1 | -1/+1 |
* | | | fix mixHash/nonce for parity compatible network (#18166) | Jaynti Kanani | 2018-11-26 | 2 | -12/+12 |
|/ / |
|
* | | core: return error if repair block failed (#18126) | mr_franklin | 2018-11-23 | 1 | -1/+5 |
* | | eth: increase timeout in TestBroadcastBlock (#18064) | Felix Lange | 2018-11-23 | 1 | -2/+2 |
* | | cmd/swarm: FUSE do not require --ipcpath (#18112) | Ferenc Szabo | 2018-11-23 | 4 | -45/+69 |
* | | travis: increase open file limits (#18155) | Anton Evangelatov | 2018-11-22 | 1 | -0/+8 |
* | | trie: fix overflow in write cache parent tracking (#18165) | Martin Holst Swende | 2018-11-22 | 1 | -1/+1 |
* | | params: add Constantinople block to AllXYZProtocolChanges (#18162) | Enrique Fynn | 2018-11-22 | 1 | -2/+2 |
* | | Merge pull request #17973 from holiman/splitter2 | Péter Szilágyi | 2018-11-22 | 5 | -159/+370 |
|\ \ |
|
| * | | core: polish side chain importer a bit | Péter Szilágyi | 2018-11-21 | 3 | -294/+328 |
| * | | core: better side-chain importing | Martin Holst Swende | 2018-11-20 | 3 | -98/+275 |
| |/ |
|
* | | core: better printout of receipts in bad block reports (#18156) | Martin Holst Swende | 2018-11-22 | 1 | -2/+4 |
* | | swarm/network/stream: use swarm/mock/mem as mock global store (#18157) | Janoš Guljaš | 2018-11-22 | 3 | -53/+11 |
* | | swarm/state: refactor InmemoryStore (#18143) | Anton Evangelatov | 2018-11-21 | 5 | -123/+24 |
* | | core: fix comment typo (#18144) | mr_franklin | 2018-11-21 | 1 | -1/+1 |
* | | Update minimum required Go version in README.md (#18151) | a-sklyarov | 2018-11-21 | 1 | -1/+1 |
* | | whisper/mailserver: reduce the max number of opened files (#18142) | Guillaume Ballet | 2018-11-21 | 1 | -1/+11 |
|/ |
|
* | whisper: log errors on failed tests (#18134) | Anton Evangelatov | 2018-11-20 | 2 | -2/+2 |
* | swarm/storage: move 'running migrations for' log line (#18120) | Ferenc Szabo | 2018-11-20 | 1 | -3/+4 |
* | internal/cmdtest: Expose process exit status and errors (#18046) | Javier Peletier | 2018-11-20 | 1 | -2/+19 |