aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/marshaller.go
Commit message (Collapse)AuthorAgeFilesLines
* 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