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: 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