-
Notifications
You must be signed in to change notification settings - Fork 17
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
Sprint 53 #1203
Closed
Closed
Sprint 53 #1203
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
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Alberto Molina <[email protected]>
Include Dfns ECDSA compatibility
* feat: aws adapter and settings Signed-off-by: Mario Francia <[email protected]> * feat: accommodated sdk Signed-off-by: Mario Francia <[email protected]> * feat: aws test added Signed-off-by: Mario Francia <[email protected]> * feat: aws integrated in cli Signed-off-by: Mario Francia <[email protected]> * docs: updated readme Signed-off-by: Mario Francia <[email protected]> * chore: bump versions Signed-off-by: Mario Francia <[email protected]> * feat: added multisig backend compatibility Signed-off-by: Mario Francia <[email protected]> * chore: packages-lock Signed-off-by: Mario Francia <[email protected]> * fix: pipeline Signed-off-by: Mario Francia <[email protected]> --------- Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
# Conflicts: # .github/workflows/all.testWithRpc.yml
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
* feat: hwc Signed-off-by: Mario Francia <[email protected]> * fix: missing changes Signed-off-by: Mario Francia <[email protected]> * fix: web tests error fixed Signed-off-by: Alberto Molina <[email protected]> * fix: test snapshot Signed-off-by: Mario Francia <[email protected]> --------- Signed-off-by: Mario Francia <[email protected]> Signed-off-by: Alberto Molina <[email protected]> Co-authored-by: Alberto Molina <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
# Conflicts: # FACTORY_VERSION.md # backend/package-lock.json # backend/package.json # cli/package-lock.json # cli/package.json # contracts/package-lock.json # contracts/package.json # hashconnect/lib/package-lock.json # hashconnect/lib/package.json # package.json # sdk/package-lock.json # sdk/package.json # sdk/src/app/service/TransactionService.ts # sdk/src/app/usecase/command/network/connect/ConnectCommand.ts # sdk/src/core/Injectable.ts # sdk/src/domain/context/network/Wallet.ts # sdk/src/port/in/Network.ts # sdk/src/port/in/request/ConnectRequest.ts # sdk/src/port/in/request/mapping/RequestMapper.ts # sdk/src/port/out/TransactionAdapter.ts # web/.env.sample # web/package-lock.json # web/package.json
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Jose Luis Sainz <[email protected]>
Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
Signed-off-by: Mario Francia <[email protected]>
fix: hwc wallet modal bug
Signed-off-by: Jose Luis Sainz <[email protected]>
Signed-off-by: Jose Luis Sainz <[email protected]>
Signed-off-by: PepeSainzIob <[email protected]>
* fix: update .gitignore files for improved environment and dependency management Signed-off-by: Miguel_LZPF <[email protected]> * fix: improved "all in one" old test Signed-off-by: Miguel_LZPF <[email protected]> * feat: add reusable workflows for building and testing CLI, SDK, Contracts, and Web Signed-off-by: Miguel_LZPF <[email protected]> * feat: add GitHub workflows for testing CLI and Web applications Signed-off-by: Miguel_LZPF <[email protected]> * feat: replace changePomVersion.sh with enhanced changeVersion.sh for version updates Signed-off-by: Miguel_LZPF <[email protected]> * fix: rename cleanCache scripts to clear-cache for consistency across workflows Signed-off-by: Miguel_LZPF <[email protected]> * feat: remove outdated build workflows for contracts, CLI, SDK, and web applications fix: update test workflows for backend and web with improved caching and dependency management Signed-off-by: Miguel_LZPF <[email protected]> * fix: comment out build step in web testing workflow Signed-off-by: Miguel_LZPF <[email protected]> * fix: remove test folder Signed-off-by: Miguel_LZPF <[email protected]> * chore: test action Signed-off-by: Miguel_LZPF <[email protected]> * fix: update initial steps action to improve dependency installation options Signed-off-by: Miguel_LZPF <[email protected]> * refactor: streamline initial steps in backend, CLI, web, contracts, and SDK workflows Signed-off-by: Miguel_LZPF <[email protected]> * refactor: consolidate installation and build steps for Contracts, SDK, CLI, and Web workflows Signed-off-by: Miguel_LZPF <[email protected]> * refactor: update workflow configurations for publishing Signed-off-by: Miguel_LZPF <[email protected]> * refactor: update workflow paths for backend, CLI, contracts, SDK, and web testing Signed-off-by: Miguel_LZPF <[email protected]> * refactor: update job dependencies in publish workflow for improved execution order Signed-off-by: Miguel_LZPF <[email protected]> * refactor: simplify version update process in changeProyectsReferencesToRepo.sh Signed-off-by: Miguel_LZPF <[email protected]> * refactor: enhance initial steps action with new dependency options for contracts and env file Signed-off-by: Miguel_LZPF <[email protected]> * refactor: publish separated in jobs Signed-off-by: Miguel_LZPF <[email protected]> * refactor: update workflow to add version check workflow Signed-off-by: Miguel_LZPF <[email protected]> * chore: fix changeVersion and upload final workflows Signed-off-by: Miguel_LZPF <[email protected]> * chore: trigger test Signed-off-by: Miguel_LZPF <[email protected]> * chore: remove trigger Signed-off-by: Miguel_LZPF <[email protected]> --------- Signed-off-by: Miguel_LZPF <[email protected]>
* chore: updated dependencies Signed-off-by: Mario Francia <[email protected]> * fix: crypto dependency Signed-off-by: Mario Francia <[email protected]> --------- Signed-off-by: Mario Francia <[email protected]> Co-authored-by: Miguel_LZPF <[email protected]>
Signed-off-by: Jose Luis Sainz <[email protected]>
Signed-off-by: Jose Luis Sainz <[email protected]>
BBND-325-babel
Signed-off-by: Mario Francia <[email protected]>
* chore(BBND-310): remove Blade (WIP) Signed-off-by: Manuel Campo <[email protected]> * fix: missing dependencies Signed-off-by: Mario Francia <[email protected]> * chore(BBND-310): add missing sdk/package-lock.json changes Signed-off-by: Manuel Campo <[email protected]> * chore(BBND-310): add missing sdk/package-lock.json changes Signed-off-by: Manuel Campo <[email protected]> * chore(BBND-310): add missing sdk/package-lock.json changes Signed-off-by: Manuel Campo <[email protected]> --------- Signed-off-by: Mario Francia <[email protected]> Signed-off-by: Manuel Campo <[email protected]> Signed-off-by: Miguel_LZPF <[email protected]> Co-authored-by: Manuel Campo <[email protected]> Co-authored-by: Mario Francia <[email protected]> Co-authored-by: Miguel_LZPF <[email protected]>
* fix: update transaction ID handling in MirrorNodeAdapter Signed-off-by: Miguel_LZPF <[email protected]> * fix: use the same getReceipt from ATS Signed-off-by: Miguel_LZPF <[email protected]> * fix: replace console logs with LogService for better logging Signed-off-by: Miguel_LZPF <[email protected]> --------- Signed-off-by: Miguel_LZPF <[email protected]>
* fix: conflict between react-select and chakra Signed-off-by: Manu Fernandez <[email protected]> * fix: tests Signed-off-by: Manu Fernandez <[email protected]> --------- Signed-off-by: Miguel_LZPF <[email protected]>
Signed-off-by: Alberto Molina <[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.
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist