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 0.20.0 #15

Merged
merged 30 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 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
f1e3acd
Merge tag 'tags/0.20.0' into ordzaar-master-0-20-0
dcorral Sep 4, 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

env:
RUSTFLAGS: --deny warnings
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl

jobs:
docs:
Expand Down
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
Changelog
=========

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

### Fixed
- Make index settings harder to misuse ([#3893](https://github.com/ordinals/ord/pull/3893) by [casey](https://github.com/casey))
- Fix rune links for runes with no symbol ([#3849](https://github.com/ordinals/ord/pull/3849) by [cryptoni9n](https://github.com/cryptoni9n))

### Added
- Add inscriptions and runes details to address API endpoint ([#3924](https://github.com/ordinals/ord/pull/3924) by [twosatsmaxi](https://github.com/twosatsmaxi))
- Add address field to `/r/inscription/:id` ([#3891](https://github.com/ordinals/ord/pull/3891) by [elocremarc](https://github.com/elocremarc))
- Add sat_balance to address API ([#3905](https://github.com/ordinals/ord/pull/3905) by [cryptoni9n](https://github.com/cryptoni9n))
- List all Bitcoin Core wallets ([#3902](https://github.com/ordinals/ord/pull/3902) by [raphjaph](https://github.com/raphjaph))

### Changed
- Remove inscription content type counts from /status page ([#3922](https://github.com/ordinals/ord/pull/3922) by [casey](https://github.com/casey))
- Suppress printing sat_ranges by default ([#3867](https://github.com/ordinals/ord/pull/3867) by [cryptoni9n](https://github.com/cryptoni9n))

### Performance
- Unified OUTPOINT_TO_UTXO_ENTRY table ([#3915](https://github.com/ordinals/ord/pull/3915) by [partialord](https://github.com/partialord))

### Misc
- Revert "Serve responses with cross origin isolation headers" ([#3920](https://github.com/ordinals/ord/pull/3920) by [casey](https://github.com/casey))
- Bump version to 0.20.0-dev ([#3916](https://github.com/ordinals/ord/pull/3916) by [casey](https://github.com/casey))
- Migrate chain.rs to snafu error ([#3904](https://github.com/ordinals/ord/pull/3904) by [cryptoni9n](https://github.com/cryptoni9n))
- Add Dutch translation to Ordinals Handbook ([#3907](https://github.com/ordinals/ord/pull/3907) by [Tibebtc](https://github.com/Tibebtc))
- Update Bitcoin Core deploy to 27.1 ([#3912](https://github.com/ordinals/ord/pull/3912) by [casey](https://github.com/casey))
- Migrate Outgoing to SnafuError ([#3854](https://github.com/ordinals/ord/pull/3854) by [cryptoni9n](https://github.com/cryptoni9n))
- Make first first and last sat in range clickable ([#3903](https://github.com/ordinals/ord/pull/3903) by [raphjaph](https://github.com/raphjaph))
- Serve responses with cross origin isolation headers ([#3898](https://github.com/ordinals/ord/pull/3898) by [patrick99e99](https://github.com/patrick99e99))
- Remove trailing space from runes specification ([#3896](https://github.com/ordinals/ord/pull/3896) by [casey](https://github.com/casey))
- Don't unnecessarily insert into utxo cache when indexing addresses ([#3894](https://github.com/ordinals/ord/pull/3894) by [raphjaph](https://github.com/raphjaph))
- Migrate object.rs to snafu error handling ([#3858](https://github.com/ordinals/ord/pull/3858) by [cryptoni9n](https://github.com/cryptoni9n))
- Clarify that unused runes tags should not be used ([#3885](https://github.com/ordinals/ord/pull/3885) by [casey](https://github.com/casey))
- Update pointer specification ([#3861](https://github.com/ordinals/ord/pull/3861) by [ansigroup](https://github.com/ansigroup))
- Re-enter beta ([#3884](https://github.com/ordinals/ord/pull/3884) by [casey](https://github.com/casey))
- Updated Chinese translation ([#3881](https://github.com/ordinals/ord/pull/3881) by [DrJingLee](https://github.com/DrJingLee))
- Update Portuguese Translation pt.po ([#3837](https://github.com/ordinals/ord/pull/3837) by [0xArtur](https://github.com/0xArtur))

[0.19.1](https://github.com/ordinals/ord/releases/tag/0.19.1) - 2024-07-18
--------------------------------------------------------------------------

Expand Down Expand Up @@ -202,7 +240,6 @@ Changelog
### Fixed
- Ignore invalid script pubkeys ([#3432](https://github.com/ordinals/ord/pull/3432) by [casey](https://github.com/casey))


### Misc
- Fix typo ([#3429](https://github.com/ordinals/ord/pull/3429) by [lugondev](https://github.com/lugondev))
- Relax deployed Bitcoin Core relay rules ([#3431](https://github.com/ordinals/ord/pull/3431) by [casey](https://github.com/casey))
Expand Down
Loading