Casey Rodarmor
Casey Rodarmor
I don't understand what the improvement is. It seems okay if it only loads inscriptions when they're in view, and I'd rather not break preview if JavaScript is disabled. Thank...
I personally don't think this is a huge increase in readability, since there's just more indirection in figuring out what's going on.
To be clear: I closed this PR because I think it's a net negative and makes the code harder to read. The rule of three is about deduplication. The PR...
> * If transfer trait has a fixed contract, bugs like this could be cought early by making sure that the postage is used for new transfer implementation - [A...
What would be the goal of splitting out the runestone types into a separate crate? I don't think it would particularly improve compile times, since without tests, the ordinals crate...
I think it's probably easier to split them when there's an actual problem that we want to solve. In general, I try not to anticipate problems too much, as long...
I'm fine with that, although, in practice, running the tests takes a lot longer than building the docs or linting, and they happen in parallel, so it doesn't slow down...
Fixed in #3659.
Fixed in #3659. Thank you for reporting!
This one is pretty easy, we need to configure axum to allow a longer request body size: https://docs.rs/axum/latest/axum/extract/struct.DefaultBodyLimit.html