Skip to content

Commit

Permalink
Minor Release PR master Branch Port (#3594)
Browse files Browse the repository at this point in the history
* New Minor Releases (Prague Outlook, Bundle Fixes, Bugfixes) (#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 (#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>

* Lint fix

* Add generic examples:build script in root package.json

* Fixes

* EVM example fix

* shorten stupid decode-opcodes example

---------

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>
  • Loading branch information
4 people authored Aug 15, 2024
1 parent 66d5993 commit 81ef495
Show file tree
Hide file tree
Showing 50 changed files with 1,264 additions and 208 deletions.
144 changes: 72 additions & 72 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"e2e:publish": "./scripts/e2e-publish.sh",
"e2e:resolutions": "node ./scripts/e2e-resolutions.js",
"examples": "npm run examples --workspaces --if-present",
"examples:build": "npm run examples:build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"lint:fix": "npm run lint:fix --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
Expand Down
Loading

0 comments on commit 81ef495

Please sign in to comment.