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

feat(chainbound): updated EchoExecutor #62

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

Conversation

merklefruit
Copy link
Contributor

This PR brings new functionality to the chainbound-artemis crate:

New features:

  • ability to send private transactions with fully typed SendPrivateTransactionArgs
  • switched client from HTTP to Websocket, handled with independent request and response channels
  • implemented Executor<Action> for convenience when using the EchoExecutor

Bugs fixed:

  • fiber-rs version removed from Cargo.toml to avoid future issues with client upgrades
  • removed a crate disambiguation with self::fiber:: in lib.rs

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.

None yet

1 participant