From 9f811b894f395bd71e848b466aa06fa85038db1d Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Wed, 12 Aug 2026 15:13:45 +1000 Subject: [PATCH] Add migration banner to all readme files Now development has already moved to forgejo add a banner that this GitHub version is no longer maintained. --- .github/workflows/README.md | 8 ++++++++ README.md | 8 ++++++++ bitcoind/README.md | 8 ++++++++ bitreq/README.md | 8 ++++++++ bitreq/fuzz/README.md | 8 ++++++++ client/README.md | 8 ++++++++ electrsd/README.md | 8 ++++++++ fuzz/README.md | 8 ++++++++ integration_test/README.md | 8 ++++++++ jsonrpc/README.md | 8 ++++++++ types/README.md | 8 ++++++++ types/src/psbt/README.md | 8 ++++++++ verify/README.md | 8 ++++++++ 13 files changed, 104 insertions(+) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 9559aaf20..30289c6fd 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -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 diff --git a/README.md b/README.md index baaa96a84..66761bc74 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/bitcoind/README.md b/bitcoind/README.md index 503e313c3..6d703a136 100644 --- a/bitcoind/README.md +++ b/bitcoind/README.md @@ -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. diff --git a/bitreq/README.md b/bitreq/README.md index c13b2fd39..d875324f8 100644 --- a/bitreq/README.md +++ b/bitreq/README.md @@ -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) diff --git a/bitreq/fuzz/README.md b/bitreq/fuzz/README.md index 6d5611fbe..4877b2291 100644 --- a/bitreq/fuzz/README.md +++ b/bitreq/fuzz/README.md @@ -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. diff --git a/client/README.md b/client/README.md index a842b1555..c3a269912 100644 --- a/client/README.md +++ b/client/README.md @@ -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. diff --git a/electrsd/README.md b/electrsd/README.md index 8fbb287a3..b36c1fe12 100644 --- a/electrsd/README.md +++ b/electrsd/README.md @@ -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) diff --git a/fuzz/README.md b/fuzz/README.md index d7092074f..48966b6ae 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -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 diff --git a/integration_test/README.md b/integration_test/README.md index 513daab50..772790bdc 100644 --- a/integration_test/README.md +++ b/integration_test/README.md @@ -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 diff --git a/jsonrpc/README.md b/jsonrpc/README.md index 17d6a47aa..62f3a415d 100644 --- a/jsonrpc/README.md +++ b/jsonrpc/README.md @@ -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 diff --git a/types/README.md b/types/README.md index 5dc216e53..826c47878 100644 --- a/types/README.md +++ b/types/README.md @@ -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 diff --git a/types/src/psbt/README.md b/types/src/psbt/README.md index 0a40a5b79..22ebdd263 100644 --- a/types/src/psbt/README.md +++ b/types/src/psbt/README.md @@ -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 diff --git a/verify/README.md b/verify/README.md index 87bea4c9d..dbbb7d089 100644 --- a/verify/README.md +++ b/verify/README.md @@ -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`