Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Jun 1, 2024
1 parent 9eabafa commit 42e61b7
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 654 deletions.
24 changes: 12 additions & 12 deletions certora/LockstakeEngineMulticall.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ methods {
function mkr.balanceOf(address) external returns (uint256) envfree;
function mkr.totalSupply() external returns (uint256) envfree;
//
function _.init() external => DISPATCHER(true);
function _.lock(uint256) external => DISPATCHER(true);
function _.free(uint256) external => DISPATCHER(true);
function _.stake(address,uint256,uint16) external => DISPATCHER(true);
function _.withdraw(address,uint256) external => DISPATCHER(true);
function _.stake(uint256,uint16) external => DISPATCHER(true);
function _.withdraw(uint256) external => DISPATCHER(true);
function _.getReward(address,address) external => DISPATCHER(true);
function _.getReward() external => DISPATCHER(true);
function _.rewardsToken() external => DISPATCHER(true);
function _.balanceOf(address) external => DISPATCHER(true);
function _.transfer(address,uint256) external => DISPATCHER(true);
// function _.init() external => DISPATCHER(true);
// function _.lock(uint256) external => DISPATCHER(true);
// function _.free(uint256) external => DISPATCHER(true);
// function _.stake(address,uint256,uint16) external => DISPATCHER(true);
// function _.withdraw(address,uint256) external => DISPATCHER(true);
// function _.stake(uint256,uint16) external => DISPATCHER(true);
// function _.withdraw(uint256) external => DISPATCHER(true);
// function _.getReward(address,address) external => DISPATCHER(true);
// function _.getReward() external => DISPATCHER(true);
// function _.rewardsToken() external => DISPATCHER(true);
// function _.balanceOf(address) external => DISPATCHER(true);
// function _.transfer(address,uint256) external => DISPATCHER(true);
// The Prover will attempt to dispatch to the following functions any unresolved
// call, if the signature fits. Otherwise it will use the summary defined by the
// `default` keyword.
Expand Down
64 changes: 0 additions & 64 deletions certora/confs/clipper/example.conf

This file was deleted.

55 changes: 0 additions & 55 deletions certora/confs/clipper/generic.conf

This file was deleted.

50 changes: 0 additions & 50 deletions certora/confs/engine/example.conf

This file was deleted.

42 changes: 0 additions & 42 deletions certora/confs/engine/generic.conf

This file was deleted.

50 changes: 0 additions & 50 deletions certora/confs/engine/multicall_basic.conf

This file was deleted.

23 changes: 0 additions & 23 deletions certora/confs/urn/example_dispatcher.conf

This file was deleted.

56 changes: 0 additions & 56 deletions certora/confs/urn/generic.conf

This file was deleted.

14 changes: 0 additions & 14 deletions certora/harness/farms/Farm1.sol

This file was deleted.

Loading

0 comments on commit 42e61b7

Please sign in to comment.