-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bump bitsong version upgrade history & public endpoints #5869
base: master
Are you sure you want to change the base?
Conversation
Added Panthea EU grpc endpoint
Update chain.json
Added rpc, api, grpc from provider ToTheMars
Added public apis
} | ||
}, | ||
{ | ||
"name": "v0.20.4", |
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.
I don't think v0.20.4 needs it's own version object since it's compatible with other v0.20 patches
"v0.20.1", | ||
"v0.20.2", | ||
"v0.20.3", | ||
"v0.20.4" |
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.
is v0.20.4 compatible?
], | ||
"binaries": { | ||
"linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.15.0/bitsongd" | ||
"linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd" |
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.
If including binaries
in the chain.json, it must match the current version, which has two binaries defined (amd and arm), whereas there is only one (just amd) defined here.
No description provided.