-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat(multichain_payment): added new iden3message payment types #455
base: develop
Are you sure you want to change the base?
Conversation
Pre release PR
Release v2.2.9
Intermediate release with Amoy network support
SDK Release 2.3.1 PR
Added the following request type: Iden3PaymentRequestCryptoV1 Iden3PaymentRailsRequestV1 Iden3PaymentRailsERC20RequestV1 Added the following payment type Iden3PaymentCryptoV1 Iden3PaymentRailsV1 Iden3PaymentRailsERC20V1
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #455 +/- ##
===========================================
- Coverage 21.31% 20.98% -0.34%
===========================================
Files 267 271 +4
Lines 8744 8883 +139
===========================================
Hits 1864 1864
- Misses 6880 7019 +139 ☔ View full report in Codecov by Sentry. |
Release V2.3.5
fix issue with utf-8 chars not parsed correctly
# Conflicts: # lib/sdk/di/injector.config.dart
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
5525172 | Triggered | Generic High Entropy Secret | 552de4f | lib/constants.dart | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Added the following request type:
Added the following payment type