index
:
go-tangerine
dependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2
dependabot/npm_and_yarn/dashboard/assets/dns-packet-1.3.4
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.3
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4
dependabot/npm_and_yarn/dashboard/assets/express-4.18.2
dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9
dependabot/npm_and_yarn/dashboard/assets/http-proxy-1.18.1
dependabot/npm_and_yarn/dashboard/assets/ini-1.3.7
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.1
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.2
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.15
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.19
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.20
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.21
dependabot/npm_and_yarn/dashboard/assets/macaddress-0.2.9
dependabot/npm_and_yarn/dashboard/assets/mixin-deep-1.3.2
dependabot/npm_and_yarn/dashboard/assets/path-parse-1.0.7
dependabot/npm_and_yarn/dashboard/assets/qs-6.4.1
dependabot/npm_and_yarn/dashboard/assets/set-getter-0.1.1
dependabot/npm_and_yarn/dashboard/assets/sshpk-1.16.1
dependabot/npm_and_yarn/dashboard/assets/stringstream-0.0.6
dependabot/npm_and_yarn/dashboard/assets/tar-2.2.2
dependabot/npm_and_yarn/dashboard/assets/ua-parser-js-0.7.28
dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4
dependabot/npm_and_yarn/dashboard/assets/y18n-3.2.2
jimmy-run_bp
jimmy-script
jimmy-script-more
jm-debug
jm-reset-testnet
jm-update-run-node-script
master
origin
w-ci
w-debug
w-script
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dex
Commit message (
Expand
)
Author
Age
Files
Lines
*
app: add back mutex to prevent concurrent map read write
BJ4
2019-06-12
1
-1
/
+9
*
dex: remove finalization information in block cache
Jimmy Hu
2019-06-12
1
-0
/
+2
*
app: lock by chain correctly and remove old core in vendor
BJ4
2019-06-12
1
-24
/
+12
*
core: vm: governance: remove maxInterval
Wei-Ning Huang
2019-06-12
1
-1
/
+0
*
Rename import due to dexon-consensus rename
Wei-Ning Huang
2019-06-12
10
-68
/
+68
*
dex: implement PullBlocks/PullVotes (#1)
Jimmy Hu
2019-06-12
6
-2
/
+415
*
dex: minor refactor
Wei-Ning Huang
2019-06-12
1
-12
/
+18
*
dex: set blocktime to millisecond timestamp
Wei-Ning Huang
2019-06-12
1
-1
/
+1
*
dex: increase TX queue size
Wei-Ning Huang
2019-06-12
1
-1
/
+1
*
core: tx_pool: remove transactions on BlockConfirmed event
Wei-Ning Huang
2019-06-12
1
-1
/
+2
*
vendor: sync consensus core and fix conflic
Jimmy Hu
2019-06-12
1
-0
/
+21
*
dex: add block gas limit into governance
Wei-Ning Huang
2019-06-12
2
-11
/
+4
*
app: refactor prepare logic
Bojie Wu
2019-06-12
1
-11
/
+17
*
app: using lock correctly to use map safely
Bojie Wu
2019-06-12
1
-63
/
+77
*
app: fix nil pointer issue
Bojie Wu
2019-06-12
1
-4
/
+6
*
vendor: sync consensus core and fix conflict
Wei-Ning Huang
2019-06-12
1
-0
/
+5
*
app: add cache mechanism to increase performance
Bojie Wu
2019-06-12
1
-103
/
+63
*
app: add mutex to prevent concurrent read write map
Bojie Wu
2019-06-12
1
-0
/
+3
*
dex: update default network ID
Wei-Ning Huang
2019-06-12
1
-1
/
+1
*
dex: fix types changes in consensus core
Sonic
2019-06-12
1
-10
/
+9
*
dex: remove uneeded info from block header
Wei-Ning Huang
2019-06-12
1
-15
/
+5
*
vendor: sync consensus core and fix conflict
Wei-Ning Huang
2019-06-12
5
-27
/
+30
*
app: fix bug when prepare transaction
Bojie Wu
2019-06-12
1
-2
/
+7
*
dex: fix test
Sonic
2019-06-12
1
-1
/
+1
*
app: correct process pending block logic
Bojie Wu
2019-06-12
1
-29
/
+38
*
dex: fix missing randomness assignment
Wei-Ning Huang
2019-06-12
1
-1
/
+2
*
dex: fix DKG round switching
Wei-Ning Huang
2019-06-12
1
-3
/
+3
*
dex: prevent broadcasting agreement and randomness indefinitely
Wei-Ning Huang
2019-06-12
1
-2
/
+6
*
dex: fix round switching and initialize dMoment correctly
Wei-Ning Huang
2019-06-12
1
-1
/
+8
*
dex: misc fixes
Wei-Ning Huang
2019-06-12
2
-8
/
+17
*
app: check nonce and balance in prepare payload
Bojie Wu
2019-06-12
1
-20
/
+111
*
geth: add propose flag to enable/disable proposing
Sonic
2019-06-12
1
-0
/
+7
*
core: included Dexcon metadata in block
Wei-Ning Huang
2019-06-12
1
-5
/
+11
*
dex: no need to rlp encode/decode now, consensus supports it
Sonic
2019-06-12
4
-41
/
+31
*
dex: use RLP to encode contract payload data
Wei-Ning Huang
2019-06-12
1
-6
/
+6
*
dex: fix public key conversion
Wei-Ning Huang
2019-06-12
1
-6
/
+2
*
dex: fix DKGMasterPublicKey and DKGComplaints unmarshal
Wei-Ning Huang
2019-06-12
1
-3
/
+2
*
dex: pass logger object to consensus core
Wei-Ning Huang
2019-06-12
1
-1
/
+1
*
app: implement verify block logic
Bojie Wu
2019-06-12
1
-22
/
+195
*
consensus: dexcon: fetch config from state
Wei-Ning Huang
2019-06-12
4
-7
/
+15
*
dex: fix public key parsing due to changes in consensus core
Wei-Ning Huang
2019-06-12
1
-12
/
+8
*
app: fixup message format
Wei-Ning Huang
2019-06-12
1
-8
/
+8
*
app: implement new insert blocks logic
Bojie Wu
2019-06-12
1
-147
/
+66
*
core/dex: fix governance contract implementation
Wei-Ning Huang
2019-06-12
1
-8
/
+8
*
dex: add initial block to Run
Jimmy Hu
2019-06-12
1
-1
/
+3
*
dex: polish network related function
Sonic
2019-06-12
4
-103
/
+211
*
dex: let notary nodes connect to some dkg nodes
Sonic
2019-06-12
4
-185
/
+204
*
dex/core: misc bug fixes
Wei-Ning Huang
2019-06-12
3
-2
/
+10
*
dex: register ethereum APIs
Wei-Ning Huang
2019-06-12
3
-1
/
+1036
*
dex: implement peerSetLoop
Sonic
2019-06-12
6
-11
/
+74
*
app: fix log message
Bojie Wu
2019-06-12
1
-8
/
+8
*
hack: temp fix for running tests
Wei-Ning Huang
2019-06-12
2
-8
/
+5
*
app: correct dexon application logic
Bojie Wu
2019-06-12
1
-81
/
+51
*
core: fix nil map initialization
Wei-Ning Huang
2019-06-12
1
-1
/
+2
*
dex: gov: using dex-consensus-core NodeSetCache
Sonic
2019-06-12
5
-64
/
+71
*
dex: add subprotocols
Sonic
2019-06-12
1
-1
/
+1
*
dex: run consensus core on Start
Wei-Ning Huang
2019-06-12
1
-0
/
+1
*
app: add default block reward
Bojie Wu
2019-06-12
1
-1
/
+1
*
dex: set tmp dMoment for testing
Wei-Ning Huang
2019-06-12
1
-1
/
+2
*
dex: fix flaky test
Sonic
2019-06-12
1
-0
/
+12
*
dex: add self node meta after Start
Sonic
2019-06-12
4
-6
/
+47
*
dex: add method to get NumChains, NotarySet, DKGSet easily
Sonic
2019-06-12
6
-43
/
+80
*
dex: move dexcon blockdb into datadir
Wei-Ning Huang
2019-06-12
1
-1
/
+3
*
dex: interface update
Wei-Ning Huang
2019-06-12
1
-1
/
+3
*
app: pass chain config instead of nil
Bojie Wu
2019-06-12
1
-3
/
+6
*
dex: network: implement the network interface
Sonic
2019-06-12
9
-58
/
+1024
*
dex: bug fix to allow running geth without crashing
Wei-Ning Huang
2019-06-12
3
-45
/
+50
*
dex: implement sendTx related governance methods
Wei-Ning Huang
2019-06-12
2
-6
/
+128
*
dex: pass p2p nodeKey to Dexon instance
Wei-Ning Huang
2019-06-12
3
-13
/
+20
*
app: modify for new interface method
Bojie Wu
2019-06-12
1
-19
/
+33
*
dex: implement some governance interface functions
Wei-Ning Huang
2019-06-12
4
-22
/
+98
*
dex: governance: implement governance interface
Wei-Ning Huang
2019-06-12
3
-16
/
+38
*
app: implement new interface method
Bojie Wu
2019-06-12
1
-27
/
+104
*
dex: add api_backend.go and it's dependencies
Wei-Ning Huang
2019-06-12
5
-2
/
+566
*
dex: update application interface
Wei-Ning Huang
2019-06-12
1
-20
/
+27
*
app: correct validation logic
Bojie Wu
2019-06-12
1
-4
/
+10
*
dex: implement dexon application interface
Bojie Wu
2019-06-12
3
-17
/
+285
*
dex: remove DAO related code
Sonic
2019-06-12
2
-62
/
+2
*
core: vm: refactor and add DKGFinalizeds related implementations
Wei-Ning Huang
2019-06-12
2
-4
/
+13
*
dex: redesign p2p network topology
Sonic
2019-06-12
12
-449
/
+1825
*
core: vm: implement the rest of governance contract methods
Wei-Ning Huang
2019-06-12
3
-4
/
+16
*
core: vm: add governance contract skeleton
Wei-Ning Huang
2019-06-12
1
-7
/
+7
*
dex: update consensus core interface
Wei-Ning Huang
2019-06-12
4
-36
/
+38
*
Change import go github.com/dexon-foundation/dexon
Wei-Ning Huang
2019-06-12
11
-66
/
+66
*
Use dex.Config instead of eth.Config
Wei-Ning Huang
2019-06-12
4
-72
/
+18
*
dex: implement notary node info propagation and management mechanism
Sonic
2019-06-12
3
-16
/
+183
*
dex: implement notarySet for keeping notary set info
Sonic
2019-06-12
1
-0
/
+203
*
dex: introduce dex64 and remove eth62, eth63
Sonic
2019-06-12
3
-18
/
+37
*
dex: let peer able to send notary node info
Sonic
2019-06-12
1
-3
/
+41
*
dex: let peerSet able to manage notary peers
Sonic
2019-06-12
1
-1
/
+64
*
dex: fix use of internal package not allowed
Sonic
2019-06-12
1
-1
/
+1
*
Change package name from eth to dex
Sonic
2019-06-12
8
-8
/
+8
*
Copy codebase from eth
Sonic
2019-06-12
8
-0
/
+2407
*
dex: update interface and use static bls lib
Wei-Ning Huang
2019-06-12
1
-0
/
+5
*
dex: make geth buildable and update interface skeleton
Wei-Ning Huang
2019-06-12
4
-5
/
+177
*
Add udpated governance interface and app interface
Wei-Ning Huang
2019-06-12
2
-2
/
+34
*
Add dex package
Wei-Ning Huang
2019-06-12
2
-0
/
+80