We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d792933 commit f0cd586Copy full SHA for f0cd586
1 file changed
CHANGELOG.md
@@ -45,6 +45,14 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
45
of a cluster that exceeds the limits. The default cluster limits are: max 64 transactions, max 100'000 bytes
46
in total.
47
48
+ - Consensus:
49
+ - Tightening of certain consensus rules have been implemented, in particular:
50
+ - When changing token metadata URI, the URI can no longer contain arbitrary characters (the restrictions are
51
+ the same as when a token is created).
52
+ - Transferring or burning zero amount of a token is no longer allowed.
53
+
54
+ (The actual consensus tightening will happen after a fork, the height is yet to be decided.)
55
56
## [1.3.1] - 2026-06-03
57
58
### Fixed
0 commit comments