-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Pontus-X support #639
Add Pontus-X support #639
Conversation
go.mod
Outdated
@@ -6,6 +6,7 @@ toolchain go1.21.3 | |||
|
|||
replace ( | |||
github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.2-oasis1 | |||
github.com/oasisprotocol/oasis-sdk/client-sdk/go => /home/mitjat/oasis/oasis-sdk/client-sdk/go |
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.
PR requires https://github.com/oasisprotocol/oasis-sdk/pull/1638/files and a new SDK release, then this override can go away. In a rush, we can hardcode this part of the SDK config into nexus temporarily.
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.
Also update api spec?
Can we use #637 for that? |
d9fa7a9
to
f549c34
Compare
Thanks, I prefer to do it here though so all the changes are in one PR. Commit added. |
Yeah we don't need a separate PR. As as long as your API changes are compatible, we are good. |
8be5020
to
9452ae7
Compare
9452ae7
to
5e65dc7
Compare
This mostly involves just copy-paste of all the sapphire initialization code.
I did a tiny refactor in
node_stats
. Further decluttering should be possible incmd/analyzer
in a future PR. But in general, the whole process was fairly painless and quick.Testing: None yet; I don't have access to a functioning node.