Skip to content

Commit 1d98c77

Browse files
authored
Update CHANGELOG
1 parent 449f0bb commit 1d98c77

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
## v0.6.6 [Unreleased]
1+
## v0.6.6 [25-06-2025]
2+
3+
### Changes
24

35
- Codebase reorganization
46
- Binary to JSON conversion scripts and utilities
7+
* Extended the `fetch` host call with new variants.
8+
* Updated numeric identifiers used in `fetch`.
9+
* Updated numeric identifiers for PVM errors.
10+
* PVM wrangled operands changed.
11+
* Removed the traces `000...000.bin/json` step, as it was not a valid trace step and was intended to be handled specially for genesis. Since it shared the same format as regular trace steps, it could be ambiguous or misleading.
12+
* Introduced an explicit `genesis.bin` file containing the genesis state and header.
13+
* The *authorizer trace* field has been moved to the end of the accumulation operand encoding (C.29)
14+
15+
### Deviations
16+
17+
* `fetch` host call for protocol parameters ($\omega_{10}=0$) has been implemented according to this (currently) unreleased change: https://github.com/gavofyork/graypaper/pull/414
18+
For the `fetch` hostcall id we're still using 18 as per GP 0.6.6. The picked change only concerns the value returned for w_10=0
19+
20+
### Extra
21+
22+
* Codebase reorganization
23+
* Binary to JSON conversion scripts and utilities
24+
* CI: ASN.1 verification
525

626
## v0.6.5 [02-06-2025]
727

0 commit comments

Comments
 (0)