Casey Rodarmor

Results 1064 comments of Casey Rodarmor

This seems like an obvious win to me, and I think we should merge regardless. That being said, did you benchmark this? Is there a speedup? Optimization without data is...

@veryordinally Since you might be interested in this. Would be also be a great first issue for a GH CI wiz.

This could also be more general, and allow donating an inscription to another inscription holder by using its address. This would allow not hard coding any addresses, and making it...

Thank you for the PR! Check out #1544, would using a config file be possible? If so, would it be better or worse than command line arguments, and why? Passing...

If environment variables are preferred, than I'd be totally fine with a PR that caused `ord` check for those ORD_BITCOIND_RPC_USER and ORD_BITCOIND_RPC_PASS and use them directly, instead of needing to...

Agree on all points. I just want to prioritize specific use cases that specific users have. We eventually want a consistent, multi-layer interface for all config options, but for now,...

Just going through my mentions and saw this again. I love the idea of using REST where we can. I find JSON-RPC very awkward, and don't really like the way...

> which has been fixed. perhaps we just need to update the version of rust-json rpc we are using? Ideally we'd get off our own fork, but we need to...

I'd love to show a progress bar. I'm not sure if the delay is on our side, or on the redb side. If it's the latter, this might require support...

Redb is ACID, so commits are all or nothing, and partial commits will never be visible, so if the issue is long redb commits, we can't get height updates. Moving...