-
Notifications
You must be signed in to change notification settings - Fork 206
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 testing to use latest dev rpc/horizon with protocol 22 #632
Conversation
I was able to build this locally and update the protocol version to 22, but I get the following when trying to do an install:
|
The arm64 packages aren't finished yet, but you can run the amd64, and it'll emulate on arm64:
|
I see the same. Here's the full output:
Here's the output of the rpc logs:
|
You were pointing at main instead of the protocol22 branch. I am now getting an XDR length error. However, the transactions do seem to succeed. |
Co-authored-by: Willem Wyndham <[email protected]>
@leighmcculloch I updated the commits again to the RPC that updated the rust deps. I then fixed some bugs I found in the client and updated that PR and the CLI to use it. Everything seems to be working locally! So once we get the images rebuilt we should be able to test it in CI! |
Co-authored-by: Willem Wyndham <[email protected]>
|
What
Update testing to use latest dev rpc/horizon with protocol 22.
Tracking
protocol22
for rpc.Tracking
protocol-22
branch for horizon and friendbot.Why
For the @stellar/devx team to be able to use something to test with.
Merging
This change is not intended for merging because it references versions of rpc, horizon, and friendbot that have not yet been released.