Beanstalk icon indicating copy to clipboard operation
Beanstalk copied to clipboard

A monorepo for the Beanstalk protocol, SDK, subgraphs and UI. Currently houses infra for the Basin protocol.

Results 54 Beanstalk issues
Sort by recently updated
recently updated
newest added

- [ ] Liquidity page borked if zero liquidity, ie brand new wells - [ ] Make UI more responsive (esp the liquidity pages) - [x] Get production Alchemy key...

⛓ Contracts
📜 RFC

https://github.com/BeanstalkFarms/Beanstalk/blob/master/projects/sdk/src/utils/TestUtils/BlockchainUtils.ts#L82

📦 SDK

**subgraph-beanstalk** - Fixes to silo: `stalk` now matches up with `s.s.stalk` - No longer separates `stalk`/`plantableStalk` - `plantableStalk` is added into `stalk` immediately and decremented separately - Fix mishandling of...

Fixes the issues from codehawks. # Final Report: [Codehawks Final Report](https://codehawks.cyfrin.io/c/2024-05-beanstalk-the-finale/results?lt=contest&page=1&sc=reward&sj=reward&t=report) ## High reports: - ### H-01: LibChainlinkOracle::getTokenPrice will always return instantaneous prices - Solution: Change the ternary check from...

fixes: L-06. The DepotFacet contract uses an incorrect PIPELINE address.

This contains all the changes from remediations. changes should be branched from here prior to merging into beanstalk 3. ## Changelog: - changed SeedGaugeSettings Struct to EvaluationParameters to better match...

`tokenPriceFromExternal` can return two prices now: the TOKEN/USD and USD/TOKEN. When we return the token/usd price, it will return a 6 decimal precision price. However, when we return a usd/token...