- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 2 2024
Aug 30 2024
Aug 28 2024
Works for me 👍🏻
Aug 27 2024
rebase on master
Aug 26 2024
In D16544#378081, @bytesofman wrote:Not sure what you’re asking there
In D16544#378062, @bytesofman wrote:update using a dataclass
could you summarize what this does and why this became preferable? I can see the organization change, is it just easier to read and maintain as a class?
Aug 22 2024
rebase to fix build
fix hopefully the last test
fix other tests
fix groups for the error case
move agora.py into ecash-agora (so it becomes part of the npm package), rebase to fix tests, update + fix comments
fix tests in context.rs
minor fixes/cleanup, rebase on D16674
remove unrelated chronik-db change
rebase, update using a dataclass, add sats calculation as requested
fix comments
Aug 21 2024
Aug 20 2024
fix missing =
fix lint length
use djlint to lint explorer templates
Aug 19 2024
Aug 16 2024
Aug 15 2024
Another possible name would be gettransactionstatus; you already say this in the release notes: "retrieve the status of a non-mined transaction". It would (kinda) imply that the RPC should return "mined" for mined txs (which we can't do in the general case because the -txindex can be disabled). So either it looks that up (and returns "unknown" if the txindex is off), or the name could also be gettransactionstatusinmemory, which is I think the most precise, albeit a bit long.
Aug 14 2024
Yes, we wanna make sure we don't crash in this scenario. There might be others too, but I hadn't had the time to cover them yet, we might do so in the future and amend this test.
Aug 13 2024
supposed to be a draft
address review
Aug 12 2024
Aug 9 2024
if you don't like the Object.entries change, fine to ignore
some ideas for better code style
Aug 8 2024
Aug 7 2024
Aug 6 2024
address review
Aug 3 2024
Aug 2 2024
Aug 1 2024
rebase onto master
can't say no to this much removed code 🤷🏼♂️
CI failure unrelated, will land anyway
rebase onto D16568
rebase onto D16568 again
fix test
fix test
fix nits
rebase onto D16568