aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/marshaller.go
Commit message (Collapse)AuthorAgeFilesLines
* misc: migrate to github.com/tangerine-networkHao2019-09-171-2/+2
|
* Update import pathWei-Ning Huang2019-06-231-2/+2
|
* core: merge notarySet and DKGSet (#488)Jimmy Hu2019-03-271-12/+3
| | | | | | | | | | | | | | * core: さよăȘら DKGSet * test logger * temporary fix before finalized * core: Sign psig on commit vote * Add syncer log * fixup
* test: implement pulling in network layer (#314)Mission Liao2018-11-091-0/+9
| | | | | | | * Add definition for test.PullRequest * Cache notary sets for each round in network module * Cache peers as nodeID in network module. * Implement pull blocks * Implement pull vote
* simulation: use test.Governacne in simulation (#311)Mission Liao2018-11-081-0/+9
| | | | | | | | | | | | * Move simulation.Network to test package * Use test.Governance in simulation * Pack/Apply state request in blocks payload * Add Governance.SwitchToRemoteMode This would trigger governance to broadcast pending state change requests when changes. * Allow to marshal/unmarshal packedStateChanges * Attach test.Network and test.State
* test: move simulation.network to test package (#297)Mission Liao2018-11-051-0/+147