-
Notifications
You must be signed in to change notification settings - Fork 61
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
Enable tests for payments-dev branch #2724
Closed
Closed
Commits on Aug 28, 2023
-
new payment driver integration (#2710)
* new payment driver: update deps & remove zksync * new payment driver: initial integration * temporary fix of payment example -- will not work with new driver. TODO: make the new driver work in the example. * cleanup transfer, remove _transfer, remove gasless. * general way to compute chain_id based on config-payments.toml. * remove lots of code made obsolete by the new driver. * introduce signer for signing transactions for erc20_payment_lib * temporarily disable payment fund. --------- Co-authored-by: scx1332 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e82599a - Browse repository at this point
Copy the full SHA e82599aView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77e9a80 - Browse repository at this point
Copy the full SHA 77e9a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc2d4fe - Browse repository at this point
Copy the full SHA bc2d4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for fef718a - Browse repository at this point
Copy the full SHA fef718aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa9e63 - Browse repository at this point
Copy the full SHA 9aa9e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1268ffc - Browse repository at this point
Copy the full SHA 1268ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ecbcb - Browse repository at this point
Copy the full SHA 30ecbcbView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d6bb8fe - Browse repository at this point
Copy the full SHA d6bb8feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 784fe13 - Browse repository at this point
Copy the full SHA 784fe13View commit details -
Configuration menu - View commit details
-
Copy full SHA for df25e47 - Browse repository at this point
Copy the full SHA df25e47View commit details
Commits on Sep 3, 2023
-
This test used a serde_json::Value -> flexbuffers -> Rust struct serde trip which is not guaranteed to work and should not be relied upon. The proper route is Value -> flexbuffers -> Value -> Rust. This only broke recently because without the arbitrary_precision feature of serde_json the shorter path works. The feature has been enabled due to the addition of erc20_payment_lib to the dependency graph, which transitively depends on serde_json with arbitrary prec. Note that cargo unifies duplicate dependencies under the assumption that features are purely additive, hence the spooky action at a distance.
Configuration menu - View commit details
-
Copy full SHA for c8356a4 - Browse repository at this point
Copy the full SHA c8356a4View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efcdbf6 - Browse repository at this point
Copy the full SHA efcdbf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d590ab - Browse repository at this point
Copy the full SHA 4d590abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 162da9c - Browse repository at this point
Copy the full SHA 162da9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4756187 - Browse repository at this point
Copy the full SHA 4756187View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d5e89e - Browse repository at this point
Copy the full SHA 1d5e89eView commit details
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.