Skip to content

Commit

Permalink
Bump chainsafe/ssz to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Apr 21, 2023
1 parent 1726a86 commit 6081723
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 86 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions packages/block/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ module.exports = function (config) {
acornOptions: {
ecmaVersion: 12,
},
resolve: {
alias: {
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
},
concurrency: 1,
Expand Down
4 changes: 0 additions & 4 deletions packages/blockchain/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ module.exports = function (config) {
resolve: {
alias: {
'bigint-crypto-utils': '../../node_modules/bigint-crypto-utils/dist/bundle.umd.js',
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
Expand Down
4 changes: 0 additions & 4 deletions packages/client/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ module.exports = function (config) {
'../../node_modules/multiformats/cjs/src/hashes/identity.js',
'multiformats/hashes/sha2':
'../../node_modules/multiformats/cjs/src/hashes/sha2-browser.js',
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},

Expand Down
8 changes: 0 additions & 8 deletions packages/common/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ module.exports = function (config) {
acornOptions: {
ecmaVersion: 12,
},
resolve: {
alias: {
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
},
concurrency: 1,
Expand Down
4 changes: 0 additions & 4 deletions packages/evm/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ module.exports = function (config) {
resolve: {
alias: {
'bigint-crypto-utils': '../../node_modules/bigint-crypto-utils/dist/bundle.umd.js',
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
Expand Down
4 changes: 0 additions & 4 deletions packages/statemanager/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ module.exports = function (config) {
resolve: {
alias: {
'bigint-crypto-utils': '../../node_modules/bigint-crypto-utils/dist/bundle.umd.js',
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
Expand Down
4 changes: 0 additions & 4 deletions packages/trie/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ module.exports = function (config) {
resolve: {
alias: {
'bigint-crypto-utils': '../../node_modules/bigint-crypto-utils/dist/bundle.umd.js',
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
Expand Down
8 changes: 0 additions & 8 deletions packages/tx/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ module.exports = function (config) {
acornOptions: {
ecmaVersion: 12,
},
resolve: {
alias: {
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
},
browsers: ['FirefoxHeadless', 'ChromeHeadless'],
Expand Down
2 changes: 1 addition & 1 deletion packages/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@chainsafe/ssz": "^0.11.0",
"@chainsafe/ssz": "^0.11.1",
"@ethereumjs/common": "^3.1.1",
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/util": "^8.0.5",
Expand Down
8 changes: 0 additions & 8 deletions packages/util/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ module.exports = function (config) {
acornOptions: {
ecmaVersion: 12,
},
resolve: {
alias: {
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
tsconfig: './tsconfig.json',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@chainsafe/ssz": "^0.11.0",
"@chainsafe/ssz": "^0.11.1",
"@ethereumjs/rlp": "^4.0.1",
"ethereum-cryptography": "^2.0.0",
"micro-ftch": "^0.3.1"
Expand Down
4 changes: 0 additions & 4 deletions packages/vm/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ module.exports = function (config) {
resolve: {
alias: {
'bigint-crypto-utils': '../../node_modules/bigint-crypto-utils/dist/bundle.umd.js',
'@chainsafe/persistent-merkle-tree/hasher':
'../../node_modules/@chainsafe/persistent-merkle-tree/lib/hasher/noble.js',
'@chainsafe/as-sha256/hashObject':
'../../node_modules/@chainsafe/as-sha256/lib/hashObject.js',
},
},
},
Expand Down

0 comments on commit 6081723

Please sign in to comment.