Tags: shinkee635/ethereumjs-monorepo
Tags
EVM/VM: Bugfix Release on maintenance-v8 (Transient Storage Tx Cleari… …ng Bug) (ethereumjs#3643) * Ensure TransientStorage cleanups after Tx-level contract creation (ethereumjs#3625) * evm: fix bug not clearing transient storage on tx-level create * evm: add tests for tstore cleanup * make cspell happy --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * Add CHANGELOG entries, bump versions, update upstream dependency versions (EVM/VM) * Rebuild package-lock.json * Speedup CI with cache (ethereumjs#3592) * Call `dpt.destroy` inside rlpx * Turn off github actions * Add wtfnode * shorten timeout on retry * Ensure peer disconnects * Slight disconnect tweak * Ensure peer refreshIntervals are cleared * clear interval in peer disconnect * Add client wtfnode ci run * run block and devp2p * cache build outputs * only run block coverage * cache everything * Adjust working directory * fix working dir * add submodules to block * Add separate lint check * add vm * set correct job ordering * Add restore step to vm:blockchain * Add workflow dependency * add jobs * call block in devp2p * Need build * Try reusable workflows * remove build dep * update concurrency * add ethash and common * add trie and build * Up setup-node to v3 * Update lockfile * pass cache-key to block * better hash key * Cache key redux * correct cache key usage * remove package lock * fix inputs * fix syntax * Remove echo * add cachekey * Add all package test suites to build script * TYPO * run ci if cache miss * Add fake key to dispatch * make cache key optional * remove devp2p changes * add additional packages * add correct triggers * update node to 20 * Add install if... * just build block * run build on node 20 * add default back * remove conditional install step * update action versions and package lock * run install in correct directory * update package-lock * echo some stuff * More tweaks * try again * reference correct output * use common instead * try skipping checkout * fix util reference * restore first * restore first * add checkout back * add separate build step * clarify naming on build vs dep cache * update build cache key * update build cache * fix build key * turn block on * add inputs to block * fix more things * remove build cache step * update package lock * remove ignore scripts * cache everything * Always build and cache * more experiments * always run npm ci * update to latest ver * clean up client and vm jobs * more cleanup * remove multi-node strategy * add correct concurrency groups * fix concurrency deadlock * remove recursive checkout from test jobs * Fix devp2p * remove retry on devp2p * set working directory * Move lint to separate job * temp: test block test fail without changing pkg-lock * update build.yml * update build.yml * test * test * restore correct code (this should pass block test now) * use run_id * test ethereum-tests with cache * this should install the ethereum-tests in block since the cache will not be hit * test 2 * test * test ethereum-test failer * restore * test * install ethereum-tests * remove ethereum tetss from benchmark * Add valid submodule cache key * echo key * add shell param * echo that key * add quotes * add quotes * fix the key * make submodules recursive * restore ethereum-tests * fix cache key references * make cache fail on miss * update triggers and vm-build [no ci] * try browser with alternatives for ethereum-tests * check event_name * Figure out how event trigger name * Only clone if no inputs * check for submodule cache key * only restore if dep-cache key exists * Fix restore logic * fix everything * turn the CI back on --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * Dummy change to re-trigger CI * Remove cspell CI job * Attempt to fix CI (cannot find module @rollup/rollup-linux-x64-gnu) * Rebuild package-lock.json --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
EVM/VM: Bugfix Release on maintenance-v8 (Transient Storage Tx Cleari… …ng Bug) (ethereumjs#3643) * Ensure TransientStorage cleanups after Tx-level contract creation (ethereumjs#3625) * evm: fix bug not clearing transient storage on tx-level create * evm: add tests for tstore cleanup * make cspell happy --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * Add CHANGELOG entries, bump versions, update upstream dependency versions (EVM/VM) * Rebuild package-lock.json * Speedup CI with cache (ethereumjs#3592) * Call `dpt.destroy` inside rlpx * Turn off github actions * Add wtfnode * shorten timeout on retry * Ensure peer disconnects * Slight disconnect tweak * Ensure peer refreshIntervals are cleared * clear interval in peer disconnect * Add client wtfnode ci run * run block and devp2p * cache build outputs * only run block coverage * cache everything * Adjust working directory * fix working dir * add submodules to block * Add separate lint check * add vm * set correct job ordering * Add restore step to vm:blockchain * Add workflow dependency * add jobs * call block in devp2p * Need build * Try reusable workflows * remove build dep * update concurrency * add ethash and common * add trie and build * Up setup-node to v3 * Update lockfile * pass cache-key to block * better hash key * Cache key redux * correct cache key usage * remove package lock * fix inputs * fix syntax * Remove echo * add cachekey * Add all package test suites to build script * TYPO * run ci if cache miss * Add fake key to dispatch * make cache key optional * remove devp2p changes * add additional packages * add correct triggers * update node to 20 * Add install if... * just build block * run build on node 20 * add default back * remove conditional install step * update action versions and package lock * run install in correct directory * update package-lock * echo some stuff * More tweaks * try again * reference correct output * use common instead * try skipping checkout * fix util reference * restore first * restore first * add checkout back * add separate build step * clarify naming on build vs dep cache * update build cache key * update build cache * fix build key * turn block on * add inputs to block * fix more things * remove build cache step * update package lock * remove ignore scripts * cache everything * Always build and cache * more experiments * always run npm ci * update to latest ver * clean up client and vm jobs * more cleanup * remove multi-node strategy * add correct concurrency groups * fix concurrency deadlock * remove recursive checkout from test jobs * Fix devp2p * remove retry on devp2p * set working directory * Move lint to separate job * temp: test block test fail without changing pkg-lock * update build.yml * update build.yml * test * test * restore correct code (this should pass block test now) * use run_id * test ethereum-tests with cache * this should install the ethereum-tests in block since the cache will not be hit * test 2 * test * test ethereum-test failer * restore * test * install ethereum-tests * remove ethereum tetss from benchmark * Add valid submodule cache key * echo key * add shell param * echo that key * add quotes * add quotes * fix the key * make submodules recursive * restore ethereum-tests * fix cache key references * make cache fail on miss * update triggers and vm-build [no ci] * try browser with alternatives for ethereum-tests * check event_name * Figure out how event trigger name * Only clone if no inputs * check for submodule cache key * only restore if dep-cache key exists * Fix restore logic * fix everything * turn the CI back on --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * Dummy change to re-trigger CI * Remove cspell CI job * Attempt to fix CI (cannot find module @rollup/rollup-linux-x64-gnu) * Rebuild package-lock.json --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (ethereum… …js#3527) * Update to the correct release date for the old releases * Add new release date in CHANGELOG files * CHANGELOG entries for Kaustinen5 PR, Util partial account CHANGELOG, docs and example * PrefixedHexString PR CHANGELOG integration * Add EIP-6110/EIP-7002/EIP-7685 related release notes, documentation updates and examples * Additional EIP-6110/EIP-7002 README inclusions, EIP table updates * Add EIP-2935 BLS precompile release notes and a new EVM precompile doc setion and example * Add EOACodeEIP7702Tx example, README section and CHANGELOG entry * Additional EIP-7702 CHANGELOG and README additions * More 7702 * Small additions and some fixes for BLS CHANGELOG entries * Verkle related CHANGELOG additions * Various CHANGELOG additions * Add EIP-7251 consoldiation requests block example and extensive README section, Util CHANGELOG/README for the new class and other CHANGELOG/README additions * Add proper EIP-2935 (Serve historical block hashes from state) release notes * Adjust EIP-2935/7709 release notes, add EIP-7610 (state-related retroactive EIP) release notes * Additional release notes * Version bumps (Util) * Version bumps (Common) * Version bumps (Trie) * Version bumps (Verkle) * Version bumps (Tx) * Version bumps (Wallet) * Version bumps (Genesis) * Version bumps (Devp2p) * Version bumps (Ethash) * Version bumps (Block) * Version bumps (Blockchain) * Version bumps (StateManager) * Version bumps (EVM) * Version bumps (VM, client) * Rebuild package-lock.json * Update release dates in CHANGELOG files * Fix typos and URLs * Minor nits * Update packages/block/CHANGELOG.md * Update packages/block/CHANGELOG.md * More consistent and improved EIP-7685 Requests docs/CHANGELOGs * Ensure EthJS and Grandine talk (ethereumjs#3511) * jwt-simple: ensure unpadded payloads are accepted * jwt-simple: ensure encoded jwts are also unpadded * Make 7702 outdated status more clear * 2935 fix * Small fixes --------- Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com> Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Gabriel Rocheleau <contact@rockwaterweb.com>
PreviousNext