Details
Details
- Reviewers
sdulfari - Group Reviewers
Restricted Project - Commits
- rABC4d77536c6183: [avalanche] Leverage AnyVoteItem to have a single VoteItemUpdate object
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_voteitemupdate
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21781 Build 43197: Build Diff lint-circular-dependencies · build-debug · build-without-wallet · build-diff · build-clang · build-clang-tidy Build 43196: arc lint + arc unit
Event Timeline
src/avalanche/test/processor_tests.cpp | ||
---|---|---|
283 | To make it more explicit, especially when you read the test case you might not understand why you need an additional call to getItem (you already have an item, right ?), despite fromAnyVoteItem make it clear that you have the wrong type. Let me know if you disagree. | |
370–375 | ah good catch, I initially unrolled but forgot to rename after I switched to a templated test case |
src/avalanche/test/processor_tests.cpp | ||
---|---|---|
283 | I think there's something missing because the "from" implies a "to" which doesn't read well in the tests or anywhere else. But I don't want to block on this so this patch is green. We can discuss offline and rename if something else is better. |