Skip to content
Draft
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: 5a4f49835b01695583830e01e2dfd11e9e582efc
ref: 281cccd9e5c7eaf30b9e5cef69062aefcc4822db
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=5a4f49835b01695583830e01e2dfd11e9e582efc";
url = "github:tweag/CIPs?rev=281cccd9e5c7eaf30b9e5cef69062aefcc4822db";
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 @@ -99,4 +99,4 @@ type instance Spec.NamespaceKeySize "entities/committee/v0" = 8
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
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