Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
e3895cfe
Unverified
Commit
e3895cfe
authored
Feb 03, 2022
by
Matthew Slipper
Committed by
GitHub
Feb 03, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2130 from ethereum-optimism/sc/sdk-beta-release
feat: SDK beta release
parents
b93353a0
cb65f3d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
friendly-bikes-exist.md
.changeset/friendly-bikes-exist.md
+5
-0
cross-chain-messenger.ts
packages/sdk/src/cross-chain-messenger.ts
+7
-1
No files found.
.changeset/friendly-bikes-exist.md
0 → 100644
View file @
e3895cfe
---
'
@eth-optimism/sdk'
:
minor
---
Beta release of the Optimism SDK
packages/sdk/src/cross-chain-messenger.ts
View file @
e3895cfe
...
...
@@ -209,7 +209,13 @@ export class CrossChainMessenger implements ICrossChainMessenger {
toBlock
?:
NumberLike
}
):
Promise
<
CrossChainMessage
[]
>
{
throw
new
Error
(
'
Not implemented
'
)
throw
new
Error
(
`
The function getMessagesByAddress is currently not enabled because the sender parameter of
the SentMessage event is not indexed within the CrossChainMessenger contracts.
getMessagesByAddress will be enabled by plugging in an Optimism Indexer (coming soon).
See the following issue on GitHub for additional context:
https://github.com/ethereum-optimism/optimism/issues/2129
`
)
}
public
async
getBridgeForTokenPair
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment