Harper

Results 14 comments of Harper

Is it possible to share the transaction which caused this?

I guess it was just concerning that this could hint that in some case the ledger is not requiring a script when it be, but thinking about it that would...

I see, do you mean add instead of remove?

If a Tx requires `s1` and it is included inlined in an input (`sRefs` = {`s1`}), and also in the witnesses (`sReceived` = {`s1`}) then `neededNonRefs` = `sNeeded` - `sRefs`...

Ah, yes mistake in the scenario described in my last message is that it has the script both inlined and in the witnesses, but we're saying we don't want to...

That makes sense - thanks!

Most collateral checks (at least those relating to conservation of value across the collateral inputs/outputs and the correctness of the total collateral field) are done only if the transaction contains...

This broke when I started using the current Pallas repo, because PolicyID is now represented by a Hash instead of a ByteVec. Fixed via: ``` let policy_pattern: Hash = policy_hex.parse()...

> > At the moment, such a sequence will take |sequence| slots to fully validate, if we wait for each transaction to be successfully validated before submitting the next one,...

> With the Sundae contracts, for example, we explicitly fail when attempting to delegate so that this staking address can never earn rewards, but others may not have done the...