ak3n
ak3n
wip --- Pre-submit checklist: - Branch - [ ] Tests are provided (if possible) - [ ] Commit sequence broadly makes sense - [ ] Key commits have useful messages...
should fix #4168 --- Pre-submit checklist: - Branch - [x] Tests are provided (if possible) - [x] Commit sequence broadly makes sense - [x] Key commits have useful messages -...
Recently, we have switched to cardano-ledger in plutus-apps instead of using our own validation rules. We have found that `transVITime` behaviour seems to be incorrect. It takes the upper bound...
Makes the following possible: ```agda open import Agda.Builtin.Nat open import Agda.Builtin.Equality f : (n : Nat) -> n + n ≡ n + n f n using 2n
Implements the MerkleTree ISM verifier plugin.
includes #1889 The corresponding pact PR: https://github.com/kadena-io/pact/pull/1362
The corresponding chainweb PR: https://github.com/kadena-io/chainweb-node/pull/1901 PR checklist: * [ ] Test coverage for the proposed changes * [ ] PR description contains example output from repl interaction or a snippet...