Casey Rodarmor
Casey Rodarmor
Gmart has an excellent fork of ord at https://github.com/gmart7t2/ord. We haven't included his patches because they don't have tests, but they're good patches that provide useful functionality. We should try...
Raph and I have both run into an issue when inscribing locally on regtest, where inscribing triggers a rescan of the chain/outputs/transactions in bitcoin core. This makes inscribing many items...
Use block hash as a source of randomness. Huge concern is miners being able to manipulate bets by grinding favorable block hashes. A possible mitigation for that is to make...
The HTML and command-line tests are horrible. We should avoid testing HTML and command line flags at all possible, and instead write tests that pass in requests and command-line flags...