-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update L1 origin block hash handling and add full L1 origin blo…
…ck hash field (#631) * feat: update L1 origin block hash handling and add full L1 origin block hash field * fix(api): prepend "0x" to partial hash in autocompleteBlockHash function * feat(api): move autocompleteBlockHash function to optimism.ts and remove old file * refactor(api): remove export from autocompleteBlockHash function in optimism.ts * feat(tx): create BlockHash component for L1 origin block hash display * chore: added changeset * fix: update label to tooltipText for CopyToClipboard component * fix: handle empty partialHash in autocompleteBlockHash function and improve logging for multiple block occurrences
- Loading branch information
1 parent
394873a
commit d5ef1bc
Showing
4 changed files
with
72 additions
and
52 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": patch | ||
--- | ||
|
||
Added a link to the L1 origin block if the full hash is found using the optimism decoded fields. |
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 was deleted.
Oops, something went wrong.