-
Notifications
You must be signed in to change notification settings - Fork 656
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
Changed "transactions.md" to correct typos. #1782
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Philipp Schlarb <[email protected]>
Signed-off-by: udosson <[email protected]>
fix uploading of deb files with the same name but different distribution
Updated dev setup for ubuntu 16 and setup-dev.md
Update version of Indy SDK to the same version used in Indy-Plenum which is at python3-indy==1.15.0-dev-1625 Signed-off-by: udosson <[email protected]>
…-sdk Update version of Indy SKD
Signed-off-by: udosson <[email protected]>
added tag to pull of lint image
Signed-off-by: pSchlarb <[email protected]>
Signed-off-by: udosson <[email protected]>
changed plenum version to 1.13.0.dev143 from GHA and fixed ci
Signed-off-by: udosson <[email protected]>
re-added the adjustment of packages for the cannonical archive
Signed-off-by: udosson <[email protected]>
updated version of setup-jfrog-cli to v2
Signed-off-by: udosson <[email protected]>
bump indy-plenum to version 1.13.0.dev169
Signed-off-by: udosson <[email protected]>
prepares indy-plenum package version of debian version depedency
Signed-off-by: Philipp Schlarb <[email protected]>
Baseimage 0.0.4
Signed-off-by: Philipp Schlarb <[email protected]>
Fixes wrong max slices in GHA
Co-authored-by: Wade Barnes <[email protected]> Signed-off-by: Philipp Schlarb <[email protected]>
Signed-off-by: udosson <[email protected]>
Added Documentation for creating a new Network
Indy-Test-Autmation
Signed-off-by: udosson <[email protected]>
fixed typo in uploading detailed test failure results
…d added clarifying text to 2 other documents to help people with the steps. Signed-off-by: Lynn Bendixsen <[email protected]>
Signed-off-by: Lynn Bendixsen <[email protected]>
Hands on Walkthrough - moved some steps to fix an issue.
removed pip imports
- Retain overall connection limit - Limit the number of connections per IP address - Rate limit the connections per IP address. - Add support for deleting (-d) the rules added by the script. - Update usage and warning documentation. Signed-off-by: Wade Barnes <[email protected]>
- Add support for disabling IPv6. Signed-off-by: Wade Barnes <[email protected]>
- Adjust defaults based on testing. - Remove default logging rule. - Add support for setting an explicit logging level. Recommend debug. Signed-off-by: Wade Barnes <[email protected]>
Signed-off-by: Ry Jones <[email protected]>
- Make rate limiting optional. Defaults to off. - Add test mode `-t`, so you can see how your input settings will be applied before using them. Signed-off-by: Wade Barnes <[email protected]>
- Switch order of operations. - Clean up messaging. - Update unit tests Signed-off-by: Wade Barnes <[email protected]>
- Update PoolUpgradeHandler to only allow processing of a single package. - Update NodeControlUtil._get_curr_info to only allow processing of a single package and check for the existence of the package before fetching any details. - Add additional unit tests. Signed-off-by: Wade Barnes <[email protected]>
Signed-off-by: Wade Barnes <[email protected]>
Signed-off-by: Wade Barnes <[email protected]>
Signed-off-by: Wade Barnes <[email protected]>
Refactor pool upgrade handler - ubuntu 16.04
Signed-off-by: Wade Barnes <[email protected]>
Fix linting errors
- Update with the latest connection limit recommendations. - Add instructions for updating the scripts and recommended settings on a node. Signed-off-by: Wade Barnes <[email protected]>
Update setup iptables script and documentation
Signed-off-by: oMFDOo <[email protected]>
Can one of the admins verify this patch? |
(ci) test this please |
@oMFDOo Could you provide a brief update on this PR? With recent branch changes and the current development process on Indy Node/Plenum, we are wondering if these changes are still viable. If so, please close this PR and retarget it to We will discuss and determine which PRs should be merged or closed at the next Indy Contributors Working Group meeting on May 9, 2023. |
The base branch was changed.
Need be rebased to fix the commit history. |
"ROLE": a constraint defining how many siganatures of a given role are required
=> - "ROLE": a constraint defining how many signatures of a given role are required
Signed-off-by: oMFDOo [email protected]