aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-04-0913-85/+101
* core: vm: Optimize evm (#13)Jimmy Hu2019-04-095-18/+282
* core: push height of round 0 in genesis block (#17)Sonic2019-04-092-8/+11
* Update README.mdWei-Ning Huang2019-04-091-1/+3
* params: Do not use DEXON config for test. (#15)Jimmy Hu2019-04-091-1/+1
* vendor: sync to latest core (#16)Jimmy Hu2019-04-099-89/+131
* dex: return correct pending nonce (#14)Wei-Ning Huang2019-04-093-6/+16
* test: increase numChains to 6Wei-Ning Huang2019-04-092-2/+2
* gdex: monkey: Add a gamble monkey (#12)Jimmy Hu2019-04-092-2/+379
* cmd: gdex: Revert #6 (#11)Jimmy Hu2019-04-092-44/+1
* params: fix genesis block config and use testnet for test (#10)Wei-Ning Huang2019-04-094-17/+22
* core: fix staked calculation in genesis (#8)Jimmy Hu2019-04-091-4/+0
* dex: porting test to enode (#9)Sonic2019-04-095-112/+141
* app: bug fix (#7)bojie2019-04-091-0/+7
* cmd: gdex: SIGUSR1 to dump stack (#6)Jimmy Hu2019-04-091-0/+44
* core: vm: expose governance contract ABI (#5)Wei-Ning Huang2019-04-091-2/+2
* core: blockchain: fix NewBlockChainWithDexonValidator (#4)Wei-Ning Huang2019-04-091-1/+1
* core: genesis: make ToBlock() compatible with legacy ethereum code (#3)Wei-Ning Huang2019-04-091-28/+36
* app: fix core testBJ42019-04-099-42/+151
* dex: remove useless codeSonic2019-04-091-115/+0
* vendor: sync to latest coreJimmy Hu2019-04-096-114/+124
* vendor: sync to latest coreJimmy Hu2019-04-096-107/+134
* dex: peer: more fix on ID conversionWei-Ning Huang2019-04-091-53/+53
* vendor: sync to latest coreWei-Ning Huang2019-04-097-222/+259
* core: vm: governance: add node infoWei-Ning Huang2019-04-097-14/+177
* dex: fix conflict caused by rebaseWei-Ning Huang2019-04-094-59/+79
* vendor: sync to latest coreJimmy Hu2019-04-092-17/+26
* dex: increase governance tx gas priceWei-Ning Huang2019-04-091-0/+4
* core: validate roundHeight mapping in governance contractWei-Ning Huang2019-04-097-4/+56
* vendor: sync to latest coreJimmy Hu2019-04-0912-62/+164
* core: GenerateChainWithRoundChange for testingSonic2019-04-093-0/+598
* dex: proofread and fix bugsWei-Ning Huang2019-04-091-161/+145
* test: disable standalone RPC server as BroadcastBlock currently cause forkingWei-Ning Huang2019-04-092-11/+9
* test: start a separate RPC node for testing block syncWei-Ning Huang2019-04-096-19/+39
* vendor: sync to latest consensus coreWei-Ning Huang2019-04-093-314/+262
* app: add back mutex to prevent concurrent map read writeBJ42019-04-091-1/+9
* dex: remove finalization information in block cacheJimmy Hu2019-04-091-0/+2
* test: save log to unique dir to preserve logs accross testsWei-Ning Huang2019-04-091-2/+5
* app: lock by chain correctly and remove old core in vendorBJ42019-04-0951-9898/+109
* test: add faucet address into genesisWei-Ning Huang2019-04-091-0/+4
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-04-098-83/+29
* core: vm: add nodesLengh method for reading nodeSet sizeWei-Ning Huang2019-04-091-0/+20
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-09101-423/+10200
* vendor: sync to latest coreJimmy Hu2019-04-096-59/+251
* dex: implement PullBlocks/PullVotes (#1)Jimmy Hu2019-04-096-2/+415
* dex: minor refactorWei-Ning Huang2019-04-093-19/+24
* app: add lock to prevent concurrent map read writeBojie Wu2019-04-091-0/+3
* dex: set blocktime to millisecond timestampWei-Ning Huang2019-04-091-1/+1
* dex: increase TX queue sizeWei-Ning Huang2019-04-091-1/+1
* core: tx_pool: remove transactions on BlockConfirmed eventWei-Ning Huang2019-04-095-42/+55
* vendor: sync consensus core and fix conflicJimmy Hu2019-04-096-44/+69
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-0912-52/+177
* dex: add block gas limit into governanceWei-Ning Huang2019-04-096-13/+52
* test: add testkeyWei-Ning Huang2019-04-091-0/+1
* app: refactor prepare logicBojie Wu2019-04-091-11/+17
* misc: ignore files in testJimmy Hu2019-04-091-0/+4
* app: using lock correctly to use map safelyBojie Wu2019-04-092-119/+163
* cmd: monkey: create random accounts to simulate network trafficWei-Ning Huang2019-04-091-34/+96
* app: fix concurrent map read write issue and accept fail transaction when rou...Bojie Wu2019-04-091-1/+7
* core: fix blockReward serializationWei-Ning Huang2019-04-094-39/+30
* app: fix nil pointer issueBojie Wu2019-04-091-4/+6
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-0913-151/+463
* app: add cache mechanism to increase performanceBojie Wu2019-04-096-256/+203
* app: add mutex to prevent concurrent read write mapBojie Wu2019-04-091-0/+3
* core: set correct balance for governance contractWei-Ning Huang2019-04-093-6/+7
* test: add genesis balanceWei-Ning Huang2019-04-091-1/+5
* dex: update default network IDWei-Ning Huang2019-04-091-1/+1
* dex: fix types changes in consensus coreSonic2019-04-091-10/+9
* dex: return round in get block rpc outputWei-Ning Huang2019-04-093-4/+6
* app: fix concurrent read write issue with mapBojie Wu2019-04-091-0/+6
* dex: remove uneeded info from block headerWei-Ning Huang2019-04-095-106/+93
* core: types: fix header marshal jsonSonic2019-04-092-34/+72
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-0917-214/+200
* app: fix bug when prepare transactionBojie Wu2019-04-091-2/+7
* dex: fix testSonic2019-04-091-1/+1
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-04-0931-273/+273
* cmd: add a simple monkey tool for stress testWei-Ning Huang2019-04-092-1/+94
* vendor: sync consensus coreWei-Ning Huang2019-04-094-47/+43
* app: correct process pending block logicBojie Wu2019-04-097-174/+183
* dex: fix missing randomness assignmentWei-Ning Huang2019-04-092-2/+3
* test: add script for syncing consensus coreWei-Ning Huang2019-04-091-0/+3
* vendor: use govendor to import dexon-consensus-coreWei-Ning Huang2019-04-09167-3/+349011
* dex: fix DKG round switchingWei-Ning Huang2019-04-093-10/+22
* dex: prevent broadcasting agreement and randomness indefinitelyWei-Ning Huang2019-04-091-2/+6
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2019-04-093-4/+12
* dex: misc fixesWei-Ning Huang2019-04-093-11/+20
* app: check nonce and balance in prepare payloadBojie Wu2019-04-093-25/+114
* geth: add propose flag to enable/disable proposingSonic2019-04-094-0/+33
* core: included Dexcon metadata in blockWei-Ning Huang2019-04-093-7/+16
* Remove reference of Rinkeby network.Wei-Ning Huang2019-04-0912-166/+5
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2019-04-096-32/+87
* dex: no need to rlp encode/decode now, consensus supports itSonic2019-04-094-41/+31
* dex: use RLP to encode contract payload dataWei-Ning Huang2019-04-092-12/+12
* dex: fix public key conversionWei-Ning Huang2019-04-091-6/+2
* dex: fix DKGMasterPublicKey and DKGComplaints unmarshalWei-Ning Huang2019-04-091-3/+2
* dex: pass logger object to consensus coreWei-Ning Huang2019-04-091-1/+1
* test: update run_test.shWei-Ning Huang2019-04-092-2/+8
* app: implement verify block logicBojie Wu2019-04-093-23/+246
* test: update test configurationWei-Ning Huang2019-04-091-2/+2
* consensus: dexcon: fetch config from stateWei-Ning Huang2019-04-097-41/+51
* core: vm: add blockReward to governanceWei-Ning Huang2019-04-095-23/+58
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2019-04-098-26/+29
* core: set governance owner in genesisWei-Ning Huang2019-04-094-15/+27
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-04-095-3/+114
* app: fixup message formatWei-Ning Huang2019-04-092-11/+11
* app: implement new insert blocks logicBojie Wu2019-04-095-166/+314
* test: create account storage for governance contractWei-Ning Huang2019-04-092-1/+6
* core/dex: fix governance contract implementationWei-Ning Huang2019-04-092-27/+21
* core: vm: implement RAND opcode supportWei-Ning Huang2019-04-0910-0/+46
* dex: add initial block to RunJimmy Hu2019-04-091-1/+3
* dex: polish network related functionSonic2019-04-094-103/+211
* dex: let notary nodes connect to some dkg nodesSonic2019-04-094-185/+204
* params: update seed node ipWei-Ning Huang2019-04-091-2/+2
* dex/core: misc bug fixesWei-Ning Huang2019-04-099-10/+27
* dex: register ethereum APIsWei-Ning Huang2019-04-093-1/+1036
* dex: implement peerSetLoopSonic2019-04-096-11/+74
* app: fix log messageBojie Wu2019-04-091-8/+8
* hack: temp fix for running testsWei-Ning Huang2019-04-092-8/+5
* test: update genesis and keypairsWei-Ning Huang2019-04-0911-33/+43
* app: correct dexon application logicBojie Wu2019-04-093-129/+88
* core: fix nil map initializationWei-Ning Huang2019-04-092-1/+9
* dex: gov: using dex-consensus-core NodeSetCacheSonic2019-04-095-64/+71
* app: init mapBojie Wu2019-04-091-15/+17
* core: setup stake in order so genesis block is deterministicWei-Ning Huang2019-04-092-2/+27
* dex: add subprotocolsSonic2019-04-091-1/+1
* test: add a simple test script to launch 7 local nodesWei-Ning Huang2019-04-091-0/+17
* test: fix genesis.jsonWei-Ning Huang2019-04-091-1/+1
* dex: run consensus core on StartWei-Ning Huang2019-04-092-2/+3
* core: vm: modify dkg thresholdJimmy Hu2019-04-091-1/+1
* test: remove uneeded nodekyWei-Ning Huang2019-04-091-1/+0
* app: add default block rewardBojie Wu2019-04-093-5/+6
* dex: set tmp dMoment for testingWei-Ning Huang2019-04-091-1/+2
* test: add 3 more test node dataWei-Ning Huang2019-04-095-2/+21
* params: update bootnode infoWei-Ning Huang2019-04-092-10/+3
* dex: fix flaky testSonic2019-04-091-0/+12
* dex: add self node meta after StartSonic2019-04-095-6/+51
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2019-04-096-43/+80
* dex: move dexcon blockdb into datadirWei-Ning Huang2019-04-093-6/+8
* core: vm: add GovernanceStateHelper testWei-Ning Huang2019-04-092-0/+98
* vendor: add github.com/stretchr/testify/suiteWei-Ning Huang2019-04-094-1/+254
* test: update geneiss configWei-Ning Huang2019-04-091-4/+4
* dex: interface updateWei-Ning Huang2019-04-091-1/+3
* test: add test genesis and node keysWei-Ning Huang2019-04-095-8/+11
* app: calculate block reward according to chain numBojie Wu2019-04-092-14/+14
* app: pass chain config instead of nilBojie Wu2019-04-091-3/+6
* dex: network: implement the network interfaceSonic2019-04-0910-59/+1025
* core: populate genesis CRS in genesis stateWei-Ning Huang2019-04-093-1/+9
* misc: add testing nodeKey and genesis.jsonWei-Ning Huang2019-04-093-1/+52
* dex: bug fix to allow running geth without crashingWei-Ning Huang2019-04-095-54/+51
* dex: implement sendTx related governance methodsWei-Ning Huang2019-04-093-6/+133
* node: change default datadir folder name to dexonWei-Ning Huang2019-04-091-3/+3
* dex: pass p2p nodeKey to Dexon instanceWei-Ning Huang2019-04-096-15/+25
* app: modify for new interface methodBojie Wu2019-04-091-19/+33
* core: vm: validate if mpk, complaint, finalize is in DKG setWei-Ning Huang2019-04-091-36/+62
* core: vm: allow other people to stake for a nodeWei-Ning Huang2019-04-091-6/+0
* dex: implement some governance interface functionsWei-Ning Huang2019-04-096-236/+441
* dex: governance: implement governance interfaceWei-Ning Huang2019-04-095-27/+61
* app: implement new interface methodBojie Wu2019-04-092-27/+160
* dex: add api_backend.go and it's dependenciesWei-Ning Huang2019-04-096-2/+566
* dex: update application interfaceWei-Ning Huang2019-04-091-20/+27
* app: correct validation logicBojie Wu2019-04-091-4/+10
* core: populate dexon configuration in SetupGenesisBlockWei-Ning Huang2019-04-093-35/+52
* dex: implement dexon application interfaceBojie Wu2019-04-095-18/+295
* core: add stake and public key to genesis account infoWei-Ning Huang2019-04-094-46/+95
* core: vm: check pk ownership in stake()Wei-Ning Huang2019-04-091-1/+12
* core: vm: expose nodes as publicWei-Ning Huang2019-04-091-14/+52
* core: vm: add eventlog for governance contractWei-Ning Huang2019-04-091-41/+98
* dex: remove DAO related codeSonic2019-04-092-62/+2
* core: vm: refactor and add DKGFinalizeds related implementationsWei-Ning Huang2019-04-093-98/+313
* dex: redesign p2p network topologySonic2019-04-0921-656/+2423
* core: vm: implement the rest of governance contract methodsWei-Ning Huang2019-04-094-136/+291
* core: vm: check if caller already staked when adding dkg mpkJimmy Hu2019-04-091-0/+7
* core: vm: fix bug and add gas usageWei-Ning Huang2019-04-092-22/+55
* core: vm: finish implementing state helperWei-Ning Huang2019-04-091-23/+206
* core: vm: update governance contract ABIWei-Ning Huang2019-04-091-9/+75
* core: vm: implement governance contract methodsWei-Ning Huang2019-04-091-51/+218
* core: vm: add governance contract skeletonWei-Ning Huang2019-04-093-7/+502
* dex: update consensus core interfaceWei-Ning Huang2019-04-094-36/+38
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-09779-3145/+3145
* Use dex.Config instead of eth.ConfigWei-Ning Huang2019-04-097-126/+37
* dex: implement notary node info propagation and management mechanismSonic2019-04-093-16/+183
* dex: implement notarySet for keeping notary set infoSonic2019-04-091-0/+203
* dex: introduce dex64 and remove eth62, eth63Sonic2019-04-093-18/+37
* dex: let peer able to send notary node infoSonic2019-04-091-3/+41
* dex: let peerSet able to manage notary peersSonic2019-04-091-1/+64
* p2p: implement AddNotaryPeer and RemoveNotaryPeerSonic2019-04-093-5/+184
* dex: fix use of internal package not allowedSonic2019-04-091-1/+1
* Change package name from eth to dexSonic2019-04-098-8/+8
* Copy codebase from ethSonic2019-04-098-0/+2407
* dex: update interface and use static bls libWei-Ning Huang2019-04-0914-385/+99
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-04-0919-10/+1496
* Add udpated governance interface and app interfaceWei-Ning Huang2019-04-092-2/+34
* Add dex packageWei-Ning Huang2019-04-092-0/+80
* Update testchain config and add test bootnode keyWei-Ning Huang2019-04-093-10/+8
* Add initial DEXON consensus engine implementation skeletonWei-Ning Huang2019-04-095-3/+178
* Merge pull request #19416 from jmcnevin/cli-fixPéter Szilágyi2019-04-093-2/+4
|\
| * params, swarm: hotfix Geth v1.8.25 release to restore rpc flagsPéter Szilágyi2019-04-092-2/+2
| * cmd/geth: fix accidental --rpccorsdomain and --rpcvhosts removalJeremy McNevin2019-04-091-0/+2
|/
* Merge pull request #19370 from karalabe/geth-1.8.24Péter Szilágyi2019-04-0843-172/+536
|\
| * params, swarm: release Geth v1.8.24 (noop Swarm 0.3.12)Péter Szilágyi2019-04-082-2/+2
| * eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-088-8/+36
| * p2p/discover: bump failure counter only if no nodes were provided (#19362)Felix Lange2019-04-081-1/+1
| * params: set Rinkeby Petersburg fork block (4th May, 2019)Péter Szilágyi2019-04-081-1/+1
| * core: minor code polishes + rebase fixesPéter Szilágyi2019-04-082-41/+54
| * core: re-omit new log event when logs rebirthrjl4934564422019-04-082-9/+224
| * travis: update builders to xenial to shadow Go releasesPéter Szilágyi2019-04-081-8/+8
| * all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-0824-93/+89
| * trie: there's no point in retrieving the metarootPéter Szilágyi2019-04-082-0/+38
| * common/fdlimit: fix macos file descriptors for Go 1.12Péter Szilágyi2019-04-023-1/+73
| * light, params: update CHTs, integrate CHT for Goerli tooPéter Szilágyi2019-04-022-16/+18
|/
* Merge pull request #19029 from holiman/update1.8Péter Szilágyi2019-02-20394-16930/+92421
|\
| * params, swarm: release Geth v1.8.23, Swarm v0.3.11Péter Szilágyi2019-02-202-2/+2
| * cmd/utils: allow for multiple influxdb tags (#18520)Anton Evangelatov2019-02-206-42/+121
| * swarm/metrics: Send the accounting registry to InfluxDB (#18470)Jerzy Lasyk2019-02-204-43/+50
| * swarm: Reinstate Pss Protocol add call through swarm service (#19117)lash2019-02-191-51/+56
| * contracts/*: golint updates for this or self warningKiel barry2019-02-196-209/+194
| * cmd/swarm/swarm-smoke: Trigger chunk debug on timeout (#19101)holisticode2019-02-192-10/+86
| * p2p, swarm: fix node up races by granular locking (#18976)Ferenc Szabo2019-02-1912-123/+323
| * swarm/pss: refactoring (#19110)gluk2562019-02-193-256/+293
| * swarm/storage/netstore: add fetcher cancellation on shutdown (#19049)Elad2019-02-193-120/+144
| * swarm/network: Saturation check for healthy networks (#19071)holisticode2019-02-194-29/+179
| * swarm/storage: fix influxdb gc metrics report (#19102)Elad2019-02-191-5/+3
| * swarm: fix network/stream data races (#19051)Janoš Guljaš2019-02-1914-197/+274
| * swarm: fix uptime gauge update goroutine leak by introducing cleanup function...Elad2019-02-191-21/+32
| * swarm/storage: fix HashExplore concurrency bug ethersphere#1211 (#19028)holisticode2019-02-191-9/+17
| * swarm/pss: mutex lifecycle fixed (#19045)gluk2562019-02-191-4/+7
| * swarm/docker: add global-store and split docker images (#19038)Rafael Matias2019-02-191-6/+15
| * cmd/swarm/global-store: global store cmd (#19014)Janoš Guljaš2019-02-198-3/+476
| * swarm: CI race detector test adjustments (#19017)Ferenc Szabo2019-02-196-84/+60
| * swarm/network: refactor simulation tests bootstrap (#18975)Anton Evangelatov2019-02-199-247/+156
| * swarm: GetPeerSubscriptions RPC (#18972)holisticode2019-02-193-1/+257
| * swarm/pss: transition to whisper v6 (#19023)gluk2562019-02-196-8/+8
| * swarm/network, swarm/storage: Preserve opentracing contexts (#19022)lash2019-02-1910-107/+122
| * swarm/network: fix data race in fetcher_test.go (#18469)Ferenc Szabo2019-02-192-25/+25
| * swarm/pss: Remove pss service leak in test (#18992)lash2019-02-192-0/+11
| * swarm/storage: fix test timeout with -race by increasing mget timeoutFerenc Szabo2019-02-192-5/+3
| * swarm/storage/localstore: new localstore package (#19015)Janoš Guljaš2019-02-1917-0/+4244
| * swarm: Debug API and HasChunks() API endpoint (#18980)holisticode2019-02-1912-37/+145
| * cmd/swarm/swarm-smoke: refactor generateEndpoints (#19006)Anton Evangelatov2019-02-196-191/+214
| * cmd/swarm/swarm-smoke: remove wrong metrics (#18970)Anton Evangelatov2019-02-194-24/+4
| * cmd/swarm/swarm-smoke: sliding window test (#18967)Elad2019-02-196-298/+416
| * cmd/swarm: hashes command (#19008)holisticode2019-02-194-14/+71
| * swarm/storage: Get all chunk references for a given file (#19002)holisticode2019-02-192-0/+76
| * swarm/network: Remove extra random peer, connect test sanity, comments (#18964)lash2019-02-191-11/+49
| * swarm: fix flaky delivery tests (#18971)Janoš Guljaš2019-02-192-8/+1
| * p2p/testing, swarm: remove unused testing.T in protocol tester (#18500)Elad2019-02-197-39/+38
| * swarm/version: commit version added (#18510)gluk2562019-02-193-3/+12
| * swarm: fix a data race on startTime (#18511)Janoš Guljaš2019-02-191-3/+3
| * swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-02-1916-90/+107
| * cmd/swarm: use resetting timer to measure fetch time (#18474)Anton Evangelatov2019-02-191-5/+3