Skip to content

Commit

Permalink
docs: removing standard badge (#885)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ghods <[email protected]>
  • Loading branch information
evertonfraga and ryanio authored Sep 21, 2020
1 parent b46c003 commit d15e7be
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions packages/account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions packages/block/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions packages/blockchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions packages/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions packages/tx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions packages/vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

1 comment on commit d15e7be

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d15e7be Previous: b46c003 Ratio
Block 9422905 1742 ops/sec (±4.44%) 1843 ops/sec (±3.66%) 1.06
Block 9422906 1781 ops/sec (±6.65%) 1853 ops/sec (±1.13%) 1.04
Block 9422907 1664 ops/sec (±9.40%) 1707 ops/sec (±5.78%) 1.03
Block 9422908 1744 ops/sec (±1.58%) 1596 ops/sec (±9.32%) 0.92
Block 9422909 1727 ops/sec (±1.33%) 1723 ops/sec (±1.22%) 1.00
Block 9422910 1705 ops/sec (±1.55%) 1797 ops/sec (±1.14%) 1.05
Block 9422911 1737 ops/sec (±1.18%) 1676 ops/sec (±1.19%) 0.96
Block 9422912 1462 ops/sec (±12.55%) 1658 ops/sec (±1.01%) 1.13
Block 9422913 1341 ops/sec (±13.08%) 1668 ops/sec (±1.02%) 1.24
Block 9422914 1663 ops/sec (±1.63%) 1623 ops/sec (±1.67%) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.