@ -30,6 +30,7 @@ export function nameOpCodes (raw, hardfork) {
}
const hexCode = bytesToHex((pushData as any))
// @ts-ignore
const data = hexCode !== '' ? ' ' + hexCode : ''
code.push(pad(pc, roundLog(raw.length, 10)) + ' ' + curOpCode + data)
@ -90,6 +90,7 @@ export class Blocks {
toHex (value) {
if (!value) return '0x0'
const v = bytesToHex(value)
return ((v === '0x' || v === '') ? '0x0' : v)
@ -199,6 +199,7 @@
"remark-gfm": "^3.0.1",
"rlp": "^3.0.0",
"rss-parser": "^3.12.0",
"rust-verkle-wasm": "^0.0.1",
"rustbn-wasm": "^0.4.0",
"signale": "^1.4.0",
"snarkjs": "^0.7.0",
@ -27448,6 +27448,11 @@ run@^1.4.0:
dependencies:
minimatch "*"
rust-verkle-wasm@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/rust-verkle-wasm/-/rust-verkle-wasm-0.0.1.tgz#fd8396a7060d8ee8ea10da50ab6e862948095a74"
integrity sha512-BN6fiTsxcd2dCECz/cHtGTt9cdLJR925nh7iAuRcj8ymKw7OOaPmCneQZ7JePOJ/ia27TjEL91VdOi88Yf+mcA==
rustbn-wasm@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/rustbn-wasm/-/rustbn-wasm-0.4.0.tgz#fe5601c8d795dd9aa91c19cfad9637ec1df941b0"