You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New bundle size limit (GP [#407](https://github.com/gavofyork/graypaper/pull/407))
22
+
23
+
## [0.6.6] - 25-06-2025
24
+
25
+
### Changed
4
26
5
27
- Codebase reorganization
6
28
- Binary to JSON conversion scripts and utilities
7
29
* Extended the `fetch` host call with new variants.
8
30
* Updated numeric identifiers used in `fetch`.
9
31
* Updated numeric identifiers for PVM errors.
10
32
* 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.
33
+
* Removed the traces `000...000.bin/json` step, as it was not a valid trace step
34
+
and was intended to be handled specially for genesis. Since it shared the same
35
+
format as regular trace steps, it could be ambiguous or misleading.
12
36
* 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)
37
+
* The *authorizer trace* field has been moved to the end of the accumulation
38
+
operand encoding (C.29)
14
39
15
40
### Deviations
16
41
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
42
+
*`fetch` host call for protocol parameters ($\omega_{10}=0$) has been implemented
43
+
according to this (currently) unreleased change: https://github.com/gavofyork/graypaper/pull/414
44
+
For the `fetch` hostcall id we're still using 18 as per GP 0.6.6. The picked
45
+
change only concerns the value returned for w_10=0
0 commit comments