From 91a5a7e853ebfa1149ce01cce39f7fa812ec6a0b Mon Sep 17 00:00:00 2001 From: quest Date: Wed, 11 Dec 2024 19:01:36 -1000 Subject: [PATCH] Remove references to travis --- .github/workflows/main.yml | 2 +- README.md | 2 +- base58/README.md | 10 +++++----- bech32/README.md | 2 +- bloom/README.md | 4 ++-- coinset/README.md | 2 +- gcs/README.md | 8 +++----- hdkeychain/README.md | 8 ++++---- jsonpb/README.md | 4 ++-- merkleblock/README.md | 2 +- txsort/README.md | 2 +- 11 files changed, 22 insertions(+), 24 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 863eb33..2870b49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: bchutil Linter +name: build on: push: branches: diff --git a/README.md b/README.md index 8ac3d4f..675f30f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ bchutil ======= -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil) diff --git a/base58/README.md b/base58/README.md index fd47558..154bc33 100644 --- a/base58/README.md +++ b/base58/README.md @@ -1,7 +1,7 @@ base58 ========== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/base58) @@ -19,13 +19,13 @@ $ go get -u github.com/gcash/bchutil/base58 ## Examples -* [Decode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-Decode) +* [Decode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-Decode) Demonstrates how to decode modified base58 encoded data. -* [Encode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-Encode) +* [Encode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-Encode) Demonstrates how to encode data using the modified base58 encoding scheme. -* [CheckDecode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-CheckDecode) +* [CheckDecode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-CheckDecode) Demonstrates how to decode Base58Check encoded data. -* [CheckEncode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-CheckEncode) +* [CheckEncode Example](http://godoc.org/github.com/gcash/bchutil/base58#example-CheckEncode) Demonstrates how to encode data using the Base58Check encoding scheme. ## License diff --git a/bech32/README.md b/bech32/README.md index a8dc050..85aaa98 100644 --- a/bech32/README.md +++ b/bech32/README.md @@ -1,7 +1,7 @@ bech32 ========== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](https://godoc.org/github.com/gcash/bchutil/bech32?status.png)](http://godoc.org/github.com/gcash/bchutil/bech32) diff --git a/bloom/README.md b/bloom/README.md index cc1d1eb..a0174ef 100644 --- a/bloom/README.md +++ b/bloom/README.md @@ -1,7 +1,7 @@ bloom ===== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/bloom) @@ -20,7 +20,7 @@ $ go get -u github.com/gcash/bchutil/bloom ## Examples -* [NewFilter Example](http://godoc.org/github.com/gcash/bchutil/bloom#example-NewFilter) +* [NewFilter Example](http://godoc.org/github.com/gcash/bchutil/bloom#example-NewFilter) Demonstrates how to create a new bloom filter, add a transaction hash to it, and check if the filter matches the transaction. diff --git a/coinset/README.md b/coinset/README.md index 4d5f42b..9d4a148 100644 --- a/coinset/README.md +++ b/coinset/README.md @@ -1,7 +1,7 @@ coinset ======= -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/coinset) diff --git a/gcs/README.md b/gcs/README.md index 83a53a9..6cf9f2a 100644 --- a/gcs/README.md +++ b/gcs/README.md @@ -1,11 +1,9 @@ gcs ========== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) -(https://travis-ci.org/btcsuite/btcutil) [![ISC License] -(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) -[![GoDoc](https://godoc.org/github.com/gcash/bchutil/gcs?status.png)] -(http://godoc.org/github.com/gcash/bchutil/gcs) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) +[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) +[![GoDoc](https://godoc.org/github.com/gcash/bchutil/gcs?status.png)](http://godoc.org/github.com/gcash/bchutil/gcs) Package gcs provides an API for building and using a Golomb-coded set filter similar to that described [here](http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters). diff --git a/hdkeychain/README.md b/hdkeychain/README.md index 55e2dce..305dc2f 100644 --- a/hdkeychain/README.md +++ b/hdkeychain/README.md @@ -1,7 +1,7 @@ hdkeychain ========== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/hdkeychain) @@ -44,13 +44,13 @@ $ go get -u github.com/gcash/bchutil/hdkeychain ## Examples -* [NewMaster Example](http://godoc.org/github.com/gcash/bchutil/hdkeychain#example-NewMaster) +* [NewMaster Example](http://godoc.org/github.com/gcash/bchutil/hdkeychain#example-NewMaster) Demonstrates how to generate a cryptographically random seed then use it to create a new master node (extended key). -* [Default Wallet Layout Example](http://godoc.org/github.com/gcash/bchutil/hdkeychain#example-package--DefaultWalletLayout) +* [Default Wallet Layout Example](http://godoc.org/github.com/gcash/bchutil/hdkeychain#example-package--DefaultWalletLayout) Demonstrates the default hierarchical deterministic wallet layout as described in BIP0032. -* [Audits Use Case Example](http://godoc.org/github.com/gcash/bchutil/hdkeychain#example-package--Audits) +* [Audits Use Case Example](http://godoc.org/github.com/gcash/bchutil/hdkeychain#example-package--Audits) Demonstrates the audits use case in BIP0032. ## License diff --git a/jsonpb/README.md b/jsonpb/README.md index aa08c14..3871024 100644 --- a/jsonpb/README.md +++ b/jsonpb/README.md @@ -1,12 +1,12 @@ jsonpb ===== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/bloom) Package jsonpb provides an API for marshaling protobuf objects to JSON and back. There is a golang library -to perform these operations, however it converts all byte arrays to base64 strings instead of hex which is +to perform these operations, however it converts all byte arrays to base64 strings instead of hex which is typically used by Bitcoin Cash. It also doesn't know to convert little endian byte arrays to big endian. Thus this package is a wrapper around the original jsonpb package that handles marshaling and unmarshaling diff --git a/merkleblock/README.md b/merkleblock/README.md index b9c82cc..48da1c3 100644 --- a/merkleblock/README.md +++ b/merkleblock/README.md @@ -1,7 +1,7 @@ merkleblock ===== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/bloom) diff --git a/txsort/README.md b/txsort/README.md index df18b3a..b8d8f51 100644 --- a/txsort/README.md +++ b/txsort/README.md @@ -1,7 +1,7 @@ txsort ====== -[![Build Status](https://travis-ci.org/gcash/bchutil.svg?branch=master)](https://travis-ci.org/gcash/bchutil) +![Build Status](https://github.com/gcash/bchutil/actions/workflows/main.yml/badge.svg?branch=master) [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/gcash/bchutil/txsort)