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
8 changes: 8 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# corepc workflow notes

Because there are so many integration test jobs (one for each version
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# Bitcoin Core JSON-RPC support

There are two primary purposes of this repository:
Expand Down
8 changes: 8 additions & 0 deletions bitcoind/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# Bitcoind

Utility to run a regtest bitcoind process, useful in integration testing environment.
Expand Down
8 changes: 8 additions & 0 deletions bitreq/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# bitreq - forked from minreq
[![Crates.io](https://img.shields.io/crates/d/bitreq.svg)](https://crates.io/crates/bitreq)
[![Documentation](https://docs.rs/bitreq/badge.svg)](https://docs.rs/bitreq)
Expand Down
8 changes: 8 additions & 0 deletions bitreq/fuzz/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# Fuzzing bitreq

This directory contains fuzzing infrastructure for the `bitreq` crate, specifically targeting the `Url` parser.
Expand Down
8 changes: 8 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# corepc-client

Rust client for the Bitcoin Core daemon's JSON-RPC API.
Expand Down
8 changes: 8 additions & 0 deletions electrsd/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

[![MIT license](https://img.shields.io/github/license/RCasatta/electrsd)](https://github.com/RCasatta/electrsd/blob/master/LICENSE)
[![Crates](https://img.shields.io/crates/v/electrsd.svg)](https://crates.io/crates/electrsd)

Expand Down
8 changes: 8 additions & 0 deletions fuzz/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# Note to devs

If you are considering adding fuzzing for the other crates take a look
Expand Down
8 changes: 8 additions & 0 deletions integration_test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# Integration testing

This crate is used to run tests against all the supported versions of
Expand Down
8 changes: 8 additions & 0 deletions jsonrpc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

[![Status](https://travis-ci.org/apoelstra/rust-jsonrpc.png?branch=master)](https://travis-ci.org/apoelstra/rust-jsonrpc)

# Rust Version compatibility
Expand Down
8 changes: 8 additions & 0 deletions types/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# Bitcoin Core JSON-RPC types

This crate provides data types returned by Bitcoin Core's JSON-RPC API. Each type is specific to the
Expand Down
8 changes: 8 additions & 0 deletions types/src/psbt/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# PSBT

A bunch of types and conversion code for supporting PSBTs (and
Expand Down
8 changes: 8 additions & 0 deletions verify/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!IMPORTANT]
> **This repository has moved.** Active development is now on rust-bitcoin Forgejo:
>
> ### [git.rust-bitcoin.org/rust-bitcoin/corepc](https://git.rust-bitcoin.org/rust-bitcoin/corepc)
>
> This GitHub repository is **no longer maintained here**.
> Please open all issues and pull requests on the new site.

# Verify

TL;DR: `cargo run -- --help`
Expand Down
Loading