-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update Identity Ledger API #167
Merged
Merged
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
ankurdotb
requested changes
Oct 25, 2021
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.
There are some bits I've marked under comments to resolve but let's chat first if needed so that we understand each other clearly.
Signed-off-by: Andrew Nikitin <[email protected]>
Add fast sync version configuration command (#205)
Add configure p2p laddr command
Backmerge form main v0.2.x
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Dividing images into `cheqd-cli` and `cheqd-node`
…279) * Move postremove actions to postpurge * Add systemd service definition file * Compress Debian package generated, add URL to GitHub, and generate changelog file * Added documentation link, and changed restart/timeout parameters Co-authored-by: @ankurdotb
* Refactor: Docker Compose Easy Setup Signed-off-by: jay-dee7 <[email protected]> * Changed action to reflect the updates * Add: long-syntax for ports in docker-compose config Signed-off-by: jay-dee7 <[email protected]> * File structure and workflows * Switched permissions * Copy as root then own it * Added permissions * Created localnet setup extracted from workflow * Removed volume from Dockerfile * Switched directory to match changes * Fixed to match new image settings * External laddr availability * Switched test port to avoid clashes * Bypass defaults * Removed excess * Removed moniker name in container env vars Signed-off-by: jay-dee7 <[email protected]> * Fixed supervisor config to match dirs * Removed unwanted quotes * Switched to reflect main * Single Dockerfile for mainnet & testnet * Adjusted to old dir * Removed excess * Upgraded testnet version beforehand * Added whole home dir volume * Multiple driver options & fixes * Testnet ref typo fix * Consistent across mainnet & testnet * Moved environment variables to host * Move single image localnet to tests * Fix naming of build tools * Fx liinks in workflows * Move docker localnet to tests * Fix documentation * Fix case * Fix broken links * Allow 0, 403 status codes for link checker * Fix broken links * Fix file names * Fx links, dockerfile * Fix test pipeline * Fix test pipeline * Fix test * Revert volume names * Fix corner case where host ip is invalid at first launch * Optimize docker file * Improve gen-network-config * Update git ignore * Update cheqd-localnet image to run several nodes inside again * Corrected spelling in filename * Make docker-compose localnet to use unified gen-net-conf base script * Fix script name in the lint pipeline * Fix permissions in the test pipeline * Replace waiter script with the new one * Typo fixes in GitHub Actions release workflow * Cosmetic switch to put exposed ports in same order as in config files * Swapping parameter order around in node-runner.sh * Added explanatory comments to Docker Compose file * Added extended descriptions for inside-container configuration file for mainnet * Update Dockerfile * Modified configuration for volumes in Docker Compose file * Extended descriptions in host environment variables * Update .Dockerignore * Update release.yml * Update .gitignore * Fix paths * More path fixes * Fix paths * Fix typos * Fix failing tests * Changed node-runner script to copy genesis and seed config data from Docker Compose config locations * Optimise Dockerfile by removing unnecessary requirements - Removed unused apt-get install packages in Docker build stages - Added comments for readability * Fixed errors due to incorrect commenting style in Compose environment file * Fixed incorrect variable names in Docker Compose file * Enable bash linter (#271) * Fix ensure_set_euox script * Optimize pipelines * Fix job dependencies * Debugging archive creation * Fix paths * Fix version fetching * Fix docker build * Fix fpm install * Fix env vars * Fix artifact name * Fixing bash issues * Fix remaining linter issues * Enable bash linter in wrkflows * Fix proto build * Fix proto gen * Fix protogen.sh * Fix cli tests * Fixx protogen.sh * Fix step name * Get rid of files included because of merge conflict * Fix build-tar, build-deb scripts * Various merge fixes * Fix docker-compose-localnet merge conflicts * Fix images build job names * More merge fixes * Fix base image * Improve job names * Fix test job * Restore docker-compose required for the upgrade tests * Fix docker-compose up * Fix broken link * Fix lint issues in common.sh * Fix linter issues * Fix typo Co-authored-by: jay-dee7 <[email protected]> Co-authored-by: Tasos <[email protected]> Co-authored-by: Ankur Banerjee <[email protected]>
This reverts commit 48724d9.
* Restructure tests * Remove libindy * Remove docker-localnet image * New docker compose draft * Comment out build section * Fix docker builds * Working docker-compose based localnet * Fix doc * Fix localnet setup * Fix image name * Fix test paths * Fix paths * Fix paths * Expose RPC ports * Add docker version output * Print docker compose version * Docker compose version * Revert docker compose version print * Fix paths * Make other steps to use compose based localnet * Remove testnet image building and publishing * Fix ports * Comment external address * Remove external address from localnet nodes * Fix paths * Get rid of configure mapping in docker entrypoint script * Add api, consensus configuration to localnet * Fix paths in the upgrade test * Fix linter issues * For the previous commit * Make container.env to utilize cosmos native env vars * Revert unnecessary changes * Add new line at the EOF * Remove remainings of the testnet image * Extract env vars of testnet into separate files * Fix images publishing * Move import-keys script to localnet * Set default minimum gas prices for localnet * Set CREATE_EMPTY_BLOCKS to false * Replace PAT with GITHUB_TOKEN * Fix registry name in release pipeline * Add missing seed_mode * Fix panic in case of invalid key format (#284) Co-authored-by: Ankur Banerjee <[email protected]>
* Initial Pool/keys API documentation * Add more information about inputs and responses * Renamed the file and moved in menu tree * Making formatting more consistent with current standards * Split key management to its own page * Update vdr-tools-sdk-key-management.md * Separate out pool config doc to its own page * Update vdr-tools-sdk-key-management.md * Formatted pool connection docs * Matched the pool config docs for internal style guidelines * Fixed links and summary page * Fix MDLint fail Co-authored-by: Ankur Banerjee <[email protected]>
Prep for rocks state sync
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
Signed-off-by: Andrew Nikitin <[email protected]>
* Add ADR for keys derivation * Re-numbering ADR due to conflict in numbering * Mnemonic account recovery support in VDR Tools * Fixed markdown lint error Co-authored-by: Ankur Banerjee <[email protected]>
DEV-1076: Move state-sync script to scripts directory
ankurdotb
approved these changes
Feb 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
No description provided.