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: integrate Gelato and refactor transaction submission configuration #140

Closed
wants to merge 41 commits into from

Conversation

luketchang
Copy link
Collaborator

@luketchang luketchang commented May 2, 2022

Closes #127
Closes #128
Closes #129
Closes #130
Closes #131
Closes #148

@luketchang luketchang added enhancement New feature or request refactor labels May 2, 2022
@luketchang luketchang force-pushed the luke/gelato-integration branch 2 times, most recently from 208fd6b to 6f27e66 Compare May 3, 2022 19:28
@luketchang luketchang force-pushed the luke/gelato-integration branch 2 times, most recently from f64c1c6 to 2994720 Compare May 19, 2022 18:57
@@ -0,0 +1,27 @@
use gelato_relay::*;

#[tokio::main(flavor = "current_thread")]
Copy link
Member

Choose a reason for hiding this comment

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

should be an integration test in a tests/ folder

@luketchang
Copy link
Collaborator Author

Replaced by #178

@luketchang luketchang closed this May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment