aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dexcon-simulation
Commit message (Collapse)AuthorAgeFilesLines
* misc: Add gosec to check security issues (#424)Jimmy Hu2019-01-181-0/+1
| | | | | | | | * Add gosec to tools * Run security check to ci * Fix secrity issues
* simulation: support config change (#381)Mission Liao2018-12-261-11/+1
|
* Haoping fix simulation (#356)haoping-ku2018-12-051-0/+10
| | | | | | | | | | | | | | | * simulation: add benchmark features * tmp * simulation: modify Debug interface * Added BlockReceived and BlockReady function to Debug interface. * Added Benchmark features. * fix * fix typos
* simulation: -log to dump log to file as well (#348)Jimmy Hu2018-11-291-12/+2
|
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-7/+7
|
* Add pprof to dexcon commands (#282)Mission Liao2018-11-011-3/+6
|
* core: remove legacy mode (#149)Mission Liao2018-09-281-2/+1
|
* core: Fix BA Fork issues (#104)Jimmy Hu2018-09-131-0/+11
|
* simulation: integrate test.Transport (#99)Mission Liao2018-09-111-1/+5
| | | | | - Add marshaller for simulation by encoding/json - Implement peer server based on test.TranportServer - Remove network models, they are replaced with test.LatencyModel
* misc: Polish BA. (#94)Jimmy Hu2018-09-051-1/+2
|
* Add -cpuprofile and -memprofile to dexcon-simulation (#56)Jimmy Hu2018-08-141-0/+28
|
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+53