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
33 changes: 0 additions & 33 deletions .changeset/fine-geckos-leave.md

This file was deleted.

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

## 0.0.17

### Patch Changes

- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder

This release adds comprehensive support for Conway-era governance operations and stake pool management:

**New Delegation APIs**
- `delegateToPool`: Delegate stake to a pool (with optional registration)
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously

**DRep Operations**
- `registerDRep`: Register as a Delegated Representative
- `updateDRep`: Update DRep anchor/metadata
- `deregisterDRep`: Deregister DRep and reclaim deposit

**Constitutional Committee Operations**
- `authCommitteeHot`: Authorize hot credential for committee member
- `resignCommitteeCold`: Resign from constitutional committee

**Stake Pool Operations**
- `registerPool`: Register a new stake pool with parameters
- `retirePool`: Retire a stake pool at specified epoch

**Transaction Balance Improvements**
- Proper accounting for certificate deposits and refunds
- Withdrawal balance calculations
- Minimum 1 input requirement enforcement (replay attack prevention)

- Updated dependencies [[`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4)]:
- @evolution-sdk/devnet@1.1.10
- @evolution-sdk/evolution@0.3.10

## 0.0.16

### 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.16",
"version": "0.0.17",
"private": true,
"type": "module",
"scripts": {
Expand Down
34 changes: 34 additions & 0 deletions packages/aiken-uplc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @evolution-sdk/aiken-uplc

## 0.0.2

### Patch Changes

- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder

This release adds comprehensive support for Conway-era governance operations and stake pool management:

**New Delegation APIs**
- `delegateToPool`: Delegate stake to a pool (with optional registration)
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously

**DRep Operations**
- `registerDRep`: Register as a Delegated Representative
- `updateDRep`: Update DRep anchor/metadata
- `deregisterDRep`: Deregister DRep and reclaim deposit

**Constitutional Committee Operations**
- `authCommitteeHot`: Authorize hot credential for committee member
- `resignCommitteeCold`: Resign from constitutional committee

**Stake Pool Operations**
- `registerPool`: Register a new stake pool with parameters
- `retirePool`: Retire a stake pool at specified epoch

**Transaction Balance Improvements**
- Proper accounting for certificate deposits and refunds
- Withdrawal balance calculations
- Minimum 1 input requirement enforcement (replay attack prevention)

- Updated dependencies [[`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4)]:
- @evolution-sdk/evolution@0.3.10

## 0.0.1

### 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.1",
"version": "0.0.2",
"description": "Aiken UPLC evaluator for Evolution SDK with WASM-based local script evaluation",
"type": "module",
"main": "./dist/index.js",
Expand Down
35 changes: 35 additions & 0 deletions packages/evolution-devnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @evolution-sdk/devnet

## 1.1.10

### Patch Changes

- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder

This release adds comprehensive support for Conway-era governance operations and stake pool management:

**New Delegation APIs**
- `delegateToPool`: Delegate stake to a pool (with optional registration)
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously

**DRep Operations**
- `registerDRep`: Register as a Delegated Representative
- `updateDRep`: Update DRep anchor/metadata
- `deregisterDRep`: Deregister DRep and reclaim deposit

**Constitutional Committee Operations**
- `authCommitteeHot`: Authorize hot credential for committee member
- `resignCommitteeCold`: Resign from constitutional committee

**Stake Pool Operations**
- `registerPool`: Register a new stake pool with parameters
- `retirePool`: Retire a stake pool at specified epoch

**Transaction Balance Improvements**
- Proper accounting for certificate deposits and refunds
- Withdrawal balance calculations
- Minimum 1 input requirement enforcement (replay attack prevention)

- Updated dependencies [[`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4)]:
- @evolution-sdk/aiken-uplc@0.0.2
- @evolution-sdk/evolution@0.3.10

## 1.1.9

### 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.9",
"version": "1.1.10",
"description": "Local Cardano devnet for testing and development with Docker",
"type": "module",
"main": "./dist/index.js",
Expand Down
31 changes: 31 additions & 0 deletions packages/evolution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @evolution-sdk/evolution

## 0.3.10

### Patch Changes

- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder

This release adds comprehensive support for Conway-era governance operations and stake pool management:

**New Delegation APIs**
- `delegateToPool`: Delegate stake to a pool (with optional registration)
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously

**DRep Operations**
- `registerDRep`: Register as a Delegated Representative
- `updateDRep`: Update DRep anchor/metadata
- `deregisterDRep`: Deregister DRep and reclaim deposit

**Constitutional Committee Operations**
- `authCommitteeHot`: Authorize hot credential for committee member
- `resignCommitteeCold`: Resign from constitutional committee

**Stake Pool Operations**
- `registerPool`: Register a new stake pool with parameters
- `retirePool`: Retire a stake pool at specified epoch

**Transaction Balance Improvements**
- Proper accounting for certificate deposits and refunds
- Withdrawal balance calculations
- Minimum 1 input requirement enforcement (replay attack prevention)

## 0.3.9

### 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.9",
"version": "0.3.10",
"description": "A modern TypeScript SDK for Cardano blockchain development",
"type": "module",
"main": "./dist/index.js",
Expand Down