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.1 #16

Merged
merged 66 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 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
008bf20
Merge remote-tracking branch 'upstream/master' into ordzaar-master-0-…
danadi7 Oct 23, 2024
6ceb4c8
Fix build error
dcorral Oct 24, 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
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,60 @@
Changelog
=========

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

### Fixed
- Revert redb to 2.1.3 ([#4003](https://github.com/ordinals/ord/pull/4003) by [raphjaph](https://github.com/raphjaph))

### Changed
- Remove /runes/balances API endpoint ([#3980](https://github.com/ordinals/ord/pull/3980) by [lifofifoX](https://github.com/lifofifoX))

### Misc
- Update rust-bitcoin in ord ([#3962](https://github.com/ordinals/ord/pull/3962) by [raphjaph](https://github.com/raphjaph))

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

### Added
- Add `ord verify` ([#3906](https://github.com/ordinals/ord/pull/3906) by [raphjaph](https://github.com/raphjaph))

### Misc
- Remove regtest.ordinals.net just recipes ([#3978](https://github.com/ordinals/ord/pull/3978) by [casey](https://github.com/casey))
- Refactor burn command ([#3976](https://github.com/ordinals/ord/pull/3976) by [casey](https://github.com/casey))

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

### Fixed
- Fix non-existant output lookup ([#3968](https://github.com/ordinals/ord/pull/3968) by [raphjaph](https://github.com/raphjaph))
- Fix output API struct ([#3957](https://github.com/ordinals/ord/pull/3957) by [raphjaph](https://github.com/raphjaph))
- Start indexing at correct block height ([#3956](https://github.com/ordinals/ord/pull/3956) by [partialord](https://github.com/partialord))
- Fix /output page ([#3948](https://github.com/ordinals/ord/pull/3948) by [raphjaph](https://github.com/raphjaph))

### Added
- Add multi parent support to wallet ([#3228](https://github.com/ordinals/ord/pull/3228) by [raphjaph](https://github.com/raphjaph))
- Implement burn for wallet command ([#3437](https://github.com/ordinals/ord/pull/3437) by [onchainguy-btc](https://github.com/onchainguy-btc))
- Add `/satpoint/<SATPOINT>` endpoint ([#3949](https://github.com/ordinals/ord/pull/3949) by [raphjaph](https://github.com/raphjaph))
- Add inscription examples to handbook ([#3769](https://github.com/ordinals/ord/pull/3769) by [cryptoni9n](https://github.com/cryptoni9n))
- Add inscription index to /status ([#3938](https://github.com/ordinals/ord/pull/3938) by [casey](https://github.com/casey))

### Changed
- Keep sat ranges in low-level format ([#3963](https://github.com/ordinals/ord/pull/3963) by [partialord](https://github.com/partialord))
- Remove dependency on `ord-bitcoincore-rpc` crate ([#3959](https://github.com/ordinals/ord/pull/3959) by [raphjaph](https://github.com/raphjaph))
- Don't log RPC connections to bitcoind ([#3952](https://github.com/ordinals/ord/pull/3952) by [raphjaph](https://github.com/raphjaph))
- Skip serializing None in batch::File ([#3943](https://github.com/ordinals/ord/pull/3943) by [raphjaph](https://github.com/raphjaph))
- Allow scrolling in iframe ([#3947](https://github.com/ordinals/ord/pull/3947) by [raphjaph](https://github.com/raphjaph))
- Put AddressInfo into api module ([#3933](https://github.com/ordinals/ord/pull/3933) by [raphjaph](https://github.com/raphjaph))

### Misc
- Rename parents_values -> parent_values ([#3973](https://github.com/ordinals/ord/pull/3973) by [casey](https://github.com/casey))
- Get parents using `as_slice` instead of converting to `Vec` ([#3972](https://github.com/ordinals/ord/pull/3972) by [casey](https://github.com/casey))
- Remove unnecessary symbols in docs/src/guides/testing.md ([#3945](https://github.com/ordinals/ord/pull/3945) by [tiaoxizhan](https://github.com/tiaoxizhan))
- Fix clippy lint ([#3937](https://github.com/ordinals/ord/pull/3937) by [casey](https://github.com/casey))
- Add test to remind us to fix the UtxoEntry redb type name ([#3934](https://github.com/ordinals/ord/pull/3934) by [casey](https://github.com/casey))
- Bump version to 0.20.0-dev ([#3929](https://github.com/ordinals/ord/pull/3929) by [casey](https://github.com/casey))

[0.20.0](https://github.com/ordinals/ord/releases/tag/0.20.0) - 2024-09-03
--------------------------------------------------------------------------

Expand Down
Loading