Skip to content

Commit

Permalink
Merge branch 'master' into fix-rpc-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer authored Nov 5, 2023
2 parents 3a4f4c6 + 1723406 commit 7088542
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 575 deletions.
8 changes: 7 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion packages/verkle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"dependencies": {
"@ethereumjs/rlp": "5.0.1",
"@ethereumjs/util": "9.0.1",
"lru-cache": "^10.0.0"
"lru-cache": "^10.0.0",
"rust-verkle-wasm": "^0.0.1"
},
"engines": {
"node": ">=18"
Expand Down
3 changes: 3 additions & 0 deletions packages/verkle/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from './db/index.js'
export * from './node/index.js'
export * from './types.js'
export * from './util/index.js'
export * from './verkleTrie.js'
1 change: 1 addition & 0 deletions packages/verkle/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './baseVerkleNode.js'
export * from './internalNode.js'
export * from './leafNode.js'
export * from './types.js'
export * from './util.js'
176 changes: 0 additions & 176 deletions packages/verkle/src/rust-verkle-wasm/LICENSE_APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions packages/verkle/src/rust-verkle-wasm/LICENSE_MIT

This file was deleted.

18 changes: 0 additions & 18 deletions packages/verkle/src/rust-verkle-wasm/rust_verkle_wasm.d.ts

This file was deleted.

Loading

0 comments on commit 7088542

Please sign in to comment.