Author | SHA1 | Message | Date |
---|---|---|---|
M. J. Fromberger |
6dd8984fef
|
Fix and clarify breaks from select cases. (#6781)
Update those break statements inside case clauses that are intended to reach an enclosing for loop, so that they correctly exit the loop. The candidate files for this change were located using: % staticcheck -checks SA4011 ./... | cut -d: -f-2 This change is intended to preserve the intended semantics of the code, but since the code as-written did not have its intended effect, some behaviour may change. Specifically: Some loops may have run longer than they were supposed to, prior to this change. In one case I was not able to clearly determine the intended outcome. That case has been commented but otherwise left as-written. Fixes #6780. |
3 years ago |
Aleksandr Bezobchuk |
09a6ad7b1e
|
types: Refactor EventAttribute (#6408) | 4 years ago |
Aleksandr Bezobchuk |
46e06c9732
|
state: fix block event indexing reserved key check (#6314)
copy 🍝 bug when porting similar logic from the tx indexing code.
|
4 years ago |
Aleksandr Bezobchuk |
003f394512
|
rpc: index block events to support block event queries (#6226) | 4 years ago |