Lasse Herskind
Lasse Herskind
# Description Add a base contract that can be used for writing deployment scripts. The base contains helper functions for listing assets or bridges and getters for the addresses of...
# Description A **very early draft reference implementation** of a DeFi bridge that let users open a DCA position, striving to swap x A to y B over z time....
# Description A minimal (rough) outline that can be used as a starting point for implementing and testing a proper implementation using Furo from the Sushiswap team to stream funds...
There should be a template of a spec, that has sections for some stuff we expect all bridges to elaborate on. But also with sections on how certain properties are...
The `rai` bridge is not up to date, and should be pulled out of master until it is in a better state
The `mStable` bridge is not up to date, and should be pulled out of master until it is in a better state.
Sometimes the Compound test breaks because of the underflow. The underflow seem to be inside the `CompTroller::mintAllowed()`, but to properly debug, need to find a block to recreate.
Work in progress to add foundry fuzz test of libraries that perform low-level operations on bitmaps etc. Needs #632.
closes #18
The staked token implementation writes `DOMAIN_SEPARATOR` to storage in `initialize`. It will therefore not be able to handle a hard fork post-deployment, as the chainID is not updated and a...