-
### Describe the feature you'd like
It's possible to write such term, just making an empty list constant.
But if I want to use `plutus-tx`, how I would get such value?
`PlutusTx.Builtins.Intern…
-
The `writeBits` builtin doesn't work properly in PlutusTx/Plinth because we need to be able to create built-in lists of booleans and integers, and there's no way of compiling those into Plutus Core at…
kwxm updated
4 months ago
-
`PlutusCore.Generators.Hedgehog.AST` defines
```haskell
genSomeTypeIn :: AstGen (SomeTypeIn DefaultUni)
genSomeTypeIn = Gen.frequency
[ (1, pure $ SomeTypeIn DefaultUniInteger)
, (1, pu…
-
## Intro
There exist multiple ways to create data types in Plutus Core:
1. Scott-encoding, long retired by now
2. sums-of-products (SOPs)
3. via the `Data` built-in type
SOPs have by far mo…
-
**Describe the bug**
Dependency resolution is very slow on Windows. For example [here](https://github.com/input-output-hk/cardano-node/runs/4052457976?check_suite_focus=true), it is taking `37` minu…
-
Three primary tasks for the whole Tribler research team:
- [ ] _fully circular and self-sufficient token economy_
Create a richer incentive then tit-for-tat within Bittorrent. Deploy the micro-eco…
-
Closed Jira tickets should be migrated to somewhere private, such as a private repo. Automation would be necessary since there are too many of them.
-
### Update
See https://docs.nestjs.com/discover/companies
-
As a Plutus Core developer I want to have code coverage reports so I know if I have tested my code adequately.
Acceptance criteria
Coverage reports for our test suites are automatically generated
…
-
Currently,
```haskell
newtype BuiltinByteString = BuiltinByteString ByteString
```
The problem is that any user-written function that is strict in a `BuiltinByteString` (because of a bang patt…