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

fix: enable export-abi feature #532

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

fix: enable export-abi feature #532

wants to merge 7 commits into from

Conversation

bidzyyys
Copy link
Collaborator

Resolves #439

PR Checklist

  • Tests
  • Documentation
  • Changelog

@bidzyyys bidzyyys self-assigned this Feb 11, 2025
@bidzyyys bidzyyys linked an issue Feb 11, 2025 that may be closed by this pull request
1 task
Copy link

netlify bot commented Feb 11, 2025

Deploy Preview for contracts-stylus canceled.

Name Link
🔨 Latest commit 6884447
🔍 Latest deploy log https://app.netlify.com/sites/contracts-stylus/deploys/67ab9813a247820008aac30c

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 60.86957% with 27 lines in your changes missing coverage. Please review.

Project coverage is 87.3%. Comparing base (6e4a147) to head (6884447).

Files with missing lines Patch % Lines
contracts/src/token/erc20/extensions/erc4626.rs 0.0% 12 Missing ⚠️
contracts/src/finance/vesting_wallet.rs 9.0% 10 Missing ⚠️
contracts/src/token/erc20/utils/safe_erc20.rs 0.0% 5 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
contracts/src/access/control.rs 98.1% <100.0%> (+<0.1%) ⬆️
contracts/src/access/ownable.rs 96.5% <100.0%> (+3.2%) ⬆️
contracts/src/access/ownable_two_step.rs 98.8% <100.0%> (+<0.1%) ⬆️
contracts/src/token/erc1155/extensions/burnable.rs 100.0% <100.0%> (ø)
contracts/src/token/erc1155/mod.rs 97.3% <100.0%> (+0.2%) ⬆️
contracts/src/token/erc20/extensions/burnable.rs 100.0% <100.0%> (ø)
contracts/src/token/erc20/extensions/flash_mint.rs 81.1% <100.0%> (ø)
contracts/src/token/erc20/mod.rs 96.6% <100.0%> (+0.6%) ⬆️
contracts/src/token/erc721/extensions/burnable.rs 100.0% <100.0%> (ø)
...ontracts/src/token/erc721/extensions/enumerable.rs 96.4% <100.0%> (+<0.1%) ⬆️
... and 7 more

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.

[Feature]: Investigate How to Address export-abi Warnings
1 participant