Fix the approach so that instead of stopping avalanche on the inconclusive item, we continue
with a reject vote. This way, we retain network consistency but are still able to tip the
network to finalize a rejection and not let a vote dangle.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 14 2022
May 14 2022
sdulfari requested review of D11468: [avalanche] Ensure nullptr safety on proccesor's public interface.
sdulfari updated the diff for D11457: [avalanche] Reject votes that have been inconclusive for too many rounds.
May 13 2022
May 13 2022
sdulfari requested review of D11457: [avalanche] Reject votes that have been inconclusive for too many rounds.
May 12 2022
May 12 2022
sdulfari committed rABC8e43311b0101: [avalanche] Fix logging of vote statuses (authored by sdulfari).
[avalanche] Fix logging of vote statuses
sdulfari committed rABCe6e75c178b54: [avalanche] Fix proof voting response type (authored by sdulfari).
[avalanche] Fix proof voting response type
Generally true throughout this diff: the naming is too dependent on the underlying proofs database being a radix tree. A simple example at the peer manager interface is getProofRadixTree(). Does the caller care that the DB is a radix tree? If we change to some other COW DB, we'll end up with a lot of renaming to do.
May 11 2022
May 11 2022
May 10 2022
May 10 2022
May 9 2022
May 9 2022
May 6 2022
May 6 2022
Maybe mention in the summary that changes related to g_wtxid_relay_peers are not present because these are for segwit.
Attempt to handle unexpected DUPLICATED case gracefully
sdulfari committed rABC1e7b869da4b3: [avalanche] Consolidate duplicate code for moving proofs to conflicting pool (authored by sdulfari).
[avalanche] Consolidate duplicate code for moving proofs to conflicting pool
May 5 2022
May 5 2022
A quick mention of what you intend to do with this would be helpful since it's not currently used except for its own test.
May 4 2022
May 4 2022
sdulfari committed rABC9bd7eb3de72a: Rename radix typename for key type to something searchable (authored by sdulfari).
Rename radix typename for key type to something searchable
Apr 29 2022
Apr 29 2022
sdulfari committed rABCWEBaba104480b60: Fix swapped max and default diff settings in mining post (authored by sdulfari).
Fix swapped max and default diff settings in mining post
Add sane instructions for rvm setup
Apr 28 2022
Apr 28 2022
sdulfari added inline comments to D11340: Add an option to allow for bypassing the network group limit on outbound connections.
sdulfari requested changes to D11390: [avalanche] Bypass net group limits by default for avalanche outbounds.
This single flag is trying to do two jobs, so it ends up being a tri-state switch, which I doubt is expected by the user:
- Unset - non-avalanche connections do not bypass, but avalanche connections do
- True - all connections bypass
- False - no connections bypass
Reflow eCash section of the README
Apr 26 2022
Apr 26 2022
Apr 25 2022
Apr 25 2022
Apr 22 2022
Apr 22 2022
sdulfari committed rABCea94626afbe7: Rewrite README intro to be more objective (authored by sdulfari).
Rewrite README intro to be more objective
Apr 21 2022
Apr 21 2022
sdulfari committed rABC2e5ba447b21d: Rename Bitcoin Cash to eCash in backporting instructions + minor fixes (authored by sdulfari).
Rename Bitcoin Cash to eCash in backporting instructions + minor fixes
Fix missed renaming to eCash
Fix typo in disclosure
sdulfari requested review of D11379: Rename Bitcoin Cash to eCash in backporting instructions + minor fixes.
Apr 20 2022
Apr 20 2022