aboutsummaryrefslogtreecommitdiffstats
path: root/dex/app.go
Commit message (Expand)AuthorAgeFilesLines
* app: prepare/verify block limit in correct round (#181)bojie2019-01-291-2/+2
* core, dex: use block hash as witness data (#160)Sonic2019-01-181-16/+9
* Fix the usage of sync.Map (#156)Mission Liao2019-01-161-4/+2
* app: remove pending block logic (#149)bojie2019-01-141-29/+43
* app: implement logic for prepare/verify correctly when chain number change (#...bojie2019-01-141-6/+50
* core, indexer, dex: fix DexconApp block deliver after synced (#122)Sonic2019-01-141-9/+9
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2018-12-211-0/+5
* dex: remove duplicate declaration of WitnessData (#92)Wei-Ning Huang2018-12-191-9/+2
* app: remove unnecessary code (#86)bojie2018-12-191-4/+2
* app: return retry later instead of retry with sleep time (#78)bojie2018-12-191-31/+22
* core, dex: polish sync (#75)Sonic2018-12-191-0/+23
* app: misc fixes (#76)bojie2018-12-191-50/+30
* core, dex: Timeout for prepare payload (#72)Jimmy Hu2018-12-191-0/+55
* app: add app test case and benchmark (#66)bojie2018-12-191-18/+33
* Fix lintWei-Ning Huang2018-12-191-2/+2
* core: various changes on tps tuning (#46)Wei-Ning Huang2018-12-191-6/+3
* app: skip tx which has been confirmed (#45)bojie2018-12-191-9/+8
* core: add global signature cache and improve concurrency (#42)Wei-Ning Huang2018-12-191-1/+1
* governance: implement delegate/undelegate function and add tests (#33)Wei-Ning Huang2018-12-191-1/+1
* app: remove notify to prevent dead lock with consensus coreBJ42018-12-191-39/+3
* app: add cache to reuse same tx address which has already recovered (#26)BJ42018-12-191-9/+2
* dex, core: Fix make fail (#24)Jimmy Hu2018-12-191-1/+1
* core, dex: Optimize sender calculation in block transactions. (#22)Jimmy Hu2018-12-191-0/+6
* dex: return correct pending nonce (#14)Wei-Ning Huang2018-12-191-3/+3
* app: bug fix (#7)bojie2018-12-191-0/+7
* dex: proofread and fix bugsWei-Ning Huang2018-12-191-161/+145
* app: add back mutex to prevent concurrent map read writeBJ42018-12-191-1/+9
* app: lock by chain correctly and remove old core in vendorBJ42018-12-191-24/+12
* Rename import due to dexon-consensus renameWei-Ning Huang2018-12-191-7/+7
* dex: minor refactorWei-Ning Huang2018-12-191-12/+18
* dex: set blocktime to millisecond timestampWei-Ning Huang2018-12-191-1/+1
* core: tx_pool: remove transactions on BlockConfirmed eventWei-Ning Huang2018-12-191-1/+2
* dex: add block gas limit into governanceWei-Ning Huang2018-12-191-5/+4
* app: refactor prepare logicBojie Wu2018-12-191-11/+17
* app: using lock correctly to use map safelyBojie Wu2018-12-191-63/+77
* app: fix nil pointer issueBojie Wu2018-12-191-4/+6
* app: add cache mechanism to increase performanceBojie Wu2018-12-191-103/+63
* app: add mutex to prevent concurrent read write mapBojie Wu2018-12-191-0/+3
* dex: remove uneeded info from block headerWei-Ning Huang2018-12-191-15/+5
* vendor: sync consensus core and fix conflictWei-Ning Huang2018-12-191-3/+2
* app: fix bug when prepare transactionBojie Wu2018-12-191-2/+7
* app: correct process pending block logicBojie Wu2018-12-191-29/+38
* dex: fix missing randomness assignmentWei-Ning Huang2018-12-191-1/+2
* app: check nonce and balance in prepare payloadBojie Wu2018-12-191-20/+111
* core: included Dexcon metadata in blockWei-Ning Huang2018-12-191-5/+11
* app: implement verify block logicBojie Wu2018-12-191-22/+195
* consensus: dexcon: fetch config from stateWei-Ning Huang2018-12-191-0/+1
* app: fixup message formatWei-Ning Huang2018-12-191-8/+8
* app: implement new insert blocks logicBojie Wu2018-12-191-147/+66
* dex/core: misc bug fixesWei-Ning Huang2018-12-191-2/+3
* app: fix log messageBojie Wu2018-12-191-8/+8
* app: correct dexon application logicBojie Wu2018-12-191-81/+51
* core: fix nil map initializationWei-Ning Huang2018-12-191-1/+2
* app: pass chain config instead of nilBojie Wu2018-12-191-3/+6
* app: modify for new interface methodBojie Wu2018-12-191-19/+33
* app: implement new interface methodBojie Wu2018-12-191-27/+104
* dex: update application interfaceWei-Ning Huang2018-12-191-20/+27
* app: correct validation logicBojie Wu2018-12-191-4/+10
* dex: implement dexon application interfaceBojie Wu2018-12-191-13/+210
* core: vm: implement the rest of governance contract methodsWei-Ning Huang2018-12-191-3/+7
* dex: update consensus core interfaceWei-Ning Huang2018-12-191-17/+5
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2018-12-191-1/+1
* Use dex.Config instead of eth.ConfigWei-Ning Huang2018-12-191-21/+5
* dex: make geth buildable and update interface skeletonWei-Ning Huang2018-12-191-3/+23
* Add udpated governance interface and app interfaceWei-Ning Huang2018-12-191-2/+2
* Add dex packageWei-Ning Huang2018-12-191-0/+58