Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the websocket.topic for simplicity and to avoid undefined behavior #26

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

peterbroadhurst
Copy link
Contributor

@peterbroadhurst peterbroadhurst commented Aug 23, 2022

The original intention during EVMConnect was to remove this field, because the behavior around it in EthConnect was confusing.

  • It had to be unique to each Event Stream
  • We didn't enforce it to be unique
  • If it wasn't unique, the behavior was undefined

However, we thought that compatibility/migration in FireFly Core and the ERC-20/ERC-721 and ERC-1155 token connectors would be a pain. So we put it back in...

We've since worked through all that in the tokens thanks to @awrichar in the following PRs, so this PR pulls it back out again:

…vior

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
Copy link
Contributor

@nguyer nguyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@nguyer nguyer merged commit 70b5dca into hyperledger:main Aug 23, 2022
@nguyer nguyer deleted the remove-topic branch August 23, 2022 21:06
@awrichar
Copy link
Contributor

For the record, the change in the Ethereum plugin in core was here: hyperledger/firefly#999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants