-
Notifications
You must be signed in to change notification settings - Fork 502
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
Update XDR definitions for Auth-next #4756
Update XDR definitions for Auth-next #4756
Conversation
This failing because the SAC test broke (due to I need to understand how the token contract changed due to auth-next and update the tests accordingly. |
32f05e3
to
7786343
Compare
This work is blocked on stellar/stellar-cli#385 , since we need the new token contract code to update the SAC test and make it work. |
We will also need a new Core version supporting the new token contract and that may take a while. Another option is to merge this with the SAC test broken ... @tsachiherman thoughts? |
Not sure why this PR is blocked on stellar/stellar-cli#385, since compiling the code doesn't really require anything from for the core, we should try to use 19.7.1-1178.e352f0012.focal~soroban. If you can't make this work right away, I'd opt into disabling the unit test for now - just so it won't be a blocker. Than, we can keep working on fixing this in parallel. ( please ping me in that case, and I'll open an issue to track that work ). |
Not the Go code, but it affects the SAC test contract fixture which needs to be redone and Core needs to accept it.
Does that support auth next? (i.e. stellar/stellar-cli#385 ) I doubt it since it was just merged.
Alright, I think I will need to do this. I will confirm if I do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one tiny comment.
@tamirms the |
Uhm the In particular, it's failing when submitting an
I need to investigate ... |
4545bbc
to
145650b
Compare
I meant it's blocked on stellar/rs-soroban-env#645 , sorry for the mixup |
right.. I created #4757 to track the rest of the needed changes. I know that we can't complete the go monorepo changes right now; and that's fine. |
@tsachiherman @sreuland This should be good to go once everything is green |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thanks!
No description provided.