Skip to content

Conversation

@brenzi
Copy link
Collaborator

@brenzi brenzi commented Apr 26, 2025

No description provided.

@brenzi brenzi requested a review from Copilot April 26, 2025 15:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses the issue with PEPE fee calculation by updating the fee multiplier and bumps the version numbers across related Cargo.toml files.

  • Update package versions from 0.16.5 to 0.16.6 in service, enclave-runtime, and cli.
  • Modify the fee calculation for AssetId::PEPE_E in get_fee_for to use a multiplication factor.

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

File Description
service/Cargo.toml Updated version to 0.16.6
enclave-runtime/Cargo.toml Updated version to 0.16.6
cli/Cargo.toml Updated version to 0.16.6
app-libs/stf/src/trusted_call.rs Updated fee calculation for AssetId::PEPE_E
Comments suppressed due to low confidence (1)

app-libs/stf/src/trusted_call.rs:1014

  • Please ensure that there are adequate tests covering the fee computation for AssetId::PEPE_E, as the fee calculation has been significantly updated.
AssetId::PEPE_E => Fee::Asset(fee_amount * 111_000, asset_id),

@brenzi brenzi added A2-applibs Affects app-libs, i.e. runtime or stf B1-releasenotes C1-low 📌 Does not elevate a release containing this beyond "low priority" E0-breaksnothing labels Apr 26, 2025
@brenzi brenzi merged commit 839eda0 into master Apr 26, 2025
48 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A2-applibs Affects app-libs, i.e. runtime or stf B1-releasenotes C1-low 📌 Does not elevate a release containing this beyond "low priority" E0-breaksnothing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants