Skip to content

Commit 0e9f7c6

Browse files
committed
WIP
1 parent e32ff81 commit 0e9f7c6

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed
Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,5 @@
1-
applyTxErr = ns7< byron.applyMempoolPayloadErr
2-
, shelley.applyTxErr
3-
, allegra.applyTxErr
4-
, mary.applyTxErr
5-
, alonzo.applyTxErr
6-
, babbage.applyTxErr
7-
, conway.applyTxErr>
1+
; https://github.com/IntersectMBO/ouroboros-consensus/issues/1429
2+
applyTxErr = [ 6, conway.ledgerPredFailure ]
83

9-
byron.applyMempoolPayloadErr = undefined
10-
11-
; ShelleyLedgerPredFailure
12-
shelley.applyTxErr = [0, utxowFailure] / [1, delegsFailure]
13-
14-
; ShelleyDelegsPredFailure
15-
delegsFailure = [0, delegateeNotRegistered] / [1, withdrawalsNotInRewards] / [2, delplFailure]
16-
17-
delegateeNotRegistered = keyhash
18-
19-
withdrawalsNotInRewards = { * reward_account => coin }
20-
21-
; ShelleyDlplPredFailure
22-
delplFailure = [0, poolFailure] / [1, delegFailure]
23-
24-
; ShelleyPoolPredFailure
25-
poolFailure = [ 0, keyhash ]
26-
/ [ 1, epochno, epochno, epochno ]
27-
/ [ 3, epochno, epochno ]
28-
/ [ 4, epochno, epochno, keyhash ]
29-
/ [ 5, keyhash, int ]
30-
31-
; ShelleyDelegPredFailure
32-
delegFailure = [
4+
; https://github.com/IntersectMBO/cardano-ledger/issues/5075
5+
conway.ledgerPredFailure = any

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extra-doc-files:
2424
README.md
2525

2626
data-files:
27-
cddl/**.cddl
27+
cddl/**/*.cddl
2828

2929
source-repository head
3030
type: git

0 commit comments

Comments
 (0)