Releases: ordinals/ord
Releases ยท ordinals/ord
0.10.0
Added
- Batch inscriptions (#2504)
- Add teleburn command to generate Ethereum teleburn addresses (#1680)
- Add Korean version of handbook (#2560)
- Add German version of handbook (#2441)
- Add Arabic version of handbook (#2442)
- Add French version of handbook (#2508)
- Implement pointer spec (#2499)
- Add pointer spec (#2383)
- Add Russian version of handbook (#2468)
- Add inscription number endpoint (#2485)
- Allow inscriptions to include CBOR metadata (#2421)
- Add Filipino version of handbook (#2483)
- Add code syntax highlighting to preview (#2471)
- Add font media types (#2464)
- Render markdown previews (#2325)
- Add metaprotocol field (#2449)
- Add Spanish version of handbook (#2448)
- Add
application/cbor
media type with extension.cbor
(#2446)
Changed
- Create single-directory release archives (#2537)
- Allow fixed length encoding for parent id in child inscription (#2519)
- Recognize inscriptions with pushnum opcodes (#2497)
- Rename
index run
->index update
(#2462) - Refactor inscription parsing (#2461)
- Allow running
find
on a range of sats (#1992)
Fixed
Misc
- Remove paranthetical annotations (#2540)
- Refactor index checks (#2541)
- Don't add path component in bin/package (#2536)
- Metadata Filipino translation (#2517)
- Add pointer spec to docs (#2533)
- Make inscriptions with pointer cursed (#2523)
- Small refactor for inscribe code (#2515)
- Pre-allocate vector size (#1960)
- Add troubleshooting guide for syncing bitcoind (#1737)
- Same input envelopes become reinscriptions (#2478)
- Document JSON-API (#2484)
- Update parent-child guide (#2487)
- Add regtest flag to bitcoin-cli docs (#2488)
- Update overview.md (#2456)
- Correct donation address (#2475)
- Fixes release tarbomb (#2473)
- Update dependencies (#2470)
- Add internal sequence number (#2460)
- Update guide with parent-child and json API (#2429)
- Update Japanese handbook version with provenance section (#2450)
Runes
- Implement splits (#2530)
- Add rune fuzz targets (#2526)
- Allow searching by rune or rune ID (#2522)
- Encode runestones with tags (#2547)
- Edict with zero amount allocates all remaining runes (#2531)
- Always create rune, even if none were allocated (#2543)
- Show rune balances on /output page (#2527)
- Delta encode Rune IDs in edicts (#2532)
- Add test to keep track of runestone size (#2529)
- Show etching and inscription on /rune page (#2512)
- Track burned runes (#2511)
- Don't encode divisibility if zero (#2510)
- Format rune supply using divisibility (#2509)
- Add pre-alpha unstable incomplete half-baked rune index (#2491)
0.9.0
Added
- Allow reinscribing with wallet (#2432)
- Provide more detailed translation instructions (#2443)
- Add Japanese version of handbook (#2426)
- Add provenance to docs summary (#2427)
- Inscribe with parent (#2388)
- Add provenance spec (#2278)
- Implement provenance in index (#2353)
- Add application/protobuf media type (#2389)
- Install mdbook-i18n-helpers in Github Workflows (#2408)
- Add
decode
command (#2401) - Add Chinese version of the handbook (#2406)
- Add language picker for docs (#2403)
- Add reindexing docs (#2393)
- Vaccuum log with every new deploy (#2390)
Changed
- Fold BlockIndex into database (#2436)
- Prevent search when query field is empty (#2425)
- Make any zero-valued input inscription unbound (#2397)
- Tweak translations intructions (#2413)
- Remove unused itertools dependency (#2416)
- Update dependencies (#2414)
- Update clap (#2415)
- Use tapscript extraction from rust-bitcoin (#2404)
- Allocate blocks vector ahead of time (#2409)
- Deduplicate sat range summation logic (#2402)
- Inscriptions with unrecognized even fields are unbound and cursed (#2359)
- Remove unused content_response match statement (#2384)
Fixed
0.8.3
Added
- Tweaks to front-end (#2381)
- Add some links to docs (#2364)
- Add testing guide for recursion (#2357)
- Make homepage more interesting (#2374)
- Add proper block inscriptions HTML (#2337)
- Render GLB/GLTF models in preview (#2369)
- Add tags and inscription id documentation (#2351)
- Add hint about maximum number of open files for testing (#2348)
- Reduce index durability when testing (#2347)
- Homogenize design (#2346)
Fixed
- Fix slice error for inscriptions block view (#2378)
- Use correct height and depth in reorg log (#2352)
Changed
0.8.2
Added
- Allow setting custom postage (#2331)
- Make retrieving inscriptions in block fast (#2333)
- JSON API for
/inscription
,/inscriptions
and/output
(#2323) - Ignore invalid content type header values (#2326)
- Add reorg resistance (#2320)
- Add JSON API endpoint
/sat/<SAT>
(#2250) - Add
amount
field towallet inscriptions
output. (#1928)
Changed
- Only fetch inscriptions that are owned by the ord wallet (#2310)
- Inform user when redb starts in recovery mode (#2304)
- Select multiple utxos (#2303)
Fixed
0.8.1
Added
- Add retry to fetcher (#2297)
- Add satpoint and address to index export (#2284)
- Don't create default data directory if --index overrides it (#1991)
- Implement clean index shutdown to prevent index corruption (with clippy updates for Rust 1.71) (#2275)
- Set lower max age for not found (#2240)
Changed
- Fix justfile recipe (#2299)
- Clean up deploy scripts (#2298)
- Update redb (#2294)
- Update bitcoin dependencies (#2281)
- Fix ordering for reinscriptions and show all reinscriptions for sat (#2279)
- Modify
ord list
output to include the end of each range (#1998)
Documentation
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
Added
- Cursed Inscriptions [1/n] (#2145)
- Authenticate to bitcoin using a username and password (#1527)
- Add example config file (#2044)
Changed
- Unbind inscriptions from zero-sat transactions (#2107)
Documentation
- Tweak doc: Inscriptions made on first sat of input (#2148)
OP_PUSH
instead ofOP_1
in inscription docs (#2135)- Document bitcoind RPC authentication options (#2056)
- Fix typo in Sparrow Wallet docs (#2077)
- Update donate.md for inscriptions donations. (#2125)
- Promote raphjaph to lead maintainer ๐ซก (#2119)
- Improve donation page (#2034)