From d15e7beecec3c7764bc7e5e121f095acd506187b Mon Sep 17 00:00:00 2001 From: Ev Date: Mon, 21 Sep 2020 15:28:16 -0400 Subject: [PATCH] docs: removing standard badge (#885) Co-authored-by: Ryan Ghods --- README.md | 3 --- packages/account/README.md | 4 ---- packages/block/README.md | 4 ---- packages/blockchain/README.md | 4 ---- packages/common/README.md | 4 ---- packages/tx/README.md | 4 ---- packages/vm/README.md | 4 ---- 7 files changed, 27 deletions(-) diff --git a/README.md b/README.md index a45109c27a..9b5dc354d0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Code Coverage][coverage-badge]][coverage-link] [![Discord][discord-badge]][discord-link] -[![JS Standard Style][js-standard-style-badge]][js-standard-style-link] This was originally the EthereumJS VM repository. On Q1 2020 we brought some of its building blocks together to simplify development. Below you can find the packages included in this repository. @@ -137,8 +136,6 @@ If you want to join for work or do improvements on the libraries have a look at [discord-link]: https://discord.gg/TNwARpR[![StackExchange][stackexchange-badge]][stackexchange-link] [stackexchange-badge]: https://img.shields.io/badge/ethereumjs-stackexchange-brightgreen [stackexchange-link]: https://ethereum.stackexchange.com/questions/tagged/ethereumjs -[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg -[js-standard-style-link]: https://github.com/feross/standard [account-package]: ./packages/account [account-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/account.svg [account-npm-link]: https://www.npmjs.com/package/@ethereumjs/account diff --git a/packages/account/README.md b/packages/account/README.md index 8844d2838d..3e08478731 100644 --- a/packages/account/README.md +++ b/packages/account/README.md @@ -6,8 +6,6 @@ [![Code Coverage][account-coverage-badge]][account-coverage-link] [![Discord][discord-badge]][discord-link] -[![js-standard-style][js-standard-style-badge]][js-standard-style-link] - This library eases the handling of Ethereum accounts, where accounts can be either external accounts or contracts (see [Account Types](http://ethdocs.org/en/latest/contracts-and-transactions/account-types-gas-and-transactions.html) docs). @@ -40,8 +38,6 @@ If you want to join for work or do improvements on the libraries have a look at [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR -[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg -[js-standard-style-link]: https://github.com/feross/standard [account-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/account.svg [account-npm-link]: https://www.npmjs.com/package/@ethereumjs/account [account-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20account?label=issues diff --git a/packages/block/README.md b/packages/block/README.md index 02b0ceb21a..abe31600b4 100644 --- a/packages/block/README.md +++ b/packages/block/README.md @@ -6,8 +6,6 @@ [![Code Coverage][block-coverage-badge]][block-coverage-link] [![Discord][discord-badge]][discord-link] -[![js-standard-style][js-standard-style-badge]][js-standard-style-link] - Implements schema and functions related to Ethereum's block. # INSTALL @@ -40,8 +38,6 @@ If you want to join for work or do improvements on the libraries have a look at [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR -[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg -[js-standard-style-link]: https://github.com/feross/standard [block-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/block.svg [block-npm-link]: https://www.npmjs.com/package/@ethereumjs/block [block-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20block?label=issues diff --git a/packages/blockchain/README.md b/packages/blockchain/README.md index af55dc2707..5d4f1c73f6 100644 --- a/packages/blockchain/README.md +++ b/packages/blockchain/README.md @@ -6,8 +6,6 @@ [![Code Coverage][blockchain-coverage-badge]][blockchain-coverage-link] [![Discord][discord-badge]][discord-link] -[![js-standard-style][js-standard-style-badge]][js-standard-style-link] - A module to store and interact with blocks. # INSTALL @@ -52,8 +50,6 @@ If you want to join for work or do improvements on the libraries have a look at [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR -[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg -[js-standard-style-link]: https://github.com/feross/standard [blockchain-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/blockchain.svg [blockchain-npm-link]: https://www.npmjs.com/package/@ethereumjs/blockchain [blockchain-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20blockchain?label=issues diff --git a/packages/common/README.md b/packages/common/README.md index 64ecff6632..013cb32190 100644 --- a/packages/common/README.md +++ b/packages/common/README.md @@ -6,8 +6,6 @@ [![Code Coverage][common-coverage-badge]][common-coverage-link] [![Discord][discord-badge]][discord-link] -[![js-standard-style][js-standard-style-badge]][js-standard-style-link] - Resources common to all Ethereum implementations. Succeeds the old [ethereum/common](https://github.com/ethereumjs/common/) library. @@ -175,8 +173,6 @@ If you want to join for work or do improvements on the libraries have a look at [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR -[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg -[js-standard-style-link]: https://github.com/feross/standard [common-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/common.svg [common-npm-link]: https://www.npmjs.com/package/@ethereumjs/common [common-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20common?label=issues diff --git a/packages/tx/README.md b/packages/tx/README.md index 3407d11f4e..7e4f7f1002 100644 --- a/packages/tx/README.md +++ b/packages/tx/README.md @@ -6,8 +6,6 @@ [![Code Coverage][tx-coverage-badge]][tx-coverage-link] [![Discord][discord-badge]][discord-link] -[![js-standard-style][js-standard-style-badge]][js-standard-style-link] - # INSTALL `npm install ethereumjs-tx` @@ -79,8 +77,6 @@ If you want to join for work or do improvements on the libraries have a look at [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR -[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg -[js-standard-style-link]: https://github.com/feross/standard [tx-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/tx.svg [tx-npm-link]: https://www.npmjs.com/package/@ethereumjs/tx [tx-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20tx?label=issues diff --git a/packages/vm/README.md b/packages/vm/README.md index 4bea0dcdf4..f7783c79ee 100644 --- a/packages/vm/README.md +++ b/packages/vm/README.md @@ -6,8 +6,6 @@ [![Code Coverage][vm-coverage-badge]][vm-coverage-link] [![Discord][discord-badge]][discord-link] -[![js-standard-style][js-standard-style-badge]][js-standard-style-link] - Implements Ethereum's VM in Javascript. #### Fork Support @@ -215,8 +213,6 @@ If you want to join for work or do improvements on the libraries have a look at [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR -[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg -[js-standard-style-link]: https://github.com/feross/standard [vm-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/vm.svg [vm-npm-link]: https://www.npmjs.com/package/@ethereumjs/vm [vm-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20vm?label=issues