bitcoincashautist

Results 11 issues of bitcoincashautist

Title. Import works well, but there's no export or have I missed it?

So I did a `./ord wallet inscribe --fee-rate 4.0 --no-limit` with a 2,588,256 byte file :) The wallet made 2 outputs, as you can see here: https://mempool.space/tx/32c5b7732e7d7ef36ce80e74cf7359d7cf0692bf1dcb9704fb5bfbb679801d0c My mistake was...

Example, inscription: https://ordinals.com/inscription/8ae4f4b93d8e3bb4b53b8dd437d8d360930f0e9733f437d67d465daf2a57fdabi0 displays ok but content: https://ordinals.com/content/8ae4f4b93d8e3bb4b53b8dd437d8d360930f0e9733f437d67d465daf2a57fdabi0 returns `inscription 8ae4f4b93d8e3bb4b53b8dd437d8d360930f0e9733f437d67d465daf2a57fdabi0 not found` also, the [`preview`](https://ordinals.com/content/8ae4f4b93d8e3bb4b53b8dd437d8d360930f0e9733f437d67d465daf2a57fdabi0) API repeats the file 2 times between `` tags, you can do `curl https://ordinals.com/preview/8ae4f4b93d8e3bb4b53b8dd437d8d360930f0e9733f437d67d465daf2a57fdabi0...

Currently some casts will actually call conversion like int() resulting in compiled bytecode using OP_BIN2NUM. In some cases, when the user knows that the hex will be a valid script...

Declare them in contract() statement, but decide their position later, so compiled bytecode can add them later to avoid unnecessary stack juggling

will be useful for producing optimized [libraries](https://github.com/CashScript/cashscript/issues/153) or just to save bytes by forcing some checks or ops to be carried out in a particular manner

This is possible even though Monero (XMR) has neither hashing nor timelocks. Only one chain must have sufficient scripting capabilities, while the other one does not. All that's needed of...

The UTXO state is our most important metric since it's the scaling bottleneck and also can be a surrogate for our number of holders count, however I haven't found a...

So I was thinking to split how to store redeem script, how about split it to 3 fields: - redeem script pattern, computed by replacing each sequence of pushes with...

If `limit: 1` then it fails, if some greater number then it executes OK. In this example even `limit: 2` executes OK. ``` # Matches all spends from AnyHedge v0.11...

good first issue