index
:
tangerine-consensus
master
Tangerine consensus algorithm (https://github.com/tangerine-network/tangerine-consensus)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
simulation
/
app.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: modify interface (#194)
Mission Liao
2018-10-12
1
-4
/
+4
*
core: change interface (#193)
Mission Liao
2018-10-11
1
-16
/
+15
*
core: Add block randomness in compaction-chain module (#179)
Jimmy Hu
2018-10-08
1
-0
/
+3
*
core: Check Witness height. Add ConsensusTime and ConsensusHeight to block. (...
Jimmy Hu
2018-10-04
1
-12
/
+34
*
core: update data model to reflect new model (#157)
Wei-Ning Huang
2018-10-01
1
-24
/
+5
*
core: update governance interface to consider genesis state (#136)
Wei-Ning Huang
2018-09-25
1
-1
/
+1
*
Fix naming of methods (#134)
Mission Liao
2018-09-25
1
-8
/
+8
*
core: add debug (#133)
Mission Liao
2018-09-25
1
-64
/
+19
*
core: refactor witness data processing flow (#124)
Wei-Ning Huang
2018-09-20
1
-0
/
+15
*
Rename validator* to node* (#120)
Mission Liao
2018-09-20
1
-11
/
+11
*
core: rename Notary (Acks) to Witness (#118)
Wei-Ning Huang
2018-09-19
1
-2
/
+2
*
core: fix VerifyPayload argument (#103)
Wei-Ning Huang
2018-09-13
1
-1
/
+1
*
core: replace acks with slice (#102)
Mission Liao
2018-09-12
1
-1
/
+1
*
core: types: use []byte for block Payload type (#101)
Wei-Ning Huang
2018-09-12
1
-3
/
+3
*
simulation: integrate test.Transport (#99)
Mission Liao
2018-09-11
1
-12
/
+12
*
core: timestamp (#98)
Jimmy Hu
2018-09-11
1
-1
/
+1
*
core: BA-based consensus core. (#93)
Jimmy Hu
2018-09-04
1
-1
/
+1
*
core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...
Jimmy Hu
2018-09-03
1
-2
/
+2
*
Add methods to Application interface. (#86)
Jimmy Hu
2018-08-31
1
-2
/
+7
*
core: Add PreparePayloads to Application and Remove blockConverter interface....
Jimmy Hu
2018-08-30
1
-0
/
+5
*
core: tune performance (#73)
Mission Liao
2018-08-28
1
-1
/
+1
*
core: Notary ack (#69)
Jimmy Hu
2018-08-21
1
-2
/
+2
*
core: NotaryAck interfaces. (#67)
Jimmy Hu
2018-08-20
1
-0
/
+4
*
Use RLock for simulation.simApp.blockByHash (#53)
Jimmy Hu
2018-08-13
1
-4
/
+3
*
simulation: fix concurrent map write (#52)
Wei-Ning Huang
2018-08-13
1
-0
/
+9
*
core: update governance interface and move K into config (#40)
Wei-Ning Huang
2018-08-10
1
-10
/
+10
*
core: Deliver only Hash to Application. (#43)
Jimmy Hu
2018-08-10
1
-9
/
+15
*
core: Add Consensus to replace core.Blocklattice (#35)
Mission Liao
2018-08-08
1
-0
/
+5
*
simulation: Show internal and external timestamp latency. (#30)
Jimmy Hu
2018-08-07
1
-3
/
+94
*
core: refine Application interface and add Governance interface (#24)
Wei-Ning Huang
2018-07-31
1
-7
/
+7
*
Print block confirm latency when Peer Server stopped. (#23)
Jimmy Hu
2018-07-31
1
-1
/
+16
*
Verify the Total Ordering Algorithm in peerServer in tcp mode (#11)
Jimmy Hu
2018-07-26
1
-1
/
+12
*
Initial implementation of DEXON consensus algorithm
Wei-Ning Huang
2018-07-16
1
-0
/
+50