remove fixme comment (now fixed)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 18 2024
fix var shadowing and move comment to the related line of code
rebase
comment nits
When you add a new feature like this you need to also add a test for the new feature so you demonstrate that it works as expected.
You can look at the functional tests in test/functional/chronik_*.py for test examples, and most likely you can extend one of the existing test instead of creating a new one.
Nov 17 2024
renamed variable from x to block
Nov 16 2024
In D17149#389136, @teamcity wrote:
That failure seems unrelated to this diff. I can rebase later and investigate the failure separately.
rebase, remove not-needed dep, back out unrelated change to alias query function, fix comment
rebase
rebase
rebase
rebase
fix clang-tidy
Note that I squashed these 3 commits because they kept touching the same lines. The intermediate states in-between commits was not very interesting to have in the git history.
it didn't complain but fix it anyway