Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 3, 2025
1 parent ddcd265 commit 4151774
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions release-notes/release-notes-v11.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Release Notes - Counterparty Core v11.0.0 (2025-03-??)


# Upgrading

**Upgrade Instructions:**
To upgrade, download the latest version of `counterparty-core` and restart `counterparty-server`.

With Docker Compose:

```bash
cd counterparty-core
git pull
docker compose stop counterparty-core
docker compose --profile mainnet up -d
```

or use `ctrl-c` to interrupt the server:

```bash
cd counterparty-core
git pull
cd counterparty-rs
pip install -e .
cd ../counterparty-core
pip install -e .
counterparty-server start
```

# ChangeLog

## Bugfixes

- Fix verbose mode when unpack fails
- Handle correctly `DatabaseError` on API calls

## Codebase


## API


## CLI


# Credits

- Ouziel Slama
- Adam Krellenstein

0 comments on commit 4151774

Please sign in to comment.