Beanstalk
Beanstalk copied to clipboard
A monorepo for the Beanstalk protocol, SDK, subgraphs and UI. Currently houses infra for the Basin protocol.
Previously, it was not possible to run the existing Foundry test suite. This PR makes a couple of modifications to both the tests and `foundry.toml` to get the whole suite...
## Summary Introduce the ability for users to convert unripe assets into their ripe counterpart. ## Problem Currently, the only way to redeem unripe assets is by withdrawing from the...
In this PR I attempt to refactor a few pieces of the Convert form & related components Things are horribly tangled: - Three number libraries (BigNumber.js, ethers.BigNumber, TokenValue) - Three...
I left a `Note:` in there as well: 1. For `formatBpfRemaining`, does `BPF` have decimals? The number that is returned on the image is quite large. Here is a sample...
## Summary Implemented a new Convert type that allows any user to decrease a Deposit’s BDV if the Recorded BDV (the BDV stored on-chain with the Deposit) is greater than...
# On-Chain Fertilizer Metadata ## Summary Migrate the Fertilizer metadata hosted at [fert.bean.money](https://fert.bean.money/) to a decentralized alternative. ## Problem Currently, Fertilizer metadata is currently hosted on centralized infrastructure (this was...
## Summary When $\Delta B_{\overline{t-1}} < 0$, change Soil issued at `gm` to be the minimum of (1) $-\Delta B$ calculated using the instantaneous reserves from Multi Flow and (2)...
# RFC: Blacklist Mitigation + Stableswap Well Function ## Authors Guy, Ben Weintraub, Brendan Sanderson, Brean ## Summary * Implement a stableswap Well function with a variable A parameter (that...