-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for Pectra upgrade (#719)
* refactor(web): extract Ethereum blob-realted params into a separate file * feat(web): add Pectra params * chore: add changeset * refactor: move ethereum config to its own package * chore(web): sort deps * chore: fix type-check issue * feat(docs): add `@blobscan/eth-config` package description * refactor: rename ethereum config to blob config * chore: fix changeset typo * refactor(network-blob-config): clarify blob size calculation as the product of `FIELD_ELEMENTS_PER_BLOB` and `BYTES_PER_FIELD_ELEMENT` * fix(web): resolve tx external link issue * style: apply pr comments
- Loading branch information
Showing
21 changed files
with
585 additions
and
583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blobscan/web": minor | ||
--- | ||
|
||
Added support for calculating the blob gas target using Pectra update params |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.