Commit Graph

68 Commits (fa1fdecfbdac82eabe560596532f5e50a44280ca)

Author SHA1 Message Date
Richard Liu 66a9fa81ac added txCount 6 years ago
Rongjian Lan 78a46a7ddf Add showBalance functionality to wallet 6 years ago
Rongjian Lan d4f1654c5b Add FetchUtxoMessage and corresponding messaging code 6 years ago
Rongjian Lan 54a6def5ac Add import private key and check balance functionalities to wallet 6 years ago
Rongjian Lan b741fb5d92 Add keystore and account listing/clear functionalities 6 years ago
Rongjian Lan 4dff24ff05 Add wallet program which can create a new Account for user 6 years ago
Minh Doan 9b2f1043af fix -composite literal uses unkeyed fields- 6 years ago
Minh Doan 10c9acc8f6 fix error msg: composite literal uses unkeyed fields 6 years ago
Minh Doan 6cd04086f6 refactor db init 6 years ago
Minh Doan 9e645f186e enable leveldb into blockchain 6 years ago
Rongjian Lan 7cfa59eddf Fix some mismatch between addresses for benchmark 6 years ago
Richard Liu b3a3c66bf9 update configr. 6 years ago
Rongjian Lan 812df64b3b Add transaction signature; Add signing process; Integrate with Consensus and Verification process 6 years ago
Rongjian Lan 99c05a45fe Create signature for the generated transactions in benchmark 6 years ago
Rongjian Lan 9a79042155 Add util to lookup private key from address (for benchmark) 6 years ago
Rongjian Lan 13467d48fd Add sign utility func to Transaction.go 6 years ago
Rongjian Lan b046208abb Add dummy signature field in transaction 6 years ago
Rongjian Lan 8c167c1d14 Migrate address from string to [20]byte 6 years ago
Richard Liu 7ad223816f update for github.com folder structure 6 years ago
Richard Liu f7fccb764f use godoc to generate doc. 6 years ago
Richard Liu dab47e7b24 update readme btctxgen. 6 years ago
Richard Liu 932852b674 rename 6 years ago
Richard Liu 5ad778781e fixed null outpoint issue; make outpoint.index uint32. 6 years ago
Richard Liu 09286bb82a add outpoint 6 years ago
Richard Liu 0b79259863 update cross-shard. 6 years ago
Richard Liu 88892e61eb added cross-shard support to btctxgen 6 years ago
Richard Liu 94a9a52cab clean code; fix build break. 6 years ago
Richard Liu 07fbeb6c8b update btctxgen so that it will iterate tx on by on. 6 years ago
Rongjian Lan 2e8ac6a6e7 Fix import issue of btctxgen.go after my refactor on proto/ 6 years ago
Richard Liu ca3ed368b1 update btctxgen 6 years ago
Richard Liu 90fac0f1ab initClient 6 years ago
Richard Liu 0455ecc2b1 sketch 6 years ago
Rongjian Lan 651af74bf0 Fix bad code from last refactoring 6 years ago
Rongjian Lan f783dbb47b Refactor consensus and client's message.go file 6 years ago
Rongjian Lan 80ae8cdcf6 Refactor proto node.go into it's own package 6 years ago
Rongjian Lan 3d37dae7ca Refactor common folder into proto folder and rename common/message.go into proto/common.go 6 years ago
Richard Liu c468cc350e add log 6 years ago
Richard Liu 62f38fb49b &txInfo 6 years ago
Richard Liu b5ff075848 minor. 6 years ago
Richard Liu 1d4908af83 minor. 6 years ago
Richard Liu 6d6742cd2d extract txInfo. 6 years ago
Richard Liu ab73f27df2 get client port into configr 6 years ago
Richard Liu 349475210c rename configr 6 years ago
Richard Liu 12c83d422c merge configreader 6 years ago
Richard Liu b21859108c minor refine of txgen 6 years ago
alok 71a6e4f0cb increased tx throughput to 100k 6 years ago
alok fb6289fb37 changed transaction time uncommented go serve in commander 6 years ago
Minh Doan 7f3c717092 return consensus pointer instead a copy which contains mutex 6 years ago
Minh Doan 7ebcc89cdb refactor to avoid returning a copy of a struct containing lock 6 years ago
Richard Liu f092d25d7a added ip into log file name 6 years ago