Skip to content

feat(connector-besu): add option to use http or ws transport by default #3846

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

petermetz
Copy link
Contributor

Added a new mainTransport property to the Besu connector's constructor
options which can be set to either "ws" or "http" depending on what
your environment requires for communication with the EVM.

Fixes #3845

Depends on #3825

Signed-off-by: Peter Somogyvari [email protected]

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

A dedicated endpoint that is purpose-built for solidity events
would add a lot of convenience to users.

Depends on hyperledger-cacti#3830

Fixes hyperledger-cacti#3825

Signed-off-by: Peter Somogyvari <[email protected]>
Added a new `mainTransport` property to the Besu connector's constructor
options which can be set to either `"ws"` or `"http"` depending on what
your environment requires for communication with the EVM.

Fixes hyperledger-cacti#3845

Depends on hyperledger-cacti#3825

Signed-off-by: Peter Somogyvari <[email protected]>
Copy link

github-actions bot commented Apr 9, 2025

This PR/issue depends on:

@petermetz petermetz changed the title Petermetz/issue3845 feat(connector-besu): add option to use http or ws transport by default Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(connector-besu): add option to use http or ws transport by default
2 participants