Provider refactor — curl-based configuration workflow#72
Open
humanizersequel wants to merge 2 commits intodevelopfrom
Open
Provider refactor — curl-based configuration workflow#72humanizersequel wants to merge 2 commits intodevelopfrom
humanizersequel wants to merge 2 commits intodevelopfrom
Conversation
Goobercoded a refactor to the provider so that it maybe
meep
Collaborator
Author
|
Note to self for when I revisit this: I never actually got there because of payment validation jank (RPC issues or just need more time for Paymaster tx receipts to get put together?), but obviously the provider I was using to test wouldn't have worked because I published my API key on here earlier and had to zero it out. Lol. |
Collaborator
Author
|
@Gohlub is taking over this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opening this PR now so we can work from the same place if anybody is inclined to take a crack at it tomorrow morning while I'm flying (I cannot into streaming LLM tokens via plane wifi and am therefore basically retarded).
This implements the Provider refactor #69 — I have no idea if it works, because before the actual new mechanism in
curl_executorcan even be tried it continually fails at the transaction validation step.See:
That said, actual provider configuration seems to work fine and if my goobercoding has preserved the validation logic (highly suspect it might not have) it at least works on that axis. Screenshot of what the curl-based provider config workflow looks like:
It's not quite as stylish as I'd like it to be but I think it's workable. Obviously needs to be tested e2e.