Skip to content
Merged
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions docs/taproot-assets/release-notes/release-notes-0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@
controls whether the peer's identity public key is sent to the local price
oracle when querying asset price rates.

- Tap channels now use
[feature bits](https://github.com/lightninglabs/taproot-assets/pull/1748), in
order to provide a safe way to upgrade the channels into using new features
without breaking backwards compatibility. This way a new feature will become
active over a channel only when both peers decide to use it. When funding a
channel or upon reconnection we check that the required features are supported
by the remote party before proceeding.

## RPC Additions

- The [price oracle RPC calls now have an intent, optional peer ID and metadata
Expand Down