-
Notifications
You must be signed in to change notification settings - Fork 51
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
Readonly ledger support #1412
Readonly ledger support #1412
Conversation
Deployment URLs ready for review. |
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.
Not seeing a difference between the read-only candy-prod ledger and the ones with endorsers
I see the ledger settings have is_write
and read_only
which is confusing (maybe worth confirming what those 2 things are?).... but in our setups we're not able to connect or write to the candy-prod one so should be marking that one as read only, and hiding that connect button.
Let's have the column be something other than the pencil icon with a different color too (accessibility etc). Maybe a check/X for "writable" unless anyone has a better UI idea
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
6fa263f
to
4cb2640
Compare
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
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 👍
Should be all good with the dev/test/prod ledgers.yml setup from what I can see. I can confirm after a deployment
This PR resolves #1296