@@ -21,6 +21,7 @@ This was originally the EthereumJS VM repository. On Q1 2020 we brought some of
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
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
+ | [ ethereumjs-util] [ util-package ] | [ ![ NPM Package] [ util-npm-badge ]] [ util-npm-link ] | [ ![ Util Issues] [ util-issues-badge ]] [ util-issues-link ] | [ ![ Actions Status] [ util-actions-badge ]] [ util-actions-link ] | [ ![ Code Coverage] [ util-coverage-badge ]] [ util-coverage-link ]
24
25
| [ @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
26
26
27
## Coverage report
@@ -259,6 +260,15 @@ If you want to join for work or do improvements on the libraries have a look at
259
260
[ trie-actions-link ] : https://github.com/ethereumjs/ethereumjs-vm/actions?query=workflow%3A%22Trie%22
260
261
[ trie-coverage-badge ] : https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=trie
261
262
[ trie-coverage-link ] : https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/trie
263
+ [ util-package ] : ./packages/util
264
+ [ util-npm-badge ] : https://img.shields.io/npm/v/ethereumjs-util.svg
265
+ [ util-npm-link ] : https://www.npmjs.org/package/ethereumjs-util
266
+ [ util-issues-badge ] : https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20util?label=issues
267
+ [ util-issues-link ] : https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+util"
268
+ [ util-actions-badge ] : https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Util/badge.svg
269
+ [ util-actions-link ] : https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Util%22
270
+ [ util-coverage-badge ] : https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=util
271
+ [ util-coverage-link ] : https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/util
262
272
[ vm-package ] : ./packages/vm
263
273
[ vm-npm-badge ] : https://img.shields.io/npm/v/@ethereumjs/vm.svg
264
274
[ vm-npm-link ] : https://www.npmjs.com/package/@ethereumjs/vm
0 commit comments