Skip to content

Commit c890a5f

Browse files
committed
mpt -> monorepo transition: updated README URLs
1 parent 484960c commit c890a5f

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This was originally the EthereumJS VM repository. On Q1 2020 we brought some of
1717
| [@ethereumjs/blockchain][blockchain-package] | [![NPM Package][blockchain-npm-badge]][blockchain-npm-link] | [![Blockchain Issues][blockchain-issues-badge]][blockchain-issues-link] | [![Actions Status][blockchain-actions-badge]][blockchain-actions-link] | [![Code Coverage][blockchain-coverage-badge]][blockchain-coverage-link] |
1818
| [@ethereumjs/client][client-package] | [![NPM Package][client-npm-badge]][client-npm-link] | [![Client Issues][client-issues-badge]][client-issues-link] | [![Actions Status][client-actions-badge]][client-actions-link] | [![Code Coverage][client-coverage-badge]][client-coverage-link] |
1919
| [@ethereumjs/common][common-package] | [![NPM Package][common-npm-badge]][common-npm-link] | [![Common Issues][common-issues-badge]][common-issues-link] | [![Actions Status][common-actions-badge]][common-actions-link] | [![Code Coverage][common-coverage-badge]][common-coverage-link] |
20-
| [@ethereumjs/devp2p][devp2p-package] | [![NPM Package][devp2p-npm-badge]][devp2p-npm-link] | [![Common Issues][devp2p-issues-badge]][devp2p-issues-link] | [![Actions Status][devp2p-actions-badge]][devp2p-actions-link] | [![Code Coverage][devp2p-coverage-badge]][devp2p-coverage-link]
20+
| [@ethereumjs/devp2p][devp2p-package] | [![NPM Package][devp2p-npm-badge]][devp2p-npm-link] | [![Devp2p Issues][devp2p-issues-badge]][devp2p-issues-link] | [![Actions Status][devp2p-actions-badge]][devp2p-actions-link] | [![Code Coverage][devp2p-coverage-badge]][devp2p-coverage-link]
2121
| [@ethereumjs/ethash][ethash-package] | [![NPM Package][ethash-npm-badge]][ethash-npm-link] | [![Ethash Issues][ethash-issues-badge]][ethash-issues-link] | [![Actions Status][ethash-actions-badge]][ethash-actions-link] | [![Code Coverage][ethash-coverage-badge]][ethash-coverage-link] |
22+
| [@ethereumjs/trie][trie-package] | [![NPM Package][trie-npm-badge]][trie-npm-link] | [![Trie Issues][trie-issues-badge]][trie-issues-link] | [![Actions Status][trie-actions-badge]][trie-actions-link] | [![Code Coverage][trie-coverage-badge]][trie-coverage-link]
2223
| [@ethereumjs/tx][tx-package] | [![NPM Package][tx-npm-badge]][tx-npm-link] | [![Tx Issues][tx-issues-badge]][tx-issues-link] | [![Actions Status][tx-actions-badge]][tx-actions-link] | [![Code Coverage][tx-coverage-badge]][tx-coverage-link] |
2324
| [@ethereumjs/vm][vm-package] | [![NPM Package][vm-npm-badge]][vm-npm-link] | [![VM Issues][vm-issues-badge]][vm-issues-link] | [![Actions Status][vm-actions-badge]][vm-actions-link] | [![Code Coverage][vm-coverage-badge]][vm-coverage-link] |
2425

@@ -227,8 +228,8 @@ If you want to join for work or do improvements on the libraries have a look at
227228
[devp2p-npm-link]: https://www.npmjs.com/package/@ethereumjs/devp2p
228229
[devp2p-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20devp2p?label=issues
229230
[devp2p-issues-link]: https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+devp2p"
230-
[devp2p-actions-badge]: https://github.com/ethereumjs/ethereumjs-vm/workflows/Common/badge.svg
231-
[devp2p-actions-link]: https://github.com/ethereumjs/ethereumjs-vm/actions?query=workflow%3A%22Common%22
231+
[devp2p-actions-badge]: https://github.com/ethereumjs/ethereumjs-vm/workflows/Devp2p/badge.svg
232+
[devp2p-actions-link]: https://github.com/ethereumjs/ethereumjs-vm/actions?query=workflow%3A%22Devp2p%22
232233
[devp2p-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/branch/master/graph/badge.svg?flag=devp2p
233234
[devp2p-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/tree/master/packages/devp2p
234235
[ethash-package]: ./packages/ethash
@@ -249,6 +250,15 @@ If you want to join for work or do improvements on the libraries have a look at
249250
[tx-actions-link]: https://github.com/ethereumjs/ethereumjs-vm/actions?query=workflow%3A%22Tx%22
250251
[tx-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/branch/master/graph/badge.svg?flag=tx
251252
[tx-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/tree/master/packages/tx
253+
[trie-package]: ./packages/trie
254+
[trie-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/trie.svg
255+
[trie-npm-link]: https://www.npmjs.com/package/@ethereumjs/trie
256+
[trie-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20trie?label=issues
257+
[trie-issues-link]: https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+trie"
258+
[trie-actions-badge]: https://github.com/ethereumjs/ethereumjs-vm/workflows/Trie/badge.svg
259+
[trie-actions-link]: https://github.com/ethereumjs/ethereumjs-vm/actions?query=workflow%3A%22Trie%22
260+
[trie-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/branch/master/graph/badge.svg?flag=trie
261+
[trie-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/tree/master/packages/trie
252262
[vm-package]: ./packages/vm
253263
[vm-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/vm.svg
254264
[vm-npm-link]: https://www.npmjs.com/package/@ethereumjs/vm

packages/trie/README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# SYNOPSIS
1+
# @ethereumjs/trie
22

3-
[![NPM Status][npm-badge]][npm-link]
4-
[![Actions Status][actions-badge]][actions-link]
5-
[![Coverage Status][coverage-badge]][coverage-link]
3+
[![NPM Package][trie-npm-badge]][trie-npm-link]
4+
[![GitHub Issues][trie-issues-badge]][trie-issues-link]
5+
[![Actions Status][trie-actions-badge]][trie-actions-link]
6+
[![Code Coverage][trie-coverage-badge]][trie-coverage-link]
67
[![Discord][discord-badge]][discord-link]
78

89
This is an implementation of the modified merkle patricia tree as specified in the [Ethereum Yellow Paper](http://gavwood.com/Paper.pdf):
@@ -11,6 +12,8 @@ This is an implementation of the modified merkle patricia tree as specified in t
1112
1213
The only backing store supported is LevelDB through the `levelup` module.
1314

15+
Note: this `README` reflects the state of the library from `v5.0.0` (UNRELEASED) onwards. See `README` from the [standalone repository](https://github.com/ethereumjs/merkle-patricia-tree) for an introduction on the last preceeding release.
16+
1417
# INSTALL
1518

1619
`npm install merkle-patricia-tree`
@@ -168,13 +171,15 @@ If you want to join for work or do improvements on the libraries have a look at
168171

169172
# LICENSE
170173

171-
MPL-2.0
174+
[MPL-2.0](<https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)>)
172175

173-
[npm-badge]: https://img.shields.io/npm/v/merkle-patricia-tree.svg
174-
[npm-link]: https://www.npmjs.org/package/merkle-patricia-tree
175-
[actions-badge]: https://github.com/ethereumjs/merkle-patricia-tree/workflows/Build/badge.svg
176-
[actions-link]: https://github.com/ethereumjs/merkle-patricia-tree/actions
177-
[coverage-badge]: https://codecov.io/gh/ethereumjs/merkle-patricia-tree/branch/master/graph/badge.svg
178-
[coverage-link]: https://codecov.io/gh/ethereumjs/merkle-patricia-tree
179176
[discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue
180177
[discord-link]: https://discord.gg/TNwARpR
178+
[trie-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/trie.svg
179+
[trie-npm-link]: https://www.npmjs.com/package/@ethereumjs/trie
180+
[trie-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20trie?label=issues
181+
[trie-issues-link]: https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+trie"
182+
[trie-actions-badge]: https://github.com/ethereumjs/ethereumjs-vm/workflows/Trie%20Test/badge.svg
183+
[trie-actions-link]: https://github.com/ethereumjs/ethereumjs-vm/actions?query=workflow%3A%22Trie+Test%22
184+
[trie-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/branch/master/graph/badge.svg?flag=trie
185+
[trie-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/tree/master/packages/trie

0 commit comments

Comments
 (0)