Issues
- 0
Include Message Validation in Spec
#453 opened by GalRogozinski - 0
i think we can remove all getters that dont do any computation (in all code not just here)
#465 opened by GalRogozinski - 2
Seperate tests.json files to smaller files
#482 opened by GalRogozinski - 1
Refactor ValidatorRegistration Pre-Consensus Process to Include Fee Recipient
#504 opened by olegshmuelov - 0
bug: Incorrect type conversion in GetCommitteeID
#501 opened by AKorpusenko - 0
Pass slashable validators shares (attestation duties) to CommitteeRunner when starting a duty
#500 opened by MatheusFranco99 - 0
Use pointer in structure's methods
#499 opened by MatheusFranco99 - 1
- 1
- 1
instead of storing a map of shares here, i think we should store map of shares in CommitteeRunner and only a single share in the other runners
#464 opened by GalRogozinski - 1
- 2
A spec probably shouldn't care about whether the key is PKCS1 or PKCS8 encoded
#485 opened by GalRogozinski - 0
Remove unused Subscriber interface
#495 opened by MatheusFranco99 - 1
PRs that should be merged for CC
#479 opened by GalRogozinski - 2
- 0
Sort signers in decided messages
#472 opened by MatheusFranco99 - 0
Update PKCS1 to PKCS8
#489 opened by MatheusFranco99 - 0
- 1
All runners should be committee Based
#451 opened by GalRogozinski - 1
- 1
`DomainType` fits better in config than in committeeMember ( or share for that matter) since its used for everything under the same network and we're not going to have different domainTypes for different shares/members ever unless its a bug.
#439 opened by GalRogozinski - 0
Message Validation in Spec
#375 opened by MatheusFranco99 - 4
We do slashing checks on sync committees
#437 opened by GalRogozinski - 0
`fullData` field should be forced to be empty for Prepare and Commit messages
#329 opened by GalRogozinski - 0
can we use one of the sign functions in the runners instead of repeating this code?
#463 opened by GalRogozinski - 0
We can't reach Message Type error in tests that comes from `baseCommitValidationIgnoreSignature`
#462 opened by GalRogozinski - 2
we printed errors instead of returning them
#460 opened by GalRogozinski - 0
Update Alan fork epoch in spec
#459 opened by GalRogozinski - 0
- 0
Simplify Message Containers
#455 opened by GalRogozinski - 0
Reduce State Comparison Files
#454 opened by GalRogozinski - 2
- 0
- 4
Tests Wishlist for committee based consensus
#383 opened by GalRogozinski - 1
- 1
RunnerRole can be compressed farther on wire
#423 opened by GalRogozinski - 5
Fork Wishlist
#368 opened by GalRogozinski - 1
`TestingVerifier()` causes data race in tests
#411 opened by GalRogozinski - 0
- 1
Remove `identifier` field from qbft message
#404 opened by GalRogozinski - 0
- 0
Distinguish between err message
#376 opened by olegshmuelov - 0
Do Proposal's pre-consensus as soon as possible in the start of the spec
#373 opened by MatheusFranco99 - 0
- 1
How to identify the Operator Consensus Breakdown
#364 opened by TinyVege - 0
More post consensus tests
#363 opened by GalRogozinski - 6
How to identify the offiline operators if 1/2 operators are malicious in a cluster
#351 opened by TinyVege - 0
- 1
Optimization Proposal: Eliminate Duplicate Validation Check to Improve Consensus Time
#325 opened by olegshmuelov - 0
Optimization Suggestion: Reduce Redundant Calls to SignedMessage.Validate in QBFT Message Processing
#326 opened by olegshmuelov