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

Marked MockTBTCVault functions virtual #785

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Marked MockTBTCVault functions virtual #785

merged 1 commit into from
Feb 14, 2024

Conversation

pdyraga
Copy link
Member

@pdyraga pdyraga commented Feb 14, 2024

This allows projects using MockTBTCVault for tests of AbstractTBTCDepositor-based contracts to inject custom logic, such as minting of tBTC token. This logic is not important for tests of AbstractTBTCDepositor but is usually important for tests of derived contracts.

This allows projects using MockTBTCVault for tests of
AbstractTBTCDepositor-based contracts to inject custom logic, such as
minting of tBTC token. This logic is not important for tests of
AbstractTBTCDepositor but is usually important for tests of derived
contracts.
Copy link

Solidity API documentation preview available in the artifacts of the https://github.com/keep-network/tbtc-v2/actions/runs/7898932733 check.

@lukasz-zimnoch lukasz-zimnoch merged commit b9fa855 into main Feb 14, 2024
36 checks passed
@lukasz-zimnoch lukasz-zimnoch deleted the virtual branch February 14, 2024 09:19
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.

2 participants