issues
search
truechain
/
truechain-consensus-core
TrueChain Consensus Protocol: Minerva
Apache License 2.0
161
stars
70
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
pemkey save in clear text is insecure
#66
ghost
opened
5 years ago
0
verify sender from VRS, not hardcoded client ID
#65
arcolife
opened
6 years ago
2
build test failure: unable to find yaml config while it exists
#64
arcolife
opened
6 years ago
1
Reorg the package dependency
#63
hixichen
closed
6 years ago
0
Support cross compile in toolchain container
#62
hixichen
closed
6 years ago
1
Reject duplicate transactions from being added to the txpool
#61
samikshan
closed
6 years ago
0
Make sure duplicate transaction requests are rejected/ignored from being added to txpool
#60
samikshan
closed
6 years ago
0
fix package import for context -> it's native
#59
arcolife
closed
6 years ago
0
hmake deps fails because it requires golang.org/x/net/context which is natively available
#58
arcolife
closed
6 years ago
0
project restructuring required for committee like consensus creation
#57
arcolife
closed
6 years ago
3
Cross check sender pubkey / nonce from accounts db access
#56
arcolife
opened
6 years ago
0
Verify transactions in block in pre-prepare state of PBFT
#55
samikshan
closed
6 years ago
0
after >10 iterations of pbft-client requests to nodes, the server stops dumping tx req details
#54
arcolife
opened
6 years ago
1
checks for prevention of transaction re-orderin by leader?
#53
arcolife
opened
6 years ago
0
pbft stage completion step - for when leader is corrupted, re-send request from client
#52
arcolife
opened
6 years ago
0
obfuscated committee election
#51
arcolife
opened
6 years ago
1
add test import deps to manifest fixes #49
#50
arcolife
closed
6 years ago
0
missing deps while running hmake test
#49
arcolife
closed
6 years ago
1
gvt fetch/update cycle review
#48
arcolife
opened
6 years ago
0
Implement transaction pool as a priority queue
#47
samikshan
closed
6 years ago
0
Validate transactions in block during pbft phases
#46
samikshan
closed
6 years ago
0
Fix build failure
#45
hixichen
closed
6 years ago
4
Fix darwin build failure
#44
hixichen
closed
6 years ago
0
add a wait threshold timer instead of timer.sleep(1)
#43
arcolife
opened
6 years ago
0
commit vendor libs / 3rd party libs and freeze/audit versions
#42
arcolife
opened
6 years ago
0
documentation for dev workflow (log, console, testing)
#41
arcolife
opened
6 years ago
0
.env file to segregate development/staging v/s production
#40
arcolife
opened
6 years ago
0
gvt restore issue in hmake build (rebuilds entire dep on change in vendor/manifest)
#39
arcolife
closed
6 years ago
4
server crash logging/reporting and crash queue maintenance / rollup
#38
arcolife
opened
6 years ago
0
Data sync strategy for fastchain with snailchain
#37
arcolife
opened
6 years ago
1
update .proto rpc calls / data structures in line with engg codebase
#36
arcolife
opened
6 years ago
2
evm integration for transaction execution
#35
arcolife
opened
6 years ago
1
Trie + leveldb integration for on-chain logging/storage
#34
arcolife
opened
6 years ago
1
Queuing mechanism for txpool
#33
arcolife
closed
6 years ago
1
Missing interfaces for node.go and everything else
#32
arcolife
opened
6 years ago
0
Add support for a sample transaction dapp
#31
arcolife
opened
6 years ago
0
Align structure of truechain-consensus-core with py-trueconsensus
#30
arcolife
closed
6 years ago
0
test cases for pbft-core funcs
#29
arcolife
opened
6 years ago
0
Logging for TrueChain
#28
arcolife
opened
6 years ago
0
use xgo for cross compile
#27
arcolife
closed
6 years ago
2
live orchestration of truechain-engine | event response daemon
#26
arcolife
opened
6 years ago
1
update docs and add numquest as cmdline param
#25
arcolife
closed
6 years ago
0
no way to specify number of requests for client at the moment through cmdline
#24
arcolife
closed
6 years ago
0
Support for configuration from yaml
#23
hixichen
closed
6 years ago
1
Update readme file
#22
hixichen
closed
6 years ago
1
Add logger for pbft
#21
hixichen
closed
6 years ago
3
Some changes wrt block generation on leader side and format of transaction request on client end
#20
samikshan
closed
6 years ago
0
WIP update docs and add numquest as cmdline param
#19
arcolife
closed
6 years ago
0
Verify transaction requests from client on pbft end
#18
samikshan
closed
6 years ago
0
Update readme file
#17
hixichen
closed
6 years ago
1
Next