Looks like wrong release notes file was copied.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 22 2023
Mar 21 2023
Mar 20 2023
Mar 19 2023
Mar 17 2023
Mar 16 2023
Mar 15 2023
Feedback + reworking some comments
Mar 14 2023
Why not use the registerVotes and addToReconcile API like the other tests, rather than massaging the internals ?
- Address feedback
- Restrict filtering to finalized items of any type and invalidated blocks only. See comments for rationale.
Mar 9 2023
Mar 3 2023
Mar 2 2023
fixup f-string
Mar 1 2023
D13219 is a draft to give an idea what the followup can look like to generalize this. Still needs updates to tests and renaming pending acceptance of this diff.
Use a bloom filter instead
- Rebase and fixup release notes
- Add miner fund rejection test case
Feb 28 2023
Feb 27 2023
Does not matter now that this patch has been reviewed a couple times but lots of little things could have been their own diffs like making some things const, moving nNoLimit, etc.
Fix the callsite instead of modifying the implementation
Feb 24 2023
More test cleanup
Rebase and add null check
Feb 23 2023
add release note
- Remove unnecessary fParked
- Add new functional test to ensure miner fund address and amount can be changed by policy
feedback
feedback
Feb 22 2023
Feb 21 2023
Rebase & fixup according to feedback
feedback
Cleanup unnecessary check against getbestblockhash
Feb 20 2023
Incorporate nits except moving checkEarlyBlocks. This would work as the test is now but it is not clear to me that this actually adds value.
Feb 17 2023
- Fix leftover assumptions from previous iteration. Genesis block is now robustly supported.
- Rename pindex -> blockIndex
- Improve test coverage for early blocks including genesis
- Refactor tests to make better use of lambdas and fix other minor issues throughout.
Feb 16 2023
Improve file names. Remove now unneeded GetParkingPoliciesForBlock and other cleanup.
Address all feedback. Add more test cases and cleanup test code.
Feb 15 2023
first pass