Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the targeted libraries the lbf schemas target (when applicable) #252

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Rust lbr-prelude
#### Haskell lbr-prelude
#### Typescript lbr-prelude
#### Purescript lbr-prelude

#### Rust lbr-plutus
#### Haskell lbr-plutus
#### PlutusTx lbr-plutus
#### Plutarch lbr-plutus
#### Typescript lbr-plutus
#### Purescript lbr-plutus

## LambdaBuffers v.1.0.0

Expand All @@ -57,12 +59,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### lbf-plutus v.1.0.0
##### Purescript

Target: [cardano-transaction-library v7.0.0](https://github.com/Plutonomicon/cardano-transaction-lib/releases/tag/v7.0.0)

##### Rust

Target [plutus-ledger-api 1.0.0](https://crates.io/crates/plutus-ledger-api)

##### Haskell

Target: [plutustx 1.20.0.0](https://github.com/IntersectMBO/plutus/tree/1.20.0.0/plutus-tx)

##### Typescript

Target: [plutus-ledger-api-typescript 1.0.0](https://github.com/mlabs-haskell/plutus-ledger-api-typescript/tree/f601bc2b13c6866641a009e869586ce90138e7c7)

##### Plutarch

Target: [plutarch 1.5.0](https://github.com/Plutonomicon/plutarch-plutus/tree/780d350f1985e89e3294861118f721d4141b2a6a)

##### PlutusTx

Target: [plutustx 1.20.0.0](https://github.com/IntersectMBO/plutus/tree/1.20.0.0/plutus-tx)

### Tools

#### Frontend v.1.1.0.0
Expand All @@ -77,9 +96,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Rust lbr-prelude v.1.0.0
#### Haskell lbr-prelude v.1.1.0.0
#### Typescript lbr-prelude v.1.0.0
#### Purescript lbr-prelude v.1.0.0

#### Rust lbr-plutus v.1.0.0
#### Haskell lbr-plutus v.1.1.0.0
#### PlutusTx lbr-plutus v.1.0.0
#### Plutarch lbr-plutus v.1.0.0
#### Typescript lbr-plutus v.1.0.0
#### Purescript lbr-plutus v.1.0.0
2 changes: 1 addition & 1 deletion runtimes/purescript/lbr-plutus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lbr-plutus",
"type": "module",
"version": "0.1.0",
"version": "1.0.0",
"description": "LambdaBuffers Plutus runtime",
"main": "app/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion runtimes/purescript/lbr-prelude/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lbr-prelude",
"type": "module",
"version": "0.1.0",
"version": "1.0.0",
"description": "LambdaBuffers Prelude runtime",
"main": "app/index.js",
"directories": {
Expand Down