-
Notifications
You must be signed in to change notification settings - Fork 75
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
Inform in API docs about contracts not being deployed to Mainnet #3671
base: main
Are you sure you want to change the base?
Conversation
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5464988862 check. |
021dcc1
to
c7d774d
Compare
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5465046624 check. |
c7d774d
to
253a97f
Compare
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5465117329 check. |
253a97f
to
7ba8506
Compare
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5465273149 check. |
7ba8506
to
214864d
Compare
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5465553264 check. |
214864d
to
c386bd3
Compare
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5465741265 check. |
We want to add a note to each generated API doc for Random Beacon that informs about contracts not being deployed on Mainnet. The note is in style used by GitBook to highlight important information (read more: https://docs.gitbook.com/content-creation/blocks/hint#git-sync-representation-in-markdown). The note is inserted between 5th and 6th line of each generated doc. Note: This commit contains a temporary change of the triggering conditions for the publish job. We need to remove this change before merging to `main`.
c386bd3
to
c609f85
Compare
postProcessingCommand
adding a warning block
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5472175032 check. |
Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/keep-core/actions/runs/5597308274 check. |
We want to add a note to each generated API doc for Random Beacon that informs
about contracts not being deployed on Mainnet. The note is in style used by
GitBook to highlight important information (read more:
https://docs.gitbook.com/content-creation/blocks/hint#git-sync-representation-in-markdown).
The note is inserted between 5th and 6th line of each generated doc.
Note: This commit contains a temporary change of the triggering conditions for
the publish job. We need to remove this change before merging to
main
.Before merging this PR we must:
postProcessingCommand
input ci#47 firstthreshold
repo and merge it