Skip to content

Commit eff53db

Browse files
Merge pull request #969 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 8f05eef + b199071 commit eff53db

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/taproot-assets/release-notes/release-notes-0.8.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Functional Updates](#functional-updates)
99
- [RPC Updates](#rpc-updates)
1010
- [tapcli Updates](#tapcli-updates)
11+
- [Config Changes](#config-changes)
1112
- [Breaking Changes](#breaking-changes)
1213
- [Performance Improvements](#performance-improvements)
1314
- [Deprecations](#deprecations)
@@ -53,6 +54,13 @@
5354

5455
## tapcli Updates
5556

57+
## Config Changes
58+
59+
- [PR#1870](https://github.com/lightninglabs/taproot-assets/pull/1870)
60+
The `proofs-per-universe` configuration option is removed. New option
61+
`max-proof-cache-size` sets the proof cache limit in bytes and accepts
62+
human-readable values such as `64MB`.
63+
5664
## Code Health
5765

5866
## Breaking Changes

docs/taproot-assets/release-notes/release-notes-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Functional Updates](#functional-updates)
99
- [RPC Updates](#rpc-updates)
1010
- [tapcli Updates](#tapcli-updates)
11+
- [Config Changes](#config-changes)
1112
- [Breaking Changes](#breaking-changes)
1213
- [Performance Improvements](#performance-improvements)
1314
- [Deprecations](#deprecations)
@@ -36,6 +37,8 @@
3637

3738
## tapcli Updates
3839

40+
## Config Changes
41+
3942
## Code Health
4043

4144
## Breaking Changes

0 commit comments

Comments
 (0)