Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ord): update to 0.21.3 #18

Merged
merged 93 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
0b6112c
Change test-bitcoincore-rpc to mockcore in README.md (#3842)
TheHeBoy Jul 10, 2024
c27a214
Commit twice to work around redb off-by-one bug (#3856)
casey Jul 18, 2024
d36c6cc
Release 0.19.1 (#3864)
casey Jul 18, 2024
d979339
Update Portuguese Translation pt.po (#3837)
0xArtur Jul 19, 2024
8c2f2fa
Updated Chinese translation (#3881)
DrJingLee Aug 2, 2024
ba9d8c3
Fix rune links for runes with no symbol (#3849)
cryptoni9n Aug 3, 2024
b5c7bbe
Suppress printing sat_ranges by default (#3867)
cryptoni9n Aug 5, 2024
85979aa
Re-enter beta (#3884)
casey Aug 5, 2024
3a3d7b8
Update pointer specification (#3861)
ansigroup Aug 5, 2024
7682e91
Clarify that unused runes tags should not be used (#3885)
casey Aug 6, 2024
c24d136
Migrate object.rs to snafu error handling (#3858)
cryptoni9n Aug 7, 2024
b44e581
Make index settings harder to misuse (#3893)
casey Aug 10, 2024
e59bd3e
Don't unnecessarily insert into utxo cache when indexing addresses (#…
raphjaph Aug 10, 2024
55821ae
Remove trailing space from runes specification (#3896)
casey Aug 11, 2024
2de128f
Serve responses with cross origin isolation headers (#3898)
patrick99e99 Aug 13, 2024
ef2de89
List all Bitcoin Core wallets (#3902)
raphjaph Aug 16, 2024
19f9198
Make first first and last sat in range clickable (#3903)
raphjaph Aug 17, 2024
75bf04b
Migrate Outgoing to SnafuError (#3854)
cryptoni9n Aug 17, 2024
4d30642
Update Bitcoin Core deploy to 27.1 (#3912)
casey Aug 26, 2024
7e41f0a
Add sat_balance to address API (#3905)
cryptoni9n Aug 28, 2024
fff2479
Add Dutch translation to Ordinals Handbook (#3907)
Tibebtc Aug 28, 2024
86c40ac
Migrate chain.rs to snafu error (#3904)
cryptoni9n Aug 28, 2024
9fff9a0
Bump version to 0.20.0-dev (#3916)
casey Aug 28, 2024
3b081ee
Revert "Serve responses with cross origin isolation headers" (#3920)
casey Aug 29, 2024
3a50f67
Remove inscription content type counts from /status page (#3922)
casey Aug 29, 2024
0ae0572
Unified OUTPOINT_TO_UTXO_ENTRY table (#3915)
partialord Sep 3, 2024
e9353f3
Add address field to `/r/inscription/:id` (#3891)
elocremarc Sep 3, 2024
839322b
Add inscriptions and runes details to address API endpoint (#3924)
twosatsmaxi Sep 3, 2024
3a2de0d
Release 0.20.0 (#3928)
casey Sep 3, 2024
3807c9d
Bump version to 0.20.0-dev (#3929)
casey Sep 3, 2024
5e35dd5
Add test to remind us to fix the UtxoEntry redb type name (#3934)
casey Sep 4, 2024
4d05253
Put AddressInfo into api module (#3933)
raphjaph Sep 4, 2024
a301eeb
Fix clippy lint (#3937)
casey Sep 6, 2024
1ae542f
Add inscription index to /status (#3938)
casey Sep 9, 2024
ed185b9
Remove unnecessary symbols in docs/src/guides/testing.md (#3945)
tiaoxizhan Sep 13, 2024
5953cca
Add inscription examples to handbook (#3769)
cryptoni9n Sep 13, 2024
ed19df5
Allow scrolling in iframe (#3947)
raphjaph Sep 14, 2024
c5f4ab5
Skip serializing None in batch::File (#3943)
raphjaph Sep 14, 2024
b3f5add
Fix /output page (#3948)
raphjaph Sep 14, 2024
5ecc1d4
Add `/satpoint/<SATPOINT>` endpoint (#3949)
raphjaph Sep 16, 2024
a861cdd
Don't log RPC connections to bitcoind (#3952)
raphjaph Sep 17, 2024
51d84da
Start indexing at correct block height (#3956)
partialord Sep 20, 2024
34ce19a
Fix output API struct (#3957)
raphjaph Sep 21, 2024
4b109f9
Remove dependency on `ord-bitcoincore-rpc` crate (#3959)
raphjaph Sep 21, 2024
0477b52
Keep sat ranges in low-level format (#3963)
partialord Sep 24, 2024
9bc83eb
Implement burn for wallet command (#3437)
onchainguy-btc Sep 30, 2024
97dbbad
Add multi parent support to wallet (#3228)
raphjaph Sep 30, 2024
ca7ece4
Get parents using `as_slice` instead of converting to `Vec` (#3972)
casey Sep 30, 2024
e71efa1
Rename parents_values -> parent_values (#3973)
casey Sep 30, 2024
bee7bf6
Fix non-existant output lookup (#3968)
raphjaph Oct 2, 2024
80f8cae
Release 0.20.1 (#3975)
raphjaph Oct 3, 2024
46611bd
Refactor burn command (#3976)
casey Oct 3, 2024
f1c1ee5
Remove regtest.ordinals.net just recipes (#3978)
casey Oct 3, 2024
91afc8d
Add `ord verify` (#3906)
raphjaph Oct 8, 2024
70c2a6b
Release 0.21.0 (#3997)
casey Oct 12, 2024
b6ac024
Remove /runes/balances API endpoint (#3980)
lifofifoX Oct 14, 2024
387fe73
Update rust-bitcoin in ord (#3962)
raphjaph Oct 18, 2024
8d964d7
Revert redb to 2.1.3 (#4003)
raphjaph Oct 19, 2024
891ad22
Release 0.21.1 (#4006)
raphjaph Oct 21, 2024
9087ec5
Update Bitcoin Core install script (#4007)
raphjaph Oct 21, 2024
21d2810
Remove pre-alpha warning from ord help (#4011)
cryptoni9n Oct 22, 2024
8184208
Change mint progress to `mints / terms.cap` (#4012)
casey Oct 22, 2024
205dff6
Only show rune mint progress during mint (#4013)
casey Oct 22, 2024
ef2212b
Show if JSON API is enabled on /status (#4014)
casey Oct 22, 2024
441f94a
Update JSON-API & Recursive documentation (#3984)
cryptoni9n Oct 24, 2024
0ac14c9
Document POST method for /inscriptions (#4017)
cryptoni9n Oct 24, 2024
0169bf4
Add authors to Handbook (#4018)
raphjaph Oct 24, 2024
19a34e2
Add more info to `wallet outputs` (#4019)
raphjaph Oct 25, 2024
6eebb11
Add `wallet addresses` (#4005)
raphjaph Oct 25, 2024
a5e5ddb
Add BIP322 `wallet sign` (#3988)
raphjaph Oct 25, 2024
4f20598
Add `/r/undelegated-content/<INSCRIPTION_ID>` (#3932)
elocremarc Oct 26, 2024
d97cf03
Show total child count (#4009)
arik-so Oct 26, 2024
821c6ed
Create change output when inputs containing non-outgoing runes are se…
casey Oct 26, 2024
a520fce
Release 0.21.2 (#4029)
casey Oct 26, 2024
cb4a745
Allow fallback for satpoints and addresses (#4033)
casey Oct 28, 2024
cfc4de3
Un-pin redb dependency and update to 2.2.0 (#4032)
casey Oct 28, 2024
acf18ca
Add `ord wallet split` command for splitting utxos (#4030)
casey Oct 30, 2024
e8cedaf
Hide image preview and thumbnail scrollbars (#4042)
casey Nov 3, 2024
bef31b7
Rescan wallet on restore (#4041)
casey Nov 3, 2024
12fdfdf
Do not chunk runestone data pushes (#4036)
casey Nov 3, 2024
95a9f60
Add simple taproot HD wallet to mockcore (#4038)
raphjaph Nov 5, 2024
b5c7f88
Collapse long strings in HTML (#4053)
casey Nov 7, 2024
c525fcd
BIP322 sign file (#4026)
raphjaph Nov 7, 2024
54adcf6
Identify collapsible nodes with class=collapse (#4055)
casey Nov 8, 2024
11adf7b
Add assert_html function (#4058)
casey Nov 9, 2024
c01279c
Allow including metadata when burning inscriptions (#4045)
casey Nov 9, 2024
e473e78
Get output information by address (#4056)
raphjaph Nov 9, 2024
9b88cd9
Document split command (#4062)
casey Nov 10, 2024
8ab2aa0
Add palindrome charm (#4064)
casey Nov 11, 2024
a8c9480
Allow restoring wallet with custom timestamp (#4065)
raphjaph Nov 12, 2024
d0d3bad
Release 0.21.3 (#4059)
casey Nov 12, 2024
b446780
Merge commit 'd0d3bad1fa81d7fe016bf6555bc5c977126d9bfd' into ordzaar-…
dcorral Nov 13, 2024
e1100de
Add Cargo.lock
dcorral Nov 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
Changelog
=========

[0.21.3](https://github.com/ordinals/ord/releases/tag/0.21.3) - 2024-11-11
--------------------------------------------------------------------------

### Added
- Get output information by address ([#4056](https://github.com/ordinals/ord/pull/4056) by [raphjaph](https://github.com/raphjaph))
- Allow including metadata when burning inscriptions ([#4045](https://github.com/ordinals/ord/pull/4045) by [casey](https://github.com/casey))
- BIP322 sign file ([#4026](https://github.com/ordinals/ord/pull/4026) by [raphjaph](https://github.com/raphjaph))
- Add `ord wallet split` command for splitting utxos ([#4030](https://github.com/ordinals/ord/pull/4030) by [casey](https://github.com/casey))
- Allow fallback for satpoints and addresses ([#4033](https://github.com/ordinals/ord/pull/4033) by [casey](https://github.com/casey))
- Add palindrome charm ([#4064](https://github.com/ordinals/ord/pull/4064) by [casey](https://github.com/casey))
- Allow restoring wallet with custom timestamp ([#4065](https://github.com/ordinals/ord/pull/4065) by [raphjaph](https://github.com/raphjaph))

### Changed
- Do not chunk runestone data pushes ([#4036](https://github.com/ordinals/ord/pull/4036) by [casey](https://github.com/casey))
- Rescan wallet on restore ([#4041](https://github.com/ordinals/ord/pull/4041) by [casey](https://github.com/casey))

### Misc
- Add assert_html function ([#4058](https://github.com/ordinals/ord/pull/4058) by [casey](https://github.com/casey))
- Identify collapsible nodes with class=collapse ([#4055](https://github.com/ordinals/ord/pull/4055) by [casey](https://github.com/casey))
- Collapse long strings in HTML ([#4053](https://github.com/ordinals/ord/pull/4053) by [casey](https://github.com/casey))
- Add simple taproot HD wallet to mockcore ([#4038](https://github.com/ordinals/ord/pull/4038) by [raphjaph](https://github.com/raphjaph))
- Hide image preview and thumbnail scrollbars ([#4042](https://github.com/ordinals/ord/pull/4042) by [casey](https://github.com/casey))
- Un-pin redb dependency and update to 2.2.0 ([#4032](https://github.com/ordinals/ord/pull/4032) by [casey](https://github.com/casey))

[0.21.2](https://github.com/ordinals/ord/releases/tag/0.21.2) - 2024-10-26
--------------------------------------------------------------------------

### Fixed
- Create change output when inputs containing non-outgoing runes are selected ([#4028](https://github.com/ordinals/ord/pull/4028) by [casey](https://github.com/casey))

### Added
- Show total child count ([#4009](https://github.com/ordinals/ord/pull/4009) by [arik-so](https://github.com/arik-so))
- Add `/r/undelegated-content/<INSCRIPTION_ID>` ([#3932](https://github.com/ordinals/ord/pull/3932) by [elocremarc](https://github.com/elocremarc))
- Add BIP322 `wallet sign` ([#3988](https://github.com/ordinals/ord/pull/3988) by [raphjaph](https://github.com/raphjaph))
- Add `wallet addresses` ([#4005](https://github.com/ordinals/ord/pull/4005) by [raphjaph](https://github.com/raphjaph))
- Show if JSON API is enabled on /status ([#4014](https://github.com/ordinals/ord/pull/4014) by [casey](https://github.com/casey))

### Changed
- Only show rune mint progress during mint ([#4013](https://github.com/ordinals/ord/pull/4013) by [casey](https://github.com/casey))
- Change mint progress to `mints / terms.cap` ([#4012](https://github.com/ordinals/ord/pull/4012) by [casey](https://github.com/casey))

### Misc
- Add more info to `wallet outputs` ([#4019](https://github.com/ordinals/ord/pull/4019) by [raphjaph](https://github.com/raphjaph))
- Add authors to Handbook ([#4018](https://github.com/ordinals/ord/pull/4018) by [raphjaph](https://github.com/raphjaph))
- Document POST method for /inscriptions ([#4017](https://github.com/ordinals/ord/pull/4017) by [cryptoni9n](https://github.com/cryptoni9n))
- Update JSON-API & Recursive documentation ([#3984](https://github.com/ordinals/ord/pull/3984) by [cryptoni9n](https://github.com/cryptoni9n))
- Remove pre-alpha warning from ord help ([#4011](https://github.com/ordinals/ord/pull/4011) by [cryptoni9n](https://github.com/cryptoni9n))
- Update Bitcoin Core install script ([#4007](https://github.com/ordinals/ord/pull/4007) by [raphjaph](https://github.com/raphjaph))

[0.21.1](https://github.com/ordinals/ord/releases/tag/0.21.1) - 2024-10-20
--------------------------------------------------------------------------

Expand Down
Loading