Felix Hieser
Felix Hieser
As we currently dont have a use for the native currency of the blockchain we will be directly deployed on (as we just will use erc20 tokens) we dont have...
It makes sense for some of the modules to support multicall functionalities to be able to call multiple functions in the same transaction. https://docs.openzeppelin.com/contracts/4.x/api/utils#Multicall
As an answer to the internal audit of the ElasticReceiptToken Contract (#193 ) we agreed to update the tests for the contract to bring it to a state of the...
I created a E2E Test that shows the steps needed for a BondingCurve FundingManager Transferal. Should I add more tests, that check if the transferal worked? If so which tests...
This is the audit feature branch for the Authorizer Update. The following contracts are the main focus points of the Audit and contain internal refactors and central logic changes that...
This is the audit feature branch for the Discrete Bonding Curve Update. The following contracts are the main focus points of the Audit. - src/modules/fundingManager/bondingCurve/libraries/PackedSegmentLib.sol - src/modules/fundingManager/bondingCurve/formulas/DiscreteCurveMathLib_v1.sol - src/modules/fundingManager/bondingCurve/FM_BC_Discrete_Redeeming_VirtualSupply_v1.sol -...
This is it: The final PR to get the Authorizer fully rolling. The PR itself is the followup PR to the Authorizer Audit that adjusts the Versioning of all Contracts...
Small change to the Authorizer Will be merged once the Authorizer PR is done