tari-project / tari-dan

BSD 3-Clause "New" or "Revised" License
7 stars 18 forks source link

chore!: update feature-dan2 #1184

Closed sdbondi closed 1 month ago

sdbondi commented 1 month ago

Description

chore!: update feature-dan2 chore: update to wasmer 4 chore: update to rust stable

Motivation and Context

Requires PR https://github.com/tari-project/tari/pull/6644

Allow us to use rust > 1.77 by updating wasmer. We can remove various locks in the Runtime after this change but this is left for another PR.

How Has This Been Tested?

Manually

What process can a PR reviewer use to test or verify this change?

Breaking Changes

github-actions[bot] commented 1 month ago

Test Results (CI)

578 tests  +1   578 ✅ +1   3h 20m 8s ⏱️ + 13m 44s  64 suites ±0     0 💤 ±0    2 files   ±0     0 ❌ ±0 

Results for commit c6f36138. ± Comparison against base commit 1d4e3166.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both. ``` Scenario: Claim base layer burn funds with wallet daemon: tests/features/claim_burn.feature:9:3 Scenario: Double Claim base layer burn funds with wallet daemon. should fail: tests/features/claim_burn.feature:48:3 ``` ``` Scenario: Claim base layer burn funds with wallet daemon: tests/features/claim_burn.feature:10:3 Scenario: Double Claim base layer burn funds with wallet daemon. should fail: tests/features/claim_burn.feature:49:3 tari_dan_wallet_crypto::viewable_balance_proof ‑ serialize_deserialize ```

:recycle: This comment has been updated with latest results.