Skip to content

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 peter.somogyvari@accenture.com

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 <peter.somogyvari@accenture.com>
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 <peter.somogyvari@accenture.com>
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
@RafaelAPB
Copy link
Contributor

This LGTM. However, there are conflicts. @petermetz are you OK with us creating an issue that links to your progress and close the MR for now?

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
3 participants