Skip to content

Commit

Permalink
feat: update to upstream ord v0.8.1 (#2)
Browse files Browse the repository at this point in the history
* Add contributing section (ordinals#2261)

* Implement clean index shutdown to prevent index corruption (with clippy updates for Rust 1.71) (ordinals#2275)

* gracefully shutdown index update thread to prevent index corruption

* Use `next_back()` instead of `rev().next()` for rust 1.71

---------

Co-authored-by: victorkirov <victor.kirov@gmail.com>

* Modify `ord list` output to include the end of each range (ordinals#1998)

* Don't create default data directory if --index overrides it (ordinals#1991)

* Fix docs inconsistency (ordinals#2276)

* Fix ordering for reinscriptions and show all reinscriptions for sat (ordinals#2279)

* Add satpoint and address to index export (ordinals#2284)

* Update bitcoin dependencies (ordinals#2281)

* Update redb (ordinals#2294)

* Add retry to fetcher (ordinals#2297)

* Clean up deploy scripts (ordinals#2298)

* Fix justfile recipe (ordinals#2299)

* Release 0.8.1 (ordinals#2300)

* Add `amount` field to `wallet inscriptions` output. (ordinals#1928)

* Fix dust limit for padding in `TransactionBuilder` (ordinals#1929)

* Inform user when redb starts in recovery mode (ordinals#2304)

* Fix remote RPC wallet commands (ordinals#1766)

* Select multiple utxos (ordinals#2303)

Co-authored-by: Greg Martin <gm7t2@gmail.com>

* feat: add outputs api

---------

Co-authored-by: raph <raphjaph@protonmail.com>
Co-authored-by: victorkirov <victor.kirov@gmail.com>
Co-authored-by: gmart7t2 <49558347+gmart7t2@users.noreply.github.com>
Co-authored-by: ordinally <11798624+veryordinally@users.noreply.github.com>
Co-authored-by: Carlos Alaniz <carlosglvn93@gmail.com>
Co-authored-by: Greg Martin <gm7t2@gmail.com>
  • Loading branch information
7 people authored Aug 1, 2023
1 parent 7d925ed commit b102bbe
Show file tree
Hide file tree
Showing 55 changed files with 2,343 additions and 2,188 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog
=========

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

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

- 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 Down Expand Up @@ -40,7 +66,7 @@ Changelog
[0.6.1](https://github.com/ordinals/ord/releases/tag/0.6.1) - 2023-06-06
---------------------------------------------------------------------

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

Expand All @@ -67,8 +93,8 @@ Changelog

### Misc
- Switch CI back to stable clippy (#2108)
- Update dependencies (#2068)
- Use struct variants in Origin enum (#2067)
- Update dependencies (#2068)
- Use struct variants in Origin enum (#2067)
- Fix test name typos(#2043)
- Switch to nightly clippy (#2037)

Expand Down
Loading

0 comments on commit b102bbe

Please sign in to comment.