SHA256 (pipsv600-2.6.2.tar.gz) = 03e1301e228740489a261aac4cfa823223c0937fb0fe4138420d18054519f982 SIZE (pipsv600-2.6.2.tar.gz) = 2552007 /cgit/dexon/atom/?h=dexon-classic' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm: reset DKG (#190)dexon-classicJimmy Hu2019-02-154-70/+562
* dex: some minor improvements (#195)Sonic2019-02-143-144/+117
* dex: Add a flag to GetBlockHeadersMsg and GetBlockBodiesMsg (#188)Sonic2019-02-127-63/+95
* travis: Add notification to slackJimmy Hu2019-02-121-0/+3
* p2p, dex: some fixes (#189)Sonic2019-02-112-1/+4
* p2p, dex: rework connection management (#183)Sonic2019-01-3111-1084/+424
* transaction: use all transaction gas to reduce attack intention (#180)bojie2019-01-312-1/+43
* vendor, param: sync to latest core and update dmoment (#182)Jimmy Hu2019-01-293-25/+29
* app: prepare/verify block limit in correct round (#181)bojie2019-01-291-2/+2
* core/vm: modify Withdrawn event and add NodeRemoved event (#179)Jimmy Hu2019-01-282-4/+31
* vendor, param: sync to latest core and update testnet config (#178)Jimmy Hu2019-01-283-24/+25
* params: Update taipei configJimmy Hu2019-01-271-4/+4
* param: update testnet config (#177)Jimmy Hu2019-01-275-96/+164
* core: vm: refactor governance and add node info oracle (#174)Wei-Ning Huang2019-01-256-683/+954
* core: vm: Add amount to undelegate event (#176)Jimmy Hu2019-01-252-4/+9
* core: vm: more change to the randomness calculation (#175)Wei-Ning Huang2019-01-251-5/+5
* params: update dmomentJimmy Hu2019-01-251-1/+1
* core: vm: modify randomness calculation algorithm (#173)Wei-Ning Huang2019-01-242-3/+7
* Update dmomentJimmy Hu2019-01-241-1/+1
* consensus: dexcon: snapshot round height when finalizing block (#170)Wei-Ning Huang2019-01-2417-279/+332
* dex: reduce pullVote (#172)Jimmy Hu2019-01-241-2/+3
* ci: move smoke-test to PR testWei-Ning Huang2019-01-241-17/+17
* ci: Only build on dev and master (#171)Jimmy Hu2019-01-241-0/+4
* dex: Add rate limit for pullVote (#169)Jimmy Hu2019-01-241-7/+21
* core, dex/downloader: polish headers verification and blocks insertion logic...Sonic2019-01-2414-625/+1143
* param: Update dmomentJimmy Hu2019-01-232-2/+2
* params: Update testnet dmomentJimmy Hu2019-01-231-1/+1
* params: Update testnet config (#167)Jimmy Hu2019-01-2313-79/+122
* param: Update testnet dmoment (#166)Jimmy Hu2019-01-201-1/+1
* travis: re-encrypt GCP credential file (#165)bojie2019-01-203-3/+3
* params: update testnet dMomentWei-Ning Huang2019-01-191-1/+1
* params: update testnet genesis and dMomentWei-Ning Huang2019-01-182-7/+5
* p2p: report latency and relative latency to datadog (#162)Wei-Ning Huang2019-01-182-3/+14
* travis: add new CI test to test fullnode (#138)bojie2019-01-1810-39/+366
* dex: add block number gauge (#140)haoping-ku2019-01-181-18/+25
* core, dex: use block hash as witness data (#160)Sonic2019-01-187-74/+30
* blockchain: add mutex lock to prevent fork (#159)bojie2019-01-171-1/+6
* Revert "core: do not panic on fork (#146)"Wei-Ning Huang2019-01-171-8/+4
* common: fix big scan from bytes (#157)johnliu-dexon2019-01-172-2/+6
* core: sync to latest core (#158)Jimmy Hu2019-01-177-47/+63
* Revert "core: vm: refactor file structure (#151)"Wei-Ning Huang2019-01-1796-911/+889
* params: update testnet dMomentWei-Ning Huang2019-01-161-1/+1
* Fix the usage of sync.Map (#156)Mission Liao2019-01-161-4/+2
* app: fix reward bug with empty block (#155)bojie2019-01-162-12/+15
* vendor: sync to latest core (#154)Jimmy Hu2019-01-1621-344/+891
* test: update dmoment with python script (#153)Wei-Ning Huang2019-01-161-2/+11
* core: vm: refactor file structure (#151)JM2019-01-1596-889/+911
* core: do not panic on fork (#146)Wei-Ning Huang2019-01-151-4/+8
* fixup! params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-01-142-2/+2
* params: update testnet dMomentWei-Ning Huang2019-01-141-1/+1
* app: remove pending block logic (#149)bojie2019-01-1410-442/+320
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-01-1410-37/+40
* core: update taipei allocJimmy Hu2019-01-141-1/+1
* params: update genesis configWei-Ning Huang2019-01-144-25/+30
* test: Update bootnode pathJimmy Hu2019-01-141-1/+1
* params: update bootnode IPWei-Ning Huang2019-01-141-8/+3
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-01-1417-237/+493
* core: vm: add totalSupply and totalStaked in the governance contract (#144)Wei-Ning Huang2019-01-145-37/+146
* core: vm: move governance abi to a separate file (#143)Wei-Ning Huang2019-01-143-1055/+1076
* core: vm: emit events for more governance actions (#142)Wei-Ning Huang2019-01-141-0/+145
* misc: Fix makefileJimmy Hu2019-01-141-2/+2
* core: update testnet genesis_allocJimmy Hu2019-01-142-3/+3
* core: update taipei network genesis allocWei-Ning Huang2019-01-141-1/+1
* indexer: pass network-related params through config (#133)Meng-Ying Yang2019-01-142-0/+14
* dex: remove unused log (#136)Sonic2019-01-141-4/+0
* core: fix corner case when initializing round height (#134)Sonic2019-01-141-1/+1
* app: implement logic for prepare/verify correctly when chain number change (#...bojie2019-01-148-25/+383
* dex: replace NodeMeta with ENR (#132)Sonic2019-01-149-255/+236
* travis-ci: fix gcp-linux build (#131)Wei-Ning Huang2019-01-141-3/+0
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-01-148-100/+719
* params: update taipei genesis config (#130)Wei-Ning Huang2019-01-142-4/+4
* dex: fix test due to consensus-core changeWei-Ning Huang2019-01-141-9/+9
* vendor: sync to latest core and fix conflictJimmy Hu2019-01-144-23/+37
* vendor: sync to latest core (#129)Wei-Ning Huang2019-01-1411-90/+90
* vendor: update bls package (#127)Meng-Ying Yang2019-01-142-3/+6
* dex: fix cache error (#126)Jimmy Hu2019-01-141-0/+1
* vendor: sync to latest core (#125)Jimmy Hu2019-01-1410-86/+288
* core, indexer, dex: fix DexconApp block deliver after synced (#122)Sonic2019-01-143-15/+16
* core: fix vm wrong round height context (#124)Sonic2019-01-141-0/+45
* core: update taipei testnet genesis config and alloc (#119)Wei-Ning Huang2019-01-142-3/+3
* test: update run_test.sh with dmomentJimmy Hu2019-01-141-0/+4
* vendor: sync to latest core (#121)Wei-Ning Huang2019-01-142-27/+30
* node: increase default max number of peers (#120)Wei-Ning Huang2019-01-142-2/+2
* Indexer plugin extension and custom flags support (#117)Meng-Ying Yang2019-01-145-0/+13
* core: vm: add missing unittests for nodes/delegators (#116)Wei-Ning Huang2019-01-142-3/+13
* travis-ci: fix gcp-linux build (#114)Wei-Ning Huang2019-01-141-1/+1
* params: update taipei testnet genesis and config (#113)Wei-Ning Huang2019-01-144-9/+11
* indexer: ReadOnlyBlockChain returns related configs (#110)Meng-Ying Yang2019-01-141-0/+4
* Sync latest DEXON core (#111)Mission Liao2019-01-143-66/+112
* travis-ci: fix osx build (#112)Wei-Ning Huang2019-01-141-2/+13
* app: use gcp storage instead of azure for builds (#81)bojie2019-01-14566-13621/+196842
* core/vm: Add fine to governance. (#107)Jimmy Hu2018-12-284-135/+295
* Dockerfile: clean bls before build (#109)Wei-Ning Huang2018-12-282-3/+5
* indexer: support data exporting/forwarding (#103)Meng-Ying Yang2018-12-288-0/+190
* vendor: sync dexon-foundation/bls to latest dev (#108)Wei-Ning Huang2018-12-284-32/+10
* dex/downloader: fix bug when syncing (#106)Sonic2018-12-281-2/+13
* cmd/monkey: change feeder gas limitJimmy Hu2018-12-281-2/+2
* dex: add pull randomness (#105)Jimmy Hu2018-12-2816-167/+361
* common: add utilities for Big type (#104)Meng-Ying Yang2018-12-281-0/+6
* core: add database/sql support for more types (#102)Meng-Ying Yang2018-12-284-9/+243
* vendor: sync DEXON core and fix conflicts/missings (#101)Mission Liao2018-12-2815-311/+366
* params: enable constantinople fork for testnetsWei-Ning Huang2018-12-251-2/+2
* monkey: add ERC20 token transfer (#99)johnliu-dexon2018-12-234-4/+125
* README.md: clarify licensing terms (#100)Wei-Ning Huang2018-12-231-0/+2
* core/types: SigCache with a limited size (#98)Jimmy Hu2018-12-212-21/+33
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2018-12-2112-100/+1199
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2018-12-2119-88/+481
* core/vm: fix nodes method in governanceJimmy Hu2018-12-201-1/+1
* tests/testdata: update for constantinopleWei-Ning Huang2018-12-191-0/+0
* dex: remove duplicate declaration of WitnessData (#92)Wei-Ning Huang2018-12-194-21/+3
* cmd/monkey: decrease Distribute amount to 100 DXNJimmy Hu2018-12-191-1/+1
* core: vm: add undelegate fund lockup mechanism (#94)Wei-Ning Huang2018-12-19