Skip to content

Commit

Permalink
feat: v0.4.0-alpha, bump version, update gas-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zlace0x committed Jan 28, 2023
1 parent 7d0523f commit f73a2b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ FunnelFactoryTest:testNoCodeTokenReverts() (gas: 15454)
FunnelFactoryTest:testTransferFromFunnel() (gas: 291791)
MockSpenderReceiverTest:testSupportInterfaceReceiver() (gas: 5598)
MockSpenderReceiverTest:testSupportInterfaceSpender() (gas: 6567)
BalanceInRangeTest:invariantBalanceInRange() (runs: 256, calls: 3840, reverts: 2875)
BalanceInRangeTest:invariantBalanceInRange() (runs: 256, calls: 3840, reverts: 2887)
FunnelExtendedTest:testApproveRenewableFuzzing(uint256,uint256,uint256) (runs: 256, μ: 260330, ~: 259552)
FunnelExtendedTest:testRecoveryRateExceededFuzzing(uint256,uint256) (runs: 256, μ: 13867, ~: 13867)
TransferAllowedAmountTest:invariantCanTransferAllowedAmount() (runs: 256, calls: 3840, reverts: 2869)
TransferAllowedAmountTest:invariantCannotTransferOverAllowedAmount() (runs: 256, calls: 3840, reverts: 2869)
TransferAllowedAmountTest:invariantCanTransferAllowedAmount() (runs: 256, calls: 3840, reverts: 2870)
TransferAllowedAmountTest:invariantCannotTransferOverAllowedAmount() (runs: 256, calls: 3840, reverts: 2870)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funnel-contracts",
"version": "0.2.0-alpha",
"version": "0.4.0-alpha",
"description": "Proxy contracts that enable renewable allowance on existing erc20 tokens",
"files": [
"src/**/*.sol",
Expand Down

0 comments on commit f73a2b6

Please sign in to comment.