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
cb65f3d8
Unverified
Commit
cb65f3d8
authored
Feb 03, 2022
by
Kelvin Fichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: SDK beta release
parent
b93353a0
Changes
2
Show 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 @
cb65f3d8
---
'
@eth-optimism/sdk'
:
minor
---
Beta release of the Optimism SDK
packages/sdk/src/cross-chain-messenger.ts
View file @
cb65f3d8
...
...
@@ -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