| Commit message (Expand) | Author | Age | Files | Lines |
* | core: update mainnet chain ID to 411 | Wei-Ning Huang | 2019-09-17 | 1 | -1/+1 |
* | dex: remove non-blocking message send | Wei-Ning Huang | 2019-09-17 | 1 | -6/+4 |
* | dex: handler: check IsConsorium with dexonConfig instead of gov state | Jhih-Ming Huang | 2019-09-17 | 1 | -3/+3 |
* | dex: potential flooding protection | Wei-Ning Huang | 2019-09-17 | 1 | -10/+18 |
* | core: add p2p whitelist for consortium | Jhih-Ming Huang | 2019-09-17 | 1 | -0/+33 |
* | dex: minor refactor | Wei-Ning Huang | 2019-09-17 | 1 | -12/+12 |
* | dex: gracefully shutdown when consensus core stops | Wei-Ning Huang | 2019-09-17 | 1 | -3/+3 |
* | import: switch consensus core to gitlab.com/tangerine-network/tangerine-conse... | Wei-Ning Huang | 2019-09-17 | 1 | -5/+5 |
* | params: update testnet and remove DEXON testnets | Wei-Ning Huang | 2019-09-17 | 1 | -1/+1 |
* | Rebrand as tangerine-network/go-tangerine | Wei-Ning Huang | 2019-09-17 | 1 | -24/+24 |
* | dex: change pull block rate limit (#420) | Jimmy Hu | 2019-09-17 | 1 | -1/+1 |
* | rpc: notary info (#397) | Sonic | 2019-09-17 | 1 | -0/+79 |
* | core, rawdb, dex: improve gov state for syncing (#393) | Sonic | 2019-06-15 | 1 | -0/+3 |
* | dex: add pullblock rate limit (#363) | Jimmy Hu | 2019-06-15 | 1 | -8/+20 |
* | dex: implement bad peer detect and disconnect mechanism (#360) | Wei-Ning Huang | 2019-06-15 | 1 | -8/+45 |
* | dex: reduce agreement result (#348) | Jimmy Hu | 2019-06-15 | 1 | -0/+1 |
* | dex: remove node table (#330) | Sonic | 2019-06-15 | 1 | -88/+22 |
* | dex: try to reduce the chance to pull non-finalized blocks (#327) | Mission Liao | 2019-06-15 | 1 | -10/+21 |
* | vendor: sync to latest core (#320) | Jimmy Hu | 2019-06-15 | 1 | -3/+2 |
* | core: fix forget connection in resetDKG (#314) | Jimmy Hu | 2019-06-15 | 1 | -1/+1 |
* | dex: fix initial build connection bug (#311) | Jimmy Hu | 2019-06-15 | 1 | -4/+5 |
* | dex: rebuild connection if dkg reset, core/vm: fix gov (#308) | Jimmy Hu | 2019-06-15 | 1 | -2/+11 |
* | core: merge notarySet and DKGSet (#265) | Jimmy Hu | 2019-06-15 | 1 | -62/+58 |
* | backport from v1.8.23 (#304) | Sonic | 2019-06-13 | 1 | -3/+20 |
* | dex: fix missing trie node when fast syncing (#301) | Sonic | 2019-06-13 | 1 | -2/+3 |
* | dex: fix fast sync in BP mode (#291) | Wei-Ning Huang | 2019-06-13 | 1 | -34/+38 |
* | dex: reduce msg when broadcast tx (#292) | Sonic | 2019-06-13 | 1 | -4/+51 |
* | dex: recieve bp msg when recovery, use atomic to protect the flag (#286) | Sonic | 2019-06-13 | 1 | -11/+15 |
* | dex: ignore acceptableDist when force synchronise (#285) | Sonic | 2019-06-13 | 1 | -1/+1 |
* | dex: fix start bp node with empty datadir (#278) | Sonic | 2019-06-13 | 1 | -17/+23 |
* | p2p, dex: add debug log (#269) | Sonic | 2019-06-12 | 1 | -0/+34 |
* | dex: properly shutdown protocol stack (#267) | Wei-Ning Huang | 2019-06-12 | 1 | -2/+2 |
* | dex: properly start and stop the block proposer module (#264) | Wei-Ning Huang | 2019-06-12 | 1 | -0/+4 |
* | core: fill in genesis timstamp and remove dMoment from protocol handshake (#263) | Wei-Ning Huang | 2019-06-12 | 1 | -4/+2 |
* | dex: rename lattice to core | Wei-Ning Huang | 2019-06-12 | 1 | -5/+5 |
* | dex, dex/downloader: remove some TODO comments (#232) | Sonic | 2019-06-12 | 1 | -3/+0 |
* | core: vm: flatten governance | Wei-Ning Huang | 2019-06-12 | 1 | -8/+19 |
* | core: sync to latest core (#214) | Jimmy Hu | 2019-06-12 | 1 | -9/+6 |
* | params: add Yilan network (#207) | Mission Liao | 2019-06-12 | 1 | -1/+1 |
* | dex: some minor improvements (#195) | Sonic | 2019-06-12 | 1 | -46/+38 |
* | dex: Add a flag to GetBlockHeadersMsg and GetBlockBodiesMsg (#188) | Sonic | 2019-06-12 | 1 | -31/+35 |
* | p2p, dex: rework connection management (#183) | Sonic | 2019-06-12 | 1 | -4/+18 |
* | dex: reduce pullVote (#172) | Jimmy Hu | 2019-06-12 | 1 | -2/+3 |
* | dex: Add rate limit for pullVote (#169) | Jimmy Hu | 2019-06-12 | 1 | -7/+21 |
* | dex: add block number gauge (#140) | haoping-ku | 2019-06-12 | 1 | -18/+25 |
* | params: write dMoment into ChainConfig (#150) | Wei-Ning Huang | 2019-06-12 | 1 | -2/+4 |
* | dex: remove unused log (#136) | Sonic | 2019-06-12 | 1 | -4/+0 |
* | dex: replace NodeMeta with ENR (#132) | Sonic | 2019-06-12 | 1 | -66/+42 |
* | dex: add pull randomness (#105) | Jimmy Hu | 2019-06-12 | 1 | -0/+27 |
* | core, dex, internal: block proposer syncing (first iteration) (#96) | Sonic | 2019-06-12 | 1 | -8/+0 |
* | vendor: sync to latest core (#91) | Mission Liao | 2019-06-12 | 1 | -2/+2 |
* | dex: Pull blocks from blockdb if cache miss (#84) | Jimmy Hu | 2019-06-12 | 1 | -1/+2 |
* | core, dex: polish sync (#75) | Sonic | 2019-06-12 | 1 | -5/+32 |
* | dex: replace total difficulty with block number (#73) | Sonic | 2019-06-12 | 1 | -33/+27 |
* | dex: use whole id to query peer info (#74) | Sonic | 2019-06-12 | 1 | -1/+1 |
* | dex: verify header that imported from fetcher (#68) | Sonic | 2019-06-12 | 1 | -1/+1 |
* | core: fix tests | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | core: various changes on tps tuning (#46) | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | core, dex, downloader: refactor governance | Sonic | 2019-06-12 | 1 | -8/+4 |
* | core, dex, dex/downloader: restore insertChain to upstream version | Sonic | 2019-06-12 | 1 | -1/+1 |
* | dex: implement downloader for dex | Sonic | 2019-06-12 | 1 | -5/+80 |
* | dex: use dex/downloader in dex | Sonic | 2019-06-12 | 1 | -2/+2 |
* | core: add global signature cache and improve concurrency (#42) | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | core, dex: Batch process touchSender. Lower priority for tx. (#41) | Jimmy Hu | 2019-06-12 | 1 | -0/+1 |
* | dex: Tx message optimization (#39) | Jimmy Hu | 2019-06-12 | 1 | -1/+16 |
* | core: fix light node synchronization issue (#30) | Wei-Ning Huang | 2019-06-12 | 1 | -0/+4 |
* | core: refactor validator and fix light node sync (#25) | Wei-Ning Huang | 2019-06-12 | 1 | -39/+64 |
* | dex: fix conflict caused by rebase | Wei-Ning Huang | 2019-06-12 | 1 | -5/+12 |
* | test: disable standalone RPC server as BroadcastBlock currently cause forking | Wei-Ning Huang | 2019-06-12 | 1 | -3/+1 |
* | test: start a separate RPC node for testing block sync | Wei-Ning Huang | 2019-06-12 | 1 | -1/+3 |
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2019-06-12 | 1 | -10/+10 |
* | dex: implement PullBlocks/PullVotes (#1) | Jimmy Hu | 2019-06-12 | 1 | -0/+80 |
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2019-06-12 | 1 | -4/+5 |
* | dex: prevent broadcasting agreement and randomness indefinitely | Wei-Ning Huang | 2019-06-12 | 1 | -2/+6 |
* | dex: misc fixes | Wei-Ning Huang | 2019-06-12 | 1 | -0/+2 |
* | dex: no need to rlp encode/decode now, consensus supports it | Sonic | 2019-06-12 | 1 | -10/+8 |
* | dex: fix public key conversion | Wei-Ning Huang | 2019-06-12 | 1 | -6/+2 |
* | dex: polish network related function | Sonic | 2019-06-12 | 1 | -30/+58 |
* | dex: let notary nodes connect to some dkg nodes | Sonic | 2019-06-12 | 1 | -16/+17 |
* | dex: implement peerSetLoop | Sonic | 2019-06-12 | 1 | -11/+43 |
* | hack: temp fix for running tests | Wei-Ning Huang | 2019-06-12 | 1 | -7/+1 |
* | dex: add self node meta after Start | Sonic | 2019-06-12 | 1 | -2/+32 |
* | dex: add method to get NumChains, NotarySet, DKGSet easily | Sonic | 2019-06-12 | 1 | -4/+3 |
* | dex: network: implement the network interface | Sonic | 2019-06-12 | 1 | -0/+116 |
* | dex: remove DAO related code | Sonic | 2019-06-12 | 1 | -59/+0 |
* | dex: redesign p2p network topology | Sonic | 2019-06-12 | 1 | -129/+87 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 1 | -13/+13 |
* | dex: implement notary node info propagation and management mechanism | Sonic | 2019-06-12 | 1 | -14/+150 |
* | dex: introduce dex64 and remove eth62, eth63 | Sonic | 2019-06-12 | 1 | -9/+4 |
* | Change package name from eth to dex | Sonic | 2019-06-12 | 1 | -1/+1 |
* | Copy codebase from eth | Sonic | 2019-06-12 | 1 | -0/+787 |