@@ -19,7 +19,7 @@ This was originally the EthereumJS VM repository. On Q1 2020 we brought some of
19
19
| [ @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
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 ]
21
21
| [ @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 ]
22
+ | [ merkle-patricia-tree ] [ 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 ]
23
23
| [ @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 ] |
24
24
| [ @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 ] |
25
25
@@ -251,8 +251,8 @@ If you want to join for work or do improvements on the libraries have a look at
251
251
[ tx-coverage-badge ] : https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=tx
252
252
[ tx-coverage-link ] : https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx
253
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
254
+ [ trie-npm-badge ] : https://img.shields.io/npm/v/merkle-patricia-tree .svg
255
+ [ trie-npm-link ] : https://www.npmjs.com/package/merkle-patricia-tree
256
256
[ trie-issues-badge ] : https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20trie?label=issues
257
257
[ trie-issues-link ] : https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+trie"
258
258
[ trie-actions-badge ] : https://github.com/ethereumjs/ethereumjs-vm/workflows/Trie/badge.svg
0 commit comments