index
:
dexon-consensus
dexon-classic
jimmy-check-deliver
jimmy-intf
jimmy-verify-timeout
master
mission-agreement-cache
mission-tmp
mission-vote-x
testnet
wip/lantw/license-makefile-shell-scripts
DEXON consensus algorithm (https://github.com/dexon-foundation/dexon-consensus)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Leader Selector. (#80)
Jimmy Hu
2018-08-30
12
-29
/
+311
*
core: Remove channel in agreement (#79)
Jimmy Hu
2018-08-29
3
-172
/
+111
*
crypto test for vote (#78)
Jimmy Hu
2018-08-29
1
-0
/
+18
*
core: Add agreement module (#77)
Jimmy Hu
2018-08-29
5
-2
/
+1099
*
core: tune performance (#73)
Mission Liao
2018-08-28
11
-202
/
+562
*
core: Add vote type and add field to block. (#76)
Jimmy Hu
2018-08-28
8
-4
/
+139
*
simulation: remove fake network (#74)
Wei-Ning Huang
2018-08-25
3
-166
/
+18
*
simulation: allow to run simulation with scheduler on k8s (#72)
Mission Liao
2018-08-22
8
-7
/
+102
*
core: Notary ack application. (#70)
Jimmy Hu
2018-08-22
9
-0
/
+87
*
simulation: add simulation with scheduler (#71)
Mission Liao
2018-08-21
15
-89
/
+544
*
core: Notary ack (#69)
Jimmy Hu
2018-08-21
11
-188
/
+383
*
core: tune performance total ordering (#66)
Mission Liao
2018-08-21
4
-386
/
+577
*
core: NotaryAck interfaces. (#67)
Jimmy Hu
2018-08-20
11
-67
/
+136
*
simulation: taken network latency model into consideration in TCP mode (#68)
Mission Liao
2018-08-20
3
-15
/
+26
*
core: implicit fields in types.Block used in reliable broadcast (#59)
Haoping Ku
2018-08-17
4
-69
/
+83
*
simulation: Fix port reuse error in simulation. (#65)
Jimmy Hu
2018-08-17
2
-16
/
+71
*
core: Remove notary ack. (#64)
Jimmy Hu
2018-08-16
8
-168
/
+197
*
Verify consensus info and the acking's signature (#63)
Jimmy Hu
2018-08-16
1
-3
/
+29
*
core: Add compaction chain module. (#60)
Jimmy Hu
2018-08-16
6
-18
/
+188
*
test: add test.Scheduler (#58)
Mission Liao
2018-08-15
11
-5
/
+976
*
core: Add a nonBlockingApplication. (#62)
Jimmy Hu
2018-08-15
4
-8
/
+238
*
test: refine test utility (#61)
Mission Liao
2018-08-15
6
-49
/
+307
*
core: Prepare Genesis block. (#54)
Jimmy Hu
2018-08-14
5
-60
/
+125
*
remove cpu.prof (#57)
Jimmy Hu
2018-08-14
1
-0
/
+0
*
Add -cpuprofile and -memprofile to dexcon-simulation (#56)
Jimmy Hu
2018-08-14
2
-0
/
+28
*
test: Fix a bug in test. (#55)
Jimmy Hu
2018-08-14
1
-0
/
+1
*
core: add nack module (#41)
Haoping Ku
2018-08-13
5
-113
/
+605
*
Use RLock for simulation.simApp.blockByHash (#53)
Jimmy Hu
2018-08-13
1
-4
/
+3
*
simulation: Create Consensus core after Join. (#51)
Jimmy Hu
2018-08-13
4
-32
/
+31
*
simulation: fix concurrent map write (#52)
Wei-Ning Huang
2018-08-13
4
-6
/
+15
*
core: Sign block in Consensus.PrepareBlock. (#50)
Jimmy Hu
2018-08-13
8
-19
/
+54
*
simulation: kubernetes: update config
Wei-Ning Huang
2018-08-13
5
-12
/
+12
*
core: ValidatorID.Hash is the hash of public key. (#49)
Jimmy Hu
2018-08-13
5
-9
/
+36
*
simulation: kubernetes: update config template
Wei-Ning Huang
2018-08-13
1
-0
/
+4
*
crypto: Add SigToPub. (#48)
Jimmy Hu
2018-08-13
2
-5
/
+35
*
core: Hash block in Consensus.PrepareBlock. (#46)
Jimmy Hu
2018-08-12
8
-70
/
+162
*
core: reliable-broadcast: delete old blocks (#47)
Haoping Ku
2018-08-10
2
-3
/
+13
*
core: Modify Consensus interface (#45)
Jimmy Hu
2018-08-10
6
-19
/
+47
*
core: update governance interface and move K into config (#40)
Wei-Ning Huang
2018-08-10
14
-140
/
+233
*
Add genesis block to simulation app. (#44)
Jimmy Hu
2018-08-10
1
-0
/
+1
*
Fix the bug preventing us from testing large group when using TCP-Local (#42)
Mission Liao
2018-08-10
4
-29
/
+25
*
core: Deliver only Hash to Application. (#43)
Jimmy Hu
2018-08-10
5
-20
/
+26
*
core: Add block hash signature functions in core/ctypto.go. (#39)
Jimmy Hu
2018-08-10
4
-10
/
+174
*
Add -race to go test (#38)
Jimmy Hu
2018-08-09
1
-1
/
+1
*
core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...
Jimmy Hu
2018-08-09
9
-113
/
+109
*
Gopkg: fixup imports
Wei-Ning Huang
2018-08-09
1
-1
/
+21
*
simulation: Fix k8s simulation issues. (#36)
Jimmy Hu
2018-08-09
3
-9
/
+41
*
core: Add Consensus to replace core.Blocklattice (#35)
Mission Liao
2018-08-08
21
-1237
/
+1039
*
crypto: Add crypto module. (#34)
Jimmy Hu
2018-08-08
15
-17
/
+534
*
simulation: Show internal and external timestamp latency. (#30)
Jimmy Hu
2018-08-07
5
-17
/
+204
*
simulation: tcp-network: force http.Client to reuse connection (#33)
Wei-Ning Huang
2018-08-06
1
-15
/
+22
*
Rename names of struct and files
Mission Liao
2018-08-06
6
-392
/
+392
*
simulation: free resource after use and misc fix for k8s mode (#31)
Wei-Ning Huang
2018-08-06
9
-17
/
+66
*
Gopkg: update imports
Wei-Ning Huang
2018-08-05
2
-36
/
+10
*
test: random blocks generator (#26)
Mission Liao
2018-08-03
10
-6
/
+975
*
core: DEXON Consensus Timestamp Algorithm. (#29)
Jimmy Hu
2018-08-03
4
-10
/
+377
*
core: make acking module implicit (#28)
Haoping Ku
2018-08-01
2
-46
/
+46
*
core: fix decimal package import (#27)
Wei-Ning Huang
2018-08-01
1
-1
/
+1
*
Remove timestamp generating function in validator (#25)
Jimmy Hu
2018-08-01
2
-25
/
+9
*
core: refine Application interface and add Governance interface (#24)
Wei-Ning Huang
2018-07-31
6
-16
/
+84
*
blockdb: allow to dump blocks to json-encoded file
Mission Liao
2018-07-31
8
-147
/
+294
*
Print block confirm latency when Peer Server stopped. (#23)
Jimmy Hu
2018-07-31
8
-26
/
+67
*
Print confirmed blocks per second when Peer Server stopped. (#22)
Jimmy Hu
2018-07-31
2
-0
/
+47
*
Add new sorting method for blocks
Mission Liao
2018-07-31
2
-0
/
+65
*
Implement DEXON total ordering algorithm (#16)
Mission Liao
2018-07-30
2
-0
/
+1396
*
Add acking module (#13)
Haoping Ku
2018-07-30
6
-27
/
+762
*
Add a config that PeerServer can shutdown after receiving enough of block. (#19)
Jimmy Hu
2018-07-30
10
-22
/
+264
*
Ignore build in .gitignore. (#18)
Jimmy Hu
2018-07-26
1
-0
/
+2
*
Use cache to do `dep ensure` faster in circleci (#17)
Jimmy Hu
2018-07-26
2
-4
/
+74
*
Verify the Total Ordering Algorithm in peerServer in tcp mode (#11)
Jimmy Hu
2018-07-26
9
-17
/
+294
*
Add make format (#12)
Haoping Ku
2018-07-25
2
-1
/
+12
*
Add API Token to CircleCI badge (#14)
Jimmy Hu
2018-07-25
1
-1
/
+1
*
Fix blocklattice_test.go's ordering check (#15)
Haoping Ku
2018-07-24
2
-2
/
+14
*
Add test to cover blockdb.syncIndex.
Jimmy Hu
2018-07-24
1
-0
/
+48
*
Remove test db after test (#9)
Jimmy Hu
2018-07-23
1
-4
/
+6
*
simulation: fix tcp-local network simulation (#8)
Wei-Ning Huang
2018-07-23
3
-2
/
+13
*
Implement blockdb levelDB backend (#6)
Mission Liao
2018-07-22
5
-12
/
+305
*
Implement simulation on a real network (#5)
Wei-Ning Huang
2018-07-20
22
-211
/
+848
*
core: refactor acking relationship (#3)
Wei-Ning Huang
2018-07-18
4
-167
/
+136
*
project: setup circle CI
Wei-Ning Huang
2018-07-18
2
-2
/
+22
*
add README (#1)
Kordan Ou
2018-07-18
3
-23
/
+65
*
Fix typos and add .gitignore (#2)
Haoping Ku
2018-07-17
9
-17
/
+32
*
Initial implementation of DEXON consensus algorithm
Wei-Ning Huang
2018-07-16
24
-0
/
+2321