ynohtna92
ynohtna92
Dumping the ISO for the game "The Legend of Zelda: Collector's Edition" process a file where the iso will be stored in a NTFS Alternate Data Stream. This file cannot...
The current CashAddress.php file is generating incorrect cash addresses. Running `CashAddress::old2new('13spvtVJmRkTWGTCC8ya4LpQguCni9pHZE')` currently gives `bitcoincash:qq0c6rc3pf0hpf0r0849ddg36y9235e83sqqndxum7` (which doesn't pass a checksum), instead of `bitcoincash:qq0c6rc3pf0hpf0r0849ddg36y9235e83s5wh0n72c`. Please update CashAddress.php to the newest version https://github.com/Har01d/CashAddressPHP...
These commits fix the following issues: ### Ethereum.php does not handle eth_getLogs at all Fixed by added an OR with the handling of eth_getFilterChanges as they return the same JSON-RPC...
Adds several json API endpoints following the API sketch @casey derived in https://github.com/casey/ord/pull/1662. See [docs/src/guides/restapi.md](https://github.com/ynohtna92/ord-litecoin/blob/json-api/docs/src/guides/restapi.md) for full list of changes. Things still to do: - Fixes tests so they pass!...
The spending URL will falsely showing `Found` even if the output is not spent but another one is of the same tx. Not sure if this is intentional but it...
Implements the postage argument for the wallet mint subcommand.
Adds a Rest API to ord as described by https://github.com/ynohtna92/ord-litecoin/blob/api/docs/src/guides/restapi.md
https://github.com/ordinals/ord/blob/master/src/subcommand/server.rs#L1665 The following pages do not return a JSON response with `Accept: application/json` in the header. `/children/` and `/children//` This issue would be to enable JSON responses for these two...