Skip to content
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

Wasm sc integration #1558

Merged
merged 64 commits into from
Dec 31, 2024
Merged

Wasm sc integration #1558

merged 64 commits into from
Dec 31, 2024

Conversation

samuelmanzanera
Copy link
Member

@samuelmanzanera samuelmanzanera commented Aug 29, 2024

Description

Integrate WASM smart contract execution

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Tested with libjs (archethic-foundation/libjs#222)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

gitguardian bot commented Dec 9, 2024

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
14335930 Triggered Generic Private Key 628be5d test/archethic_web/aeweb/domain_test.exs View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. 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


🦉 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.

@Neylix Neylix marked this pull request as ready for review December 16, 2024 14:22
@Neylix Neylix force-pushed the wasm_sc_integration branch from fa4b418 to 92dd4fb Compare December 16, 2024 17:54
@Neylix Neylix force-pushed the wasm_sc_integration branch from 0266380 to c48aa5a Compare December 31, 2024 11:36
@Neylix Neylix added feature New feature request smart contracts Involve smart contracts labels Dec 31, 2024
@Neylix Neylix merged commit d5aab57 into develop Dec 31, 2024
4 of 5 checks passed
@Neylix Neylix deleted the wasm_sc_integration branch December 31, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request smart contracts Involve smart contracts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants