Commit e3895cfe authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2130 from ethereum-optimism/sc/sdk-beta-release

feat: SDK beta release
parents b93353a0 cb65f3d8
---
'@eth-optimism/sdk': minor
---
Beta release of the Optimism SDK
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment