Update docs/cardano/liquid-staking/c1-overview/excess-rewards.md
Co-authored-by: Sebastien Guillemot <[email protected]>
Co-authored-by: Sebastien Guillemot <[email protected]>
#### Example
`accreditToPool` is called with an `ROI` of 40(%) and a value of 100 MilkAda was sent in the transaction. 60 MilkAda will be added to the contract as rewards, while the leftover 40 MilkAda will be excess rewards that can be withdrawn by the bridge.
This function (`accreditToPool`) has no access control - anyone can call this it, but the excess rewards can only be wothdrawn by the Milkomeda Bridge.
This function (`accreditToPool`) has no access control - anyone can call this it, but the excess rewards can only be withdrawn by the Milkomeda Bridge.
# Excess rewards
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PLT-5901 Implemented checks for valid network addresses.
fix: tuple clause must preserve previous clause properties state
fix: rearrange clauses and fill in gaps now handles nested patterns in a uniform way fix: discards in records was being sorted incorrectly leading to type issues chore: remove some filter maps in cases where None is impossible anyway chore: some refactoring on a couple functions to clean up
fix: tuple clause must preserve previous clause properties state
feat: disable openapi