Skip to content

refactor: replace native_asset_id with fee_faucet_id#2619

Open
JackTheGit wants to merge 1 commit into0xMiden:nextfrom
JackTheGit:rename-native-asset-id
Open

refactor: replace native_asset_id with fee_faucet_id#2619
JackTheGit wants to merge 1 commit into0xMiden:nextfrom
JackTheGit:rename-native-asset-id

Conversation

@JackTheGit
Copy link

Closes #2545

Summary

Replaced all usages of native_asset_id() with fee_faucet_id() to align with the updated FeeParameters API.

Changes

  • Updated FeeParameters struct field and constructor

  • Renamed accessor from native_asset_id to fee_faucet_id

  • Updated all usages across:

    • miden-protocol
    • miden-tx
    • miden-testing
  • Updated serialization accordingly

  • Ensured all tests pass

Notes

  • Preserved MockChain::native_asset_id() for API compatibility
  • Full build and test suite pass successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename native asset ID

1 participant