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

Master rebased #45

Merged
merged 61 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
97804d1
Fix remote RPC wallet commands (#1766)
carlosalaniz Jul 28, 2023
2c03829
Select multiple utxos (#2303)
raphjaph Jul 30, 2023
fb0b1e8
Only fetch inscriptions that are owned by the ord wallet (#2310)
gmart7t2 Aug 10, 2023
13d5c2f
Add JSON API endpoint `/sat/<SAT>` (#2250)
Mathieu-Be Aug 10, 2023
0286e79
Add reorg resistance (#2320)
raphjaph Aug 10, 2023
13c7592
Fix typos in documentation (#2328)
omahs Aug 13, 2023
f3a5182
Ignore invalid content type header values (#2326)
casey Aug 13, 2023
40e4807
JSON API for `/inscription`, `/inscriptions` and `/output` (#2323)
veryordinally Aug 14, 2023
621a747
Make retrieving inscriptions in block fast (#2333)
veryordinally Aug 17, 2023
8f15f6b
Allow setting custom postage (#2331)
raphjaph Aug 17, 2023
462f38b
Use `--fee-rate` when sending an amount (#1922)
gmart7t2 Aug 17, 2023
f6a2bac
Release 0.8.2 (#2334)
raphjaph Aug 17, 2023
3a3e9f5
Homogenize design (#2346)
casey Aug 21, 2023
4b9a530
Reduce index durability when testing (#2347)
casey Aug 21, 2023
6b846dc
Add hint about maximum number of open files for testing (#2348)
casey Aug 21, 2023
8d146ca
Recognize media types without explicit charset (#2349)
casey Aug 21, 2023
fb0457c
Update explorer.md (#2215)
elocremarc Aug 22, 2023
47d2aff
Add tags and inscription id documentation (#2351)
raphjaph Aug 22, 2023
8a95a0f
Use correct height and depth in reorg log (#2352)
gmart7t2 Aug 22, 2023
68a41f7
Allow splitting merged inscriptions (#1927)
gmart7t2 Aug 22, 2023
5c09dd6
Return JSON from all commands (#2355)
casey Aug 23, 2023
c910079
Render GLB/GLTF models in preview (#2369)
raphjaph Aug 25, 2023
34bb1c6
Remove transaction ID to inscription ID conversion (#2370)
casey Aug 25, 2023
898c2cd
Add proper block inscriptions HTML (#2337)
veryordinally Aug 27, 2023
9eb09aa
Make homepage more interesting (#2374)
raphjaph Aug 27, 2023
c458791
Add testing guide for recursion (#2357)
elocremarc Aug 27, 2023
7a6d8b7
Fix slice error for inscriptions block view (#2378)
veryordinally Aug 27, 2023
cfb7492
Add some links to docs (#2364)
ordinaHO Aug 27, 2023
28b9d71
Tweaks to front-end (#2381)
raphjaph Aug 28, 2023
0749c5b
Release 0.8.3 (#2382)
raphjaph Aug 28, 2023
04701d2
Remove unused content_response match statement (#2384)
casey Aug 29, 2023
d41edf7
Inscriptions with unrecognized even fields are unbound and cursed (#2…
raphjaph Aug 29, 2023
36946f7
Vaccuum log with every new deploy (#2390)
raphjaph Aug 29, 2023
24231be
Add reindexing docs (#2393)
raphjaph Aug 29, 2023
7bb33ea
Add language picker for docs (#2403)
raphjaph Aug 30, 2023
329f31b
Add Chinese version of the handbook (#2406)
DrJingLee Aug 31, 2023
9b8a4bf
Deduplicate sat range summation logic (#2402)
casey Aug 31, 2023
ba40b36
Allocate blocks vector ahead of time (#2409)
casey Aug 31, 2023
676f48f
Use tapscript extraction from rust-bitcoin (#2404)
casey Aug 31, 2023
89fde16
Add `decode` command (#2401)
casey Aug 31, 2023
5c656b2
Install mdbook-i18n-helpers in Github Workflows (#2408)
raphjaph Aug 31, 2023
bc73eb9
Add application/protobuf media type (#2389)
casey Aug 31, 2023
c48e455
Update clap (#2415)
casey Aug 31, 2023
10ca91e
Update dependencies (#2414)
casey Aug 31, 2023
10c99e7
Remove unused itertools dependency (#2416)
casey Aug 31, 2023
3e75a78
Fix UTXO selection in mock Bitcoin Core instance(#2417)
raphjaph Aug 31, 2023
33a9e0e
Tweak translations intructions (#2413)
raphjaph Aug 31, 2023
c00652c
Make any zero-valued input inscription unbound (#2397)
raphjaph Aug 31, 2023
87a9ed7
Implement provenance in index (#2353)
casey Sep 4, 2023
e6ceb97
Add provenance spec (#2278)
casey Sep 4, 2023
393848f
Fix Chinese translation typos and format errors (#2419)
DrJingLee Sep 4, 2023
44f8b2a
Prevent search when query field is empty (#2425)
elocremarc Sep 6, 2023
04bc261
Inscribe with parent (#2388)
raphjaph Sep 6, 2023
4b1709d
Add provenance to docs summary (#2427)
casey Sep 6, 2023
ca30715
Add Japanese version of handbook (#2426)
DrJingLee Sep 9, 2023
1491e63
Provide more detailed translation instructions (#2443)
DrJingLee Sep 10, 2023
54c38d9
Fold BlockIndex into database (#2436)
raphjaph Sep 11, 2023
422bc01
Fix type (#2444)
DrJingLee Sep 11, 2023
833854d
Allow reinscribing with wallet (#2432)
raphjaph Sep 11, 2023
80ef6e7
Release 0.9.0 (#2445)
raphjaph Sep 11, 2023
05c10a7
Add `application/cbor` media type with extension `.cbor` (#2446)
casey Sep 13, 2023
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
27 changes: 26 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,30 @@ defaults:

env:
RUSTFLAGS: --deny warnings
LANGUAGES: zh ja

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2


- name: Install Rust Toolchain Components
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: stable

- uses: Swatinem/rust-cache@v2

- uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: latest

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers

- name: Install mdbook-linkcheck
run: |
mkdir -p mdbook-linkcheck
Expand All @@ -34,7 +47,18 @@ jobs:
chmod +x mdbook-linkcheck
pwd >> $GITHUB_PATH

- run: mdbook build docs
- name: Build docs
run: mdbook build docs -d build

- name: Build all translations for docs
run: |
for lang in ${{ env.LANGUAGES }}; do
echo "::group::Building $lang translation"
MDBOOK_BOOK__LANGUAGE=$lang \
mdbook build docs -d build/$lang
mv docs/build/$lang/html docs/build/html/$lang
echo "::endgroup::"
done

- name: Deploy Pages
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -43,6 +67,7 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_branch: gh-pages
publish_dir: docs/build/html

lint:
runs-on: ubuntu-latest

Expand Down
102 changes: 96 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,102 @@
Changelog
=========

[0.9.0](https://github.com/ordinals/ord/releases/tag/0.9.0) - 2023-09-11
------------------------------------------------------------------------

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

- Fix type (#2444)
- Fix Chinese translation typos and format errors (#2419)
- Fix UTXO selection in mock Bitcoin Core instance(#2417)

[0.8.3](https://github.com/ordinals/ord/releases/tag/0.8.3) - 2023-08-28
------------------------------------------------------------------------

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

- Remove transaction ID to inscription ID conversion (#2370)
- Return JSON from all commands (#2355)
- Allow splitting merged inscriptions (#1927)
- Update explorer.md (#2215)
- Recognize media types without explicit charset (#2349)

[0.8.2](https://github.com/ordinals/ord/releases/tag/0.8.2) - 2023-08-17
------------------------------------------------------------------------

### 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 to `wallet 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

- Use `--fee-rate` when sending an amount (#1922)
- Fix typos in documentation (#2328)
- Fix dust limit for padding in `TransactionBuilder` (#1929)
- Fix remote RPC wallet commands (#1766)

[0.8.1](https://github.com/ordinals/ord/releases/tag/0.8.1) - 2023-07-23
---------------------------------------------------------------------

Expand All @@ -26,7 +122,6 @@ Changelog
- Fix docs inconsistency (#2276)
- Add contributing section (#2261)


[0.8.0](https://github.com/ordinals/ord/releases/tag/0.8.0) - 2023-07-01
---------------------------------------------------------------------

Expand All @@ -37,7 +132,6 @@ Changelog
- Update redb from 0.13.0 to 1.0.2 (#2141)
- Fix typo in BIP (#2220)


[0.7.0](https://github.com/ordinals/ord/releases/tag/0.7.0) - 2023-06-23
---------------------------------------------------------------------

Expand All @@ -49,7 +143,6 @@ Changelog
- Add blob urls to Content Security Policy headers (#2203)
- Check inscribe destination address network (#2189)


[0.6.2](https://github.com/ordinals/ord/releases/tag/0.6.2) - 2023-06-15
---------------------------------------------------------------------

Expand All @@ -62,15 +155,13 @@ Changelog
### Misc
- Update ord dependency in lockfile (#2168)


[0.6.1](https://github.com/ordinals/ord/releases/tag/0.6.1) - 2023-06-06
---------------------------------------------------------------------

### Changed
- Fix sat index test and unbound assignment (#2154)
- Updated install.sh for new repo name (#2155)


[0.6.0](https://github.com/ordinals/ord/releases/tag/0.6.0) - 2023-06-04
---------------------------------------------------------------------

Expand Down Expand Up @@ -98,7 +189,6 @@ Changelog
- Fix test name typos(#2043)
- Switch to nightly clippy (#2037)


[0.5.2](https://github.com/ordinals/ord/releases/tag/0.5.2) - 2023-04-17
---------------------------------------------------------------------

Expand Down
Loading