-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge-ready protocol service pack 📦 #401
Commits on Dec 18, 2021
-
fix: add
StETHBurnt
event for theStETH
tokenThe new event logs account addr, amount and shares amount.
Configuration menu - View commit details
-
Copy full SHA for e087204 - Browse repository at this point
Copy the full SHA e087204View commit details -
Configuration menu - View commit details
-
Copy full SHA for c359fd1 - Browse repository at this point
Copy the full SHA c359fd1View commit details
Commits on Dec 30, 2021
-
feat: add
transferShares
functionSometimes we should user shares transfers instead of token transfers to avoid rounding issues. Introduce function and new `TransferShares` event. Note: also emits conventional `Transfer` event for the compatibility with existing indexing off-chain solutions subscribed to transfers.
Configuration menu - View commit details
-
Copy full SHA for 08969d2 - Browse repository at this point
Copy the full SHA 08969d2View commit details -
test: add unit tests for the
transferShares
funcAdd tests on transfer itself and on the logging `Transfer` and `TransferShares` events.
Configuration menu - View commit details
-
Copy full SHA for 5e07507 - Browse repository at this point
Copy the full SHA 5e07507View commit details
Commits on Jan 9, 2022
-
increase
keysOpIndex
inassignNextSigningKeys
to make less difficult to track used keys
Configuration menu - View commit details
-
Copy full SHA for 0bb9f55 - Browse repository at this point
Copy the full SHA 0bb9f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 938d0aa - Browse repository at this point
Copy the full SHA 938d0aaView commit details
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 596875d - Browse repository at this point
Copy the full SHA 596875dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ac796 - Browse repository at this point
Copy the full SHA 95ac796View commit details -
fix: emit
TransferShares
from transfer calls too`transfer` and `transferShares` methods should emit same events sequence: - Transfer - TransferShares.
Configuration menu - View commit details
-
Copy full SHA for b40f7ed - Browse repository at this point
Copy the full SHA b40f7edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 541232f - Browse repository at this point
Copy the full SHA 541232fView commit details
Commits on Jan 12, 2022
-
fix: move
TransferShares
event to ISTETHInterface file should contain all events definitions.
Configuration menu - View commit details
-
Copy full SHA for 205830a - Browse repository at this point
Copy the full SHA 205830aView commit details -
It is a controversary decision. Friday devteam sync planned for the resolution.
Configuration menu - View commit details
-
Copy full SHA for 8219141 - Browse repository at this point
Copy the full SHA 8219141View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 071851d - Browse repository at this point
Copy the full SHA 071851dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dea01f - Browse repository at this point
Copy the full SHA 6dea01fView commit details -
Use UINT64_MAX constant. Fix #382
Alexey Potapkin committedJan 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 3b11426 - Browse repository at this point
Copy the full SHA 3b11426View commit details
Commits on Jan 19, 2022
-
Remove extra defensive aserts for constants. Fix #383
Alexey Potapkin committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for a6d264a - Browse repository at this point
Copy the full SHA a6d264aView commit details -
Move storage assigning under if-branch. Fix #390
Alexey Potapkin committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 9372b0d - Browse repository at this point
Copy the full SHA 9372b0dView commit details -
Alexey Potapkin committed
Jan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for f03fce3 - Browse repository at this point
Copy the full SHA f03fce3View commit details -
Add comments to internal functions. Fix #388
Alexey Potapkin committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for d17b86d - Browse repository at this point
Copy the full SHA d17b86dView commit details -
Remove explicit variables initialization. Fix #384
Alexey Potapkin committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 517d379 - Browse repository at this point
Copy the full SHA 517d379View commit details -
Fix comments not to mention non-existent constants. Fix #385
Alexey Potapkin committedJan 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 638a9c2 - Browse repository at this point
Copy the full SHA 638a9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9bbc48 - Browse repository at this point
Copy the full SHA b9bbc48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1e52e - Browse repository at this point
Copy the full SHA 0b1e52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3c261 - Browse repository at this point
Copy the full SHA bf3c261View commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 94388e6 - Browse repository at this point
Copy the full SHA 94388e6View commit details -
Merge pull request #391 from lidofinance/audit/dsm-fix-comments
Fix COMMENTS from MixBytes audit of DepositSecurityModule
Configuration menu - View commit details
-
Copy full SHA for 308b899 - Browse repository at this point
Copy the full SHA 308b899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce2dc2 - Browse repository at this point
Copy the full SHA 0ce2dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dcf3b4 - Browse repository at this point
Copy the full SHA 7dcf3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for efe8172 - Browse repository at this point
Copy the full SHA efe8172View commit details
Commits on Jan 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcae424 - Browse repository at this point
Copy the full SHA bcae424View commit details
Commits on Jan 26, 2022
-
- make MevTxFeeVault payable - refactor a few names - add more clarifying comments
Configuration menu - View commit details
-
Copy full SHA for 08aa865 - Browse repository at this point
Copy the full SHA 08aa865View commit details
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 897a01c - Browse repository at this point
Copy the full SHA 897a01cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a96bb7 - Browse repository at this point
Copy the full SHA 2a96bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f51bfe - Browse repository at this point
Copy the full SHA 6f51bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc8cde - Browse repository at this point
Copy the full SHA 5cc8cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68800ff - Browse repository at this point
Copy the full SHA 68800ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for be673d2 - Browse repository at this point
Copy the full SHA be673d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4070eb5 - Browse repository at this point
Copy the full SHA 4070eb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d29bfe - Browse repository at this point
Copy the full SHA 5d29bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for da95529 - Browse repository at this point
Copy the full SHA da95529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c06794 - Browse repository at this point
Copy the full SHA 9c06794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a31811 - Browse repository at this point
Copy the full SHA 2a31811View commit details -
test: Add scenario test on penalties/slashing
Scenario covers various mev/tx rewards and beacon chain rewards/losses.
Configuration menu - View commit details
-
Copy full SHA for 2c6aa74 - Browse repository at this point
Copy the full SHA 2c6aa74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498e11a - Browse repository at this point
Copy the full SHA 498e11aView commit details -
more work on MevTxFeeVault and Lido contract
- refactor - add separate role for setting vault's address to Lido - use Rewards Emulator in all tests
Configuration menu - View commit details
-
Copy full SHA for a090370 - Browse repository at this point
Copy the full SHA a090370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09367f2 - Browse repository at this point
Copy the full SHA 09367f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c13602 - Browse repository at this point
Copy the full SHA 6c13602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f6774 - Browse repository at this point
Copy the full SHA 31f6774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 748ae19 - Browse repository at this point
Copy the full SHA 748ae19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d133c - Browse repository at this point
Copy the full SHA 17d133cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3b8b0 - Browse repository at this point
Copy the full SHA 6e3b8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c0b85 - Browse repository at this point
Copy the full SHA 42c0b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32c3ad - Browse repository at this point
Copy the full SHA c32c3adView commit details -
Rename pushRewards and update deploy scripts
- rename `pushRewards` to `handleOracleReport` - 23-vote-mev-upgrade.js: fixes and Oracle deployment - update addresses of deployed contracts
Configuration menu - View commit details
-
Copy full SHA for 51886be - Browse repository at this point
Copy the full SHA 51886beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7298320 - Browse repository at this point
Copy the full SHA 7298320View commit details -
Initial version of Oracle initialization according to new LIP
- restore initialize() function which performs up-to-date initialization from scratch - keep the latest increment initialize function: namely dummy upgrade from v1 to v3 to correct version number - still a few TODOs left
Configuration menu - View commit details
-
Copy full SHA for 05103ee - Browse repository at this point
Copy the full SHA 05103eeView commit details -
updates to LidoOracle initialization function
- make separate private _initialize_v3 - rename public initialize_v3 to finalizeUpgrade_v3 - fix: make initialize() external
Configuration menu - View commit details
-
Copy full SHA for 4f586fb - Browse repository at this point
Copy the full SHA 4f586fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for aacc111 - Browse repository at this point
Copy the full SHA aacc111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9095cab - Browse repository at this point
Copy the full SHA 9095cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12eb9d7 - Browse repository at this point
Copy the full SHA 12eb9d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbcd893 - Browse repository at this point
Copy the full SHA bbcd893View commit details -
Revert "Merge branch 'redo-oracle-initialization' into audit/mev"
This reverts commit 68800ff.
Configuration menu - View commit details
-
Copy full SHA for 1abd3da - Browse repository at this point
Copy the full SHA 1abd3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b351d4c - Browse repository at this point
Copy the full SHA b351d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3154a14 - Browse repository at this point
Copy the full SHA 3154a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d10e7 - Browse repository at this point
Copy the full SHA 33d10e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e5e63 - Browse repository at this point
Copy the full SHA d3e5e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7acd0 - Browse repository at this point
Copy the full SHA 5a7acd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f3887 - Browse repository at this point
Copy the full SHA d6f3887View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2e978 - Browse repository at this point
Copy the full SHA fa2e978View commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0b983b9 - Browse repository at this point
Copy the full SHA 0b983b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8b75b - Browse repository at this point
Copy the full SHA 0c8b75bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 801d3e8 - Browse repository at this point
Copy the full SHA 801d3e8View commit details
Commits on Feb 2, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for a70083e - Browse repository at this point
Copy the full SHA a70083eView commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 66850e2 - Browse repository at this point
Copy the full SHA 66850e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f49e4b - Browse repository at this point
Copy the full SHA 2f49e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b065c - Browse repository at this point
Copy the full SHA c8b065cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9985ffb - Browse repository at this point
Copy the full SHA 9985ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd6b7a - Browse repository at this point
Copy the full SHA fdd6b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6adfa82 - Browse repository at this point
Copy the full SHA 6adfa82View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ad70b - Browse repository at this point
Copy the full SHA c0ad70bView commit details -
Utilize MAX_MEMBERS constant properly with the `LidoOracle.addOracleMember` code.
Configuration menu - View commit details
-
Copy full SHA for 2c592fe - Browse repository at this point
Copy the full SHA 2c592feView commit details -
Add transferERC721ToVault function for the `Lido` contract. Introduce the `RecoverERC721ToVault` event. Add tests to cover new code.
Configuration menu - View commit details
-
Copy full SHA for ea5e232 - Browse repository at this point
Copy the full SHA ea5e232View commit details -
Disambiguate burn event name (`StETHBurnt` -> `SharesBurnt`). Update tests.
Configuration menu - View commit details
-
Copy full SHA for f8b4b96 - Browse repository at this point
Copy the full SHA f8b4b96View commit details -
Enforce node operators limit programatically. Add tests.
Configuration menu - View commit details
-
Copy full SHA for fb8bafe - Browse repository at this point
Copy the full SHA fb8bafeView commit details
Commits on Feb 22, 2022
-
Stich beacon report callbacks with ERC165 checks.
Configuration menu - View commit details
-
Copy full SHA for 9babc85 - Browse repository at this point
Copy the full SHA 9babc85View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d198ed9 - Browse repository at this point
Copy the full SHA d198ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d289ea - Browse repository at this point
Copy the full SHA 6d289eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3813932 - Browse repository at this point
Copy the full SHA 3813932View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b8447 - Browse repository at this point
Copy the full SHA e3b8447View commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a5af16e - Browse repository at this point
Copy the full SHA a5af16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 365c45b - Browse repository at this point
Copy the full SHA 365c45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf53258 - Browse repository at this point
Copy the full SHA bf53258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126d809 - Browse repository at this point
Copy the full SHA 126d809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1427cb0 - Browse repository at this point
Copy the full SHA 1427cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fd2dc - Browse repository at this point
Copy the full SHA b1fd2dcView commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0d0b2c7 - Browse repository at this point
Copy the full SHA 0d0b2c7View commit details
Commits on Apr 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ffd27f9 - Browse repository at this point
Copy the full SHA ffd27f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9446913 - Browse repository at this point
Copy the full SHA 9446913View commit details
Commits on Apr 13, 2022
-
Merge pull request #404 from lidofinance/audit/post-merge-proto
Fixing MixBytes audit findings
Configuration menu - View commit details
-
Copy full SHA for e7ec3a0 - Browse repository at this point
Copy the full SHA e7ec3a0View commit details -
Add submits break feature to temporary close staking for new customers in case of entry queue massive demands.
Configuration menu - View commit details
-
Copy full SHA for d8de2ed - Browse repository at this point
Copy the full SHA d8de2edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4572109 - Browse repository at this point
Copy the full SHA 4572109View commit details -
fix: reduce Lido contract size
Limit the contact's interface. Remove ERC721 recovery.
Configuration menu - View commit details
-
Copy full SHA for d130e8e - Browse repository at this point
Copy the full SHA d130e8eView commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b7db8d1 - Browse repository at this point
Copy the full SHA b7db8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 406b327 - Browse repository at this point
Copy the full SHA 406b327View commit details -
fix: rename DAO contracts -> protocol contracts
Sounds more reasonable and consistent.
Configuration menu - View commit details
-
Copy full SHA for 81d51d6 - Browse repository at this point
Copy the full SHA 81d51d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bccd2c - Browse repository at this point
Copy the full SHA 8bccd2cView commit details
Commits on Apr 16, 2022
-
fix: handle edge-case when mev vault is zero
Fix rewards distribution calculations if vault set to zero.
Configuration menu - View commit details
-
Copy full SHA for 83b5739 - Browse repository at this point
Copy the full SHA 83b5739View commit details -
fix: contract size optimizations
Remove extra vars and funcs to minimize Lido.sol contract's size
Configuration menu - View commit details
-
Copy full SHA for d185549 - Browse repository at this point
Copy the full SHA d185549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b6156e - Browse repository at this point
Copy the full SHA 5b6156eView commit details
Commits on Apr 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b791efb - Browse repository at this point
Copy the full SHA b791efbView commit details
Commits on Apr 18, 2022
-
fix: handle preliminary review by Alexey P.
Rename STAKING_RATE_LIMIT_ROLE to STAKING_RESUME_ROLE. Remove obsolete SafeMath for uint64. Use ether amount nominated in wei (change memory layour).
Configuration menu - View commit details
-
Copy full SHA for ef5ef14 - Browse repository at this point
Copy the full SHA ef5ef14View commit details
Commits on Apr 19, 2022
-
feat: change rate-limit design
Use suggestions and insights by Sam. K, Eugene P. and Alexey P.: - pass limit increase per block instead of duration; - introduce bit twiddling library; - add external viewers to integrate with frontend. Tests are need to be updated.
Configuration menu - View commit details
-
Copy full SHA for 4749e50 - Browse repository at this point
Copy the full SHA 4749e50View commit details
Commits on Apr 20, 2022
-
fix: use sentinel _auth to minimize bytecode bloat
modifiers are too costly
Configuration menu - View commit details
-
Copy full SHA for 646e7e4 - Browse repository at this point
Copy the full SHA 646e7e4View commit details -
fix: refine implementation, test and docs
More internal helpers inside StakeLimitUtils. Docs updated with actual behavior. Add some require statements. Improve test coverage.
Configuration menu - View commit details
-
Copy full SHA for 4fca69e - Browse repository at this point
Copy the full SHA 4fca69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b98f1 - Browse repository at this point
Copy the full SHA 40b98f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b668f7 - Browse repository at this point
Copy the full SHA 7b668f7View commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6be7fdf - Browse repository at this point
Copy the full SHA 6be7fdfView commit details -
Since we have adopted `_auth` function there are some more space to settle previously removed code features.
Configuration menu - View commit details
-
Copy full SHA for fc14365 - Browse repository at this point
Copy the full SHA fc14365View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e5c12 - Browse repository at this point
Copy the full SHA c3e5c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c54f04 - Browse repository at this point
Copy the full SHA 2c54f04View commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f6df45 - Browse repository at this point
Copy the full SHA 8f6df45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f85f3 - Browse repository at this point
Copy the full SHA 25f85f3View commit details
Commits on May 11, 2022
-
Merge pull request #410 from lidofinance/feature/staking_soft_rate_limit
Feat: add staking soft rate limit
Configuration menu - View commit details
-
Copy full SHA for 7a1172b - Browse repository at this point
Copy the full SHA 7a1172bView commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f2f19fc - Browse repository at this point
Copy the full SHA f2f19fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 092e694 - Browse repository at this point
Copy the full SHA 092e694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33356ec - Browse repository at this point
Copy the full SHA 33356ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c12a0 - Browse repository at this point
Copy the full SHA f3c12a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f5ebb - Browse repository at this point
Copy the full SHA d4f5ebbView commit details -
Merge pull request #412 from lidofinance/test/staking-limits
add tests for stake limit library
Configuration menu - View commit details
-
Copy full SHA for c22d222 - Browse repository at this point
Copy the full SHA c22d222View commit details
Commits on May 14, 2022
-
fix: enforce stake limit invariants by the lib
Move require statements inside the library. Update tests, giveup the absolute blocks numbering.
Configuration menu - View commit details
-
Copy full SHA for 4c611cb - Browse repository at this point
Copy the full SHA 4c611cbView commit details -
Merge pull request #413 from lidofinance/fix/stake_limit_unit_tests
fix: enforce stake limit invariants by the lib
Configuration menu - View commit details
-
Copy full SHA for 917ee9f - Browse repository at this point
Copy the full SHA 917ee9fView commit details -
fix: use safeTransfer for ERC20 recovery
Leverage OZ safeTransfer helper lib which deals with non-conformant tokens (USDT, for example).
Configuration menu - View commit details
-
Copy full SHA for 2208fc3 - Browse repository at this point
Copy the full SHA 2208fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d619f0 - Browse repository at this point
Copy the full SHA 1d619f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c4f45 - Browse repository at this point
Copy the full SHA d8c4f45View commit details -
fix: use uint256 for stake limits
uint256 for every interface whenever applicable instead of uint96 and uint32.
Configuration menu - View commit details
-
Copy full SHA for f95c207 - Browse repository at this point
Copy the full SHA f95c207View commit details -
feat: frontend-oriented API for stake limits
Add the `getCurrentStakeLimit` method. Add the `getStakeLimitFullInfo` method.
Configuration menu - View commit details
-
Copy full SHA for daf6e07 - Browse repository at this point
Copy the full SHA daf6e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f74910 - Browse repository at this point
Copy the full SHA 4f74910View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb4526 - Browse repository at this point
Copy the full SHA bbb4526View commit details
Commits on May 15, 2022
-
Merge pull request #414 from lidofinance/review/mev-lips-round1
Review/mev lips round1
Configuration menu - View commit details
-
Copy full SHA for 452880f - Browse repository at this point
Copy the full SHA 452880fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58dc6c5 - Browse repository at this point
Copy the full SHA 58dc6c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d6e42 - Browse repository at this point
Copy the full SHA 19d6e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1242d24 - Browse repository at this point
Copy the full SHA 1242d24View commit details
Commits on May 16, 2022
-
feat: refactor stake rate limit libs
Make rate limit libs more handy and meaningful. NB: disable stake-limit unit tests for now.
Configuration menu - View commit details
-
Copy full SHA for 3cf51b4 - Browse repository at this point
Copy the full SHA 3cf51b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a87bac - Browse repository at this point
Copy the full SHA 9a87bacView commit details -
feat: rename mev/tx rewards to EL rewards globally
Update the terms everywhere.
Configuration menu - View commit details
-
Copy full SHA for b016e85 - Browse repository at this point
Copy the full SHA b016e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0326cc - Browse repository at this point
Copy the full SHA b0326ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc83ae0 - Browse repository at this point
Copy the full SHA cc83ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61287ac - Browse repository at this point
Copy the full SHA 61287acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6e5a8 - Browse repository at this point
Copy the full SHA ad6e5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e3376 - Browse repository at this point
Copy the full SHA 59e3376View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71695a - Browse repository at this point
Copy the full SHA f71695aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7837182 - Browse repository at this point
Copy the full SHA 7837182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0b773 - Browse repository at this point
Copy the full SHA 4f0b773View commit details -
Configuration menu - View commit details
-
Copy full SHA for a656c04 - Browse repository at this point
Copy the full SHA a656c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for f99b2f7 - Browse repository at this point
Copy the full SHA f99b2f7View commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 41ecebf - Browse repository at this point
Copy the full SHA 41ecebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b8257 - Browse repository at this point
Copy the full SHA f4b8257View commit details -
Merge pull request #415 from lidofinance/review/mev-lips-fixes
Feat: Review/mev lips fixes
Configuration menu - View commit details
-
Copy full SHA for 0bf6233 - Browse repository at this point
Copy the full SHA 0bf6233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7046d - Browse repository at this point
Copy the full SHA 0b7046dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 583e213 - Browse repository at this point
Copy the full SHA 583e213View commit details -
Merge pull request #417 from lidofinance/review/mev-lips-fixes
Fox: stake limit corner cases
Configuration menu - View commit details
-
Copy full SHA for 7feaddd - Browse repository at this point
Copy the full SHA 7feadddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eb4de - Browse repository at this point
Copy the full SHA 81eb4deView commit details -
fix: remove
StakingResumed
paramsThey are misleading from the off-chain perspective.
Configuration menu - View commit details
-
Copy full SHA for 71076c3 - Browse repository at this point
Copy the full SHA 71076c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e44ac7 - Browse repository at this point
Copy the full SHA 6e44ac7View commit details -
Merge pull request #418 from lidofinance/rename-withdrawal-limit
refactor: rename withdrawal limit points to withdrawal limit for consistency
Configuration menu - View commit details
-
Copy full SHA for 616e203 - Browse repository at this point
Copy the full SHA 616e203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1da3c - Browse repository at this point
Copy the full SHA 7f1da3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef62245 - Browse repository at this point
Copy the full SHA ef62245View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2dcf3c - Browse repository at this point
Copy the full SHA a2dcf3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd1b7c - Browse repository at this point
Copy the full SHA 2cd1b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d043ecc - Browse repository at this point
Copy the full SHA d043eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6843b84 - Browse repository at this point
Copy the full SHA 6843b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67aaa21 - Browse repository at this point
Copy the full SHA 67aaa21View commit details
Commits on May 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4dd06b6 - Browse repository at this point
Copy the full SHA 4dd06b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3137a5 - Browse repository at this point
Copy the full SHA e3137a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f8336 - Browse repository at this point
Copy the full SHA a0f8336View commit details -
Add more meaningful API for staking limits Rename STAKING_PAUSE_ROLE to STAKING_CONTROL_ROLE [skip ci] Tests needs to be updated
Configuration menu - View commit details
-
Copy full SHA for 3d70d5b - Browse repository at this point
Copy the full SHA 3d70d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d15ac - Browse repository at this point
Copy the full SHA f8d15acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8e67e - Browse repository at this point
Copy the full SHA 8c8e67eView commit details -
Merge pull request #424 from lidofinance/test/staking-limit
update stake limit tests
Configuration menu - View commit details
-
Copy full SHA for d6f75ed - Browse repository at this point
Copy the full SHA d6f75edView commit details -
Merge pull request #419 from lidofinance/review/mev-lips-round2
Fix: review/mev lips round2
Configuration menu - View commit details
-
Copy full SHA for 81180b6 - Browse repository at this point
Copy the full SHA 81180b6View commit details -
feat: implement suggestions by @arwer13
Rename STAKE_LIMIT_POSITION to STAKING_STATE_POSITION. Remove extra comma. Better comments for the `distributeFee` func.
Configuration menu - View commit details
-
Copy full SHA for e8e47ad - Browse repository at this point
Copy the full SHA e8e47adView commit details
Commits on May 19, 2022
-
Merge pull request #425 from lidofinance/review/mev-lips-round3
Feat: Add changes for the 3rd review round
Configuration menu - View commit details
-
Copy full SHA for f3ae43a - Browse repository at this point
Copy the full SHA f3ae43aView commit details