Skip to content

Commit 6c0e198

Browse files
Merge pull request #129 from IntersectMBO/changeset-release/main
ci(changesets): version packages
2 parents e6df614 + 09945fa commit 6c0e198

12 files changed

Lines changed: 66 additions & 37 deletions

File tree

.changeset/breezy-cups-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-bats-grin.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# docs
22

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59)]:
8+
- @evolution-sdk/evolution@0.3.13
9+
- @evolution-sdk/devnet@1.1.13
10+
311
## 0.0.19
412

513
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/aiken-uplc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @evolution-sdk/aiken-uplc
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59)]:
8+
- @evolution-sdk/evolution@0.3.13
9+
310
## 0.0.4
411

512
### Patch Changes

packages/aiken-uplc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolution-sdk/aiken-uplc",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Aiken UPLC evaluator for Evolution SDK with WASM-based local script evaluation",
55
"type": "module",
66
"main": "./dist/index.js",

packages/evolution-devnet/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @evolution-sdk/devnet
22

3+
## 1.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8494053`](https://github.com/IntersectMBO/evolution-sdk/commit/84940535cee0bd742417c20969f06181ed9cf260), [`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59)]:
8+
- @evolution-sdk/scalus-uplc@0.0.3
9+
- @evolution-sdk/evolution@0.3.13
10+
- @evolution-sdk/aiken-uplc@0.0.5
11+
312
## 1.1.12
413

514
### Patch Changes

packages/evolution-devnet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolution-sdk/devnet",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"description": "Local Cardano devnet for testing and development with Docker",
55
"type": "module",
66
"main": "./dist/index.js",

packages/evolution/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @evolution-sdk/evolution
22

3+
## 0.3.13
4+
5+
### Patch Changes
6+
7+
- [#128](https://github.com/IntersectMBO/evolution-sdk/pull/128) [`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - ### Provider Improvements: Full UTxO Resolution with Scripts and Datums
8+
9+
**Blockfrost Provider:**
10+
- Added pagination support for `getUtxos` and `getUtxosWithUnit` (handles addresses with >100 UTxOs)
11+
- Full UTxO resolution now fetches reference scripts and resolves datum hashes
12+
- Updated `BlockfrostDelegation` schema to match actual `/accounts/{stake_address}` endpoint response
13+
- Added `BlockfrostAssetAddress` and `BlockfrostTxUtxos` schemas for proper endpoint handling
14+
- Improved `evaluateTx` to always use the more reliable `/utils/txs/evaluate/utxos` JSON endpoint
15+
- Added `EvaluationFailure` handling in evaluation response schema
16+
- Fixed delegation transformation to use `withdrawable_amount` for rewards
17+
- Added Conway era governance parameters (`drep_deposit`, `gov_action_deposit`) to protocol params
18+
19+
**Kupmios Provider:**
20+
- Removed unnecessary double CBOR encoding for Plutus scripts (Kupo returns properly encoded scripts)
21+
22+
**PoolKeyHash:**
23+
- Added `FromBech32` schema for parsing pool IDs in bech32 format (pool1...)
24+
- Added `fromBech32` and `toBech32` helper functions
25+
26+
**Transaction Builder:**
27+
- Added `passAdditionalUtxos` option to control UTxO passing to provider evaluators (default: false to avoid OverlappingAdditionalUtxo errors)
28+
- Added `scriptDataFormat` option to choose between Conway-era array format and Babbage-era map format for redeemers
29+
- Fixed cost model detection to check reference scripts (not just witness set scripts) for Plutus version detection
30+
331
## 0.3.12
432

533
### Patch Changes

packages/evolution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolution-sdk/evolution",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "A modern TypeScript SDK for Cardano blockchain development",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)