Skip to content

Commit

Permalink
Bump wrapper versions / release notes for v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gStart9 committed Feb 27, 2023
1 parent 80f27b5 commit 01b23f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
id: electrs
title: "electrs"
version: 0.9.11.1
version: 0.9.12
release-notes: |
* Add missing `getblock` RPC call when a user is using BTC-RPC-Proxy
* Update upstream electrs to [v0.9.12](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0912-feb-25-2023)
* Enable missing `getblock` and `sendrawtransaction` RPC calls when a user is using BTC-RPC-Proxy
* A couple minor tweaks to wrapper package internals
license: mit
wrapper-repo: "https://github.com/Start9Labs/electrs-wrapper"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration = compat.migrations
.fromMapping( {}, "0.9.11.1" );
.fromMapping( {}, "0.9.12" );

0 comments on commit 01b23f0

Please sign in to comment.