Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/breezy-cups-enjoy.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/sour-bats-grin.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 0.0.20

### Patch Changes

- Updated dependencies [[`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59)]:
- @evolution-sdk/evolution@0.3.13
- @evolution-sdk/devnet@1.1.13

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.19",
"version": "0.0.20",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/aiken-uplc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evolution-sdk/aiken-uplc

## 0.0.5

### Patch Changes

- Updated dependencies [[`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59)]:
- @evolution-sdk/evolution@0.3.13

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aiken-uplc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolution-sdk/aiken-uplc",
"version": "0.0.4",
"version": "0.0.5",
"description": "Aiken UPLC evaluator for Evolution SDK with WASM-based local script evaluation",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/evolution-devnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @evolution-sdk/devnet

## 1.1.13

### Patch Changes

- Updated dependencies [[`8494053`](https://github.com/IntersectMBO/evolution-sdk/commit/84940535cee0bd742417c20969f06181ed9cf260), [`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59)]:
- @evolution-sdk/scalus-uplc@0.0.3
- @evolution-sdk/evolution@0.3.13
- @evolution-sdk/aiken-uplc@0.0.5

## 1.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolution-devnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolution-sdk/devnet",
"version": "1.1.12",
"version": "1.1.13",
"description": "Local Cardano devnet for testing and development with Docker",
"type": "module",
"main": "./dist/index.js",
Expand Down
28 changes: 28 additions & 0 deletions packages/evolution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @evolution-sdk/evolution

## 0.3.13

### Patch Changes

- [#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

**Blockfrost Provider:**
- Added pagination support for `getUtxos` and `getUtxosWithUnit` (handles addresses with >100 UTxOs)
- Full UTxO resolution now fetches reference scripts and resolves datum hashes
- Updated `BlockfrostDelegation` schema to match actual `/accounts/{stake_address}` endpoint response
- Added `BlockfrostAssetAddress` and `BlockfrostTxUtxos` schemas for proper endpoint handling
- Improved `evaluateTx` to always use the more reliable `/utils/txs/evaluate/utxos` JSON endpoint
- Added `EvaluationFailure` handling in evaluation response schema
- Fixed delegation transformation to use `withdrawable_amount` for rewards
- Added Conway era governance parameters (`drep_deposit`, `gov_action_deposit`) to protocol params

**Kupmios Provider:**
- Removed unnecessary double CBOR encoding for Plutus scripts (Kupo returns properly encoded scripts)

**PoolKeyHash:**
- Added `FromBech32` schema for parsing pool IDs in bech32 format (pool1...)
- Added `fromBech32` and `toBech32` helper functions

**Transaction Builder:**
- Added `passAdditionalUtxos` option to control UTxO passing to provider evaluators (default: false to avoid OverlappingAdditionalUtxo errors)
- Added `scriptDataFormat` option to choose between Conway-era array format and Babbage-era map format for redeemers
- Fixed cost model detection to check reference scripts (not just witness set scripts) for Plutus version detection

## 0.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolution-sdk/evolution",
"version": "0.3.12",
"version": "0.3.13",
"description": "A modern TypeScript SDK for Cardano blockchain development",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/scalus-uplc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @evolution-sdk/scalus-uplc

## 0.0.3

### Patch Changes

- [#130](https://github.com/IntersectMBO/evolution-sdk/pull/130) [`8494053`](https://github.com/IntersectMBO/evolution-sdk/commit/84940535cee0bd742417c20969f06181ed9cf260) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add publish configuration and package metadata for npm publishing. Includes repository links, keywords, homepage, and publishConfig with public access and provenance settings.

- Updated dependencies [[`2742e40`](https://github.com/IntersectMBO/evolution-sdk/commit/2742e40ea0e62cd75d2a958bed0b6ff6138ded59)]:
- @evolution-sdk/evolution@0.3.13

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scalus-uplc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolution-sdk/scalus-uplc",
"version": "0.0.2",
"version": "0.0.3",
"description": "Scalus UPLC evaluator adapter for Evolution SDK",
"type": "module",
"main": "./dist/index.js",
Expand Down