Skip to content

Commit

Permalink
Remove references to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Dec 12, 2024
1 parent 57c85c7 commit 91a5a7e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bchutil Linter
name: build
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
10 changes: 5 additions & 5 deletions base58/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bech32/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions bloom/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion coinset/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
8 changes: 3 additions & 5 deletions gcs/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
8 changes: 4 additions & 4 deletions hdkeychain/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions jsonpb/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion merkleblock/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion txsort/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 91a5a7e

Please sign in to comment.