forked from hyperledger-caliper/caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge docs-v2.0.34 into gh-pages #4
Open
github-actions
wants to merge
265
commits into
docs-v2.0.34
Choose a base branch
from
gh-pages
base: docs-v2.0.34
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…Docs Add documentation about adapters and test mode
Signed-off-by: panyu4 <[email protected]>
Fix page format's mistakes
Signed-off-by: houqinghui <[email protected]>
add caliper FAQ
Signed-off-by: Attila Klenik <[email protected]>
Documentation for the Fabric CCP adapter
Signed-off-by: Gregory Hill <[email protected]>
update docs with bench cmd
Signed-off-by: Attila Klenik <[email protected]>
update docs with bench cmd Signed-off-by: Arucald <[email protected]>
Update Fabric-CCP install instruction
Signed-off-by: Attila Klenik <[email protected]>
Add logging control documentation
Signed-off-by: Attila Klenik <[email protected]>
…rollers Update rate controller documentation with the new API
…r-publishing-docs Update docs to match new package structure
Signed-off-by: panyu2 <[email protected]>
Add installation information
Signed-off-by: Arucald <[email protected]>
…h-md Translate arch md
Signed-off-by: [email protected] <[email protected]>
update docs to match readme PR
Signed-off-by: Attila Klenik <[email protected]>
…pport Add runtime configuration doc
Update dependancies and bootstrap process
Signed-off-by: [email protected] <[email protected]>
Update docs for caliper CLI
This removes details from the network configuration docs of fabric (ie how to create channels, install/instantiate chaincodes) as it shouldn't be used. The code will remain for now as the integration tests still require it. Signed-off-by: D <[email protected]> Co-authored-by: D <[email protected]>
…edger-caliper#1295) newer docker-compose versions don't work with the specific git checkout in the tutorial. I've fixed the bug in fabric-samples but as it hasn't been tagged as a release yet we need to use another specific git commit but updates to test-network now means it works with newer docker-compose versions. closes hyperledger-caliper#1291 Signed-off-by: D <[email protected]>
…or the new Peer Gateway connector and Fabric 2.4 binding + some required fixes for the existings connectors (hyperledger-caliper#1302) Signed-off-by: fraVlaca <[email protected]>
Also renamed the file closes hyperledger-caliper#1213 Signed-off-by: D <[email protected]>
1. replace reference to rocketchat with discord 2. Tweak the 0.4.2 install docs to reference 0.4.2 and remove references to fabric 1.4 (replace with 2.2 as appropriate) 3. Redo the vNext docs incorporating the 0.4.2 tweaks but also move installing caliper source to contribution guide 4. remove IBM Plex Mono for code examples as it doesn't appear to align properly 5. remove the documented latest options for bindings as this could be confusing especially as besu is at 22.x.x release now and we only support 1.4 as the latest Signed-off-by: D <[email protected]>
…1325) Taken from hyperledger fabric :-) Signed-off-by: D <[email protected]>
…yperledger-caliper#1330) Also remove references to `type: local` from benchmark files Signed-off-by: D <[email protected]>
) Signed-off-by: fraVlaca <[email protected]>
Signed-off-by: D <[email protected]>
…to 0.2 (hyperledger-caliper#1385) fixes hyperledger-caliper#1381 Signed-off-by: Shreesh Kulkarni <[email protected]>
* Add GitHub Actions workflow for docs Signed-off-by: CaptainIRS <[email protected]> * Address review comments Signed-off-by: CaptainIRS <[email protected]>
* Update developer docs for setting up the repo Signed-off-by: CaptainIRS <[email protected]> * Address review comments * Fix link * Add uninstall instructions Signed-off-by: CaptainIRS <[email protected]>
…er#1526) Signed-off-by: Vinayak Raj Ranjan <[email protected]>
…hyperledger-caliper#1527) * Resolve issue with documentation rendering locally Signed-off-by: Vinayak Raj Ranjan <[email protected]> * Update PSWG whitepaper link in Documentation Signed-off-by: Vinayak Raj Ranjan <[email protected]> * Minor changes in link Signed-off-by: Vinayak Raj Ranjan <[email protected]> --------- Signed-off-by: Vinayak Raj Ranjan <[email protected]>
* remove besu as an adaptor Signed-off-by: Kartikay <[email protected]> * v0.5.0 Signed-off-by: Kartikay <[email protected]> --------- Signed-off-by: Kartikay <[email protected]>
…nk (hyperledger-caliper#1532) * Add missing Hyperledger Fabric logo to landing page Signed-off-by: PrathamSikka24 <[email protected]> * Fix URL path in documentation link to ensure correct format Signed-off-by: PrathamSikka24 <[email protected]> * Use external link for Hyperledger Fabric logo Signed-off-by: PrathamSikka24 <[email protected]> * Add Hyperledger Fabric logo from external URL Signed-off-by: Pratham Sikka <[email protected]> --------- Signed-off-by: PrathamSikka24 <[email protected]> Signed-off-by: Pratham Sikka <[email protected]>
…caliper#1528 (hyperledger-caliper#1533) * Resolve issue with documentation rendering locally Signed-off-by: Vinayak Raj Ranjan <[email protected]> * Update PSWG whitepaper link in Documentation Signed-off-by: Vinayak Raj Ranjan <[email protected]> * Minor changes in link Signed-off-by: Vinayak Raj Ranjan <[email protected]> * Remove References to Fisco-bcos from VNext Documentation Signed-off-by: Vinayak Raj Ranjan <[email protected]> * remove fisco-bcos reference from other file Signed-off-by: Vinayak Raj Ranjan <[email protected]> --------- Signed-off-by: Vinayak Raj Ranjan <[email protected]>
Signed-off-by: Dave Kelsey <[email protected]>
…1552) Signed-off-by: Dave Kelsey <[email protected]>
- prepare vNext for 0.5.1 release - move all references of fabric to now demonstrate the `fabric-gateway` Signed-off-by: Dave Kelsey <[email protected]>
- move to 0.6.0 because fisco bcos was removed from this release Signed-off-by: Dave Kelsey <[email protected]>
Signed-off-by: Dave Kelsey <[email protected]>
* Update ResourceAndTransactionMonitors.md Signed-off-by: Vivek jha <[email protected]> * Update ResourceAndTransactionMonitors.md Signed-off-by: Vivek jha <[email protected]> --------- Signed-off-by: Vivek jha <[email protected]>
* Update ResourceAndTransactionMonitors.md Signed-off-by: Vivek jha <[email protected]> * Update ResourceAndTransactionMonitors.md Signed-off-by: Vivek jha <[email protected]> * Grafana correction in caliper documentation Signed-off-by: Vivek Jha <[email protected]> * Typo fix in fix-load documentation Signed-off-by: Vivek Jha <[email protected]> * stash Signed-off-by: Vivek Jha <[email protected]> * reviewed changes Signed-off-by: Vivek Jha <[email protected]> * review changes Signed-off-by: Vivek Jha <[email protected]> --------- Signed-off-by: Vivek jha <[email protected]> Signed-off-by: Vivek Jha <[email protected]>
Signed-off-by: Dave Kelsey <[email protected]>
* Docs: ethereum connector overhaul Signed-off-by: Rodrigo Arede <[email protected]> * ethereum docs typos Signed-off-by: Rodrigo Arede <[email protected]> --------- Signed-off-by: Rodrigo Arede <[email protected]>
Signed-off-by: Prati28 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by Github action