Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tweag/CIPs
ref: d92300f9cf14f94a2bfab334e55a76cdf451fe8b
ref: 8b1b619bef7e11b37f21e2b39f3159ea5d48af23
path: cips
- name: set env for reference CDDL
run: |
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
inputs.cips = {
url = "github:tweag/CIPs?rev=d92300f9cf14f94a2bfab334e55a76cdf451fe8b";
url = "github:tweag/CIPs?rev=8b1b619bef7e11b37f21e2b39f3159ea5d48af23";
flake = false;
};
outputs = { self, nixpkgs, flake-utils, haskellNix, git-hooks, treefmt-nix
Expand Down
2 changes: 1 addition & 1 deletion scls-cardano/cddl-src/Cardano/SCLS/CDDL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ type instance Spec.NamespaceKeySize "entities/stake_pools/vrf_key_hashes/v0" = 3
type instance Spec.NamespaceKeySize "gov/committee/v0" = 8
type instance Spec.NamespaceKeySize "gov/constitution/v0" = 8
type instance Spec.NamespaceKeySize "gov/pparams/v0" = 4
type instance Spec.NamespaceKeySize "gov/proposals/v0" = 34 -- 32 bytes txid+tx index + 2 bytes for proposal index
type instance Spec.NamespaceKeySize "gov/proposals/v0" = 34 -- 28 bytes txid, 4 bytes tx index, 2 bytes for proposal index
type instance Spec.NamespaceKeySize "gov/proposals/roots/v0" = 1 -- 1 byte for proposal purpose
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ record_entry =
| ```
|
|]
$ "record_entry" =:= proposal
$ "record_entry" =:= arr [a word64, a proposal]

committee_cold_credential :: Rule
committee_cold_credential = "committee_cold_credential" =:= credential
Expand Down
Loading