-
Notifications
You must be signed in to change notification settings - Fork 28
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
Oracle V4 EPIC #495
Oracle V4 EPIC #495
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ef727a - Browse repository at this point
Copy the full SHA 3ef727aView commit details -
Merge pull request #404 from lidofinance/feat/add_holesky_wf
Add holesky WF
Configuration menu - View commit details
-
Copy full SHA for 80324d6 - Browse repository at this point
Copy the full SHA 80324d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 578c70d - Browse repository at this point
Copy the full SHA 578c70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa23a3f - Browse repository at this point
Copy the full SHA aa23a3fView commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d16af2d - Browse repository at this point
Copy the full SHA d16af2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf37945 - Browse repository at this point
Copy the full SHA bf37945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6512cdc - Browse repository at this point
Copy the full SHA 6512cdcView commit details -
Merge branch 'feat/upgdade_dockerfile' of github.com:lidofinance/lido…
…-oracle into feat/log-requests-in-ejector-module
Configuration menu - View commit details
-
Copy full SHA for 74e4717 - Browse repository at this point
Copy the full SHA 74e4717View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ddcb9 - Browse repository at this point
Copy the full SHA b7ddcb9View commit details
Commits on Oct 24, 2023
-
Update src/modules/ejector/ejector.py
Co-authored-by: Sergey Khomutinin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45a101c - Browse repository at this point
Copy the full SHA 45a101cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96bd460 - Browse repository at this point
Copy the full SHA 96bd460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd64e9 - Browse repository at this point
Copy the full SHA 3bd64e9View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45c0d47 - Browse repository at this point
Copy the full SHA 45c0d47View commit details -
Merge pull request #414 from lidofinance/feature/sre-698-checks-consi…
…stency Move lido linters to checks.yml
Configuration menu - View commit details
-
Copy full SHA for 74265f4 - Browse repository at this point
Copy the full SHA 74265f4View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d93587 - Browse repository at this point
Copy the full SHA 7d93587View commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80486c4 - Browse repository at this point
Copy the full SHA 80486c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7adef6 - Browse repository at this point
Copy the full SHA d7adef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 092234a - Browse repository at this point
Copy the full SHA 092234aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c6b0d7 - Browse repository at this point
Copy the full SHA 3c6b0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71e71f - Browse repository at this point
Copy the full SHA f71e71fView commit details
Commits on Mar 18, 2024
-
Merge pull request #424 from lidofinance/fix/develop_hotfix
Fix/develop hotfix
Configuration menu - View commit details
-
Copy full SHA for 9146bf5 - Browse repository at this point
Copy the full SHA 9146bf5View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 472fd18 - Browse repository at this point
Copy the full SHA 472fd18View commit details
Commits on May 23, 2024
-
Merge pull request #413 from lidofinance/feat/log-requests-in-ejector…
…-module Feat: add more logs to code and log validators request in ejector module
Configuration menu - View commit details
-
Copy full SHA for 7019141 - Browse repository at this point
Copy the full SHA 7019141View commit details
Commits on Jun 20, 2024
-
Merge pull request #425 from lidofinance/revert-424-fix/develop_hotfix
Revert "Fix/develop hotfix"
Configuration menu - View commit details
-
Copy full SHA for 960cfb2 - Browse repository at this point
Copy the full SHA 960cfb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0deeede - Browse repository at this point
Copy the full SHA 0deeedeView commit details -
CSM performance oracle module (#440)
* add label to FRAME_PREV_REPORT_REF_SLOT * add withdrawal exit epoch * add labels to CONTRACT_ON_PAUSE * linter fix * fix typo * fix negative block on forks * Fix typo in docs * Fix typo in test function name * Fix typo in test function name * feat: attestation and committees * fix: type * fix: return -> yield * fix: pylint in tests * fix: mypy issues * fix: test * chore: change typing for clients * refactor: strict way for streams `_get_without_fallbacks` * chore: remove non-mandatory pylint ignore * make dockerfile buildable * feat: add CSM performance oracle module * contracts create * temp changes * rename typings * fix get_latest_blockstamp * fix test consensus * tests fixes * run black * fix linters * add blockhash * fix tests * fix mypy * fix linter * feat: CSM contracts as a separate module * fix comments * pylint fixed * fix lru cache * test for cache * fix linter * fix linters * remove unused import * fix: off-by-one error on logs fetching * chore: op_id -> no_id * feat: lazy-loading of CSM module * fix: get ABIs for contracts * chore: update docs for env variables * docs: few more corrections to README * chore: fix timeout_decorator type stub * fix: remove lru_cache from CSFeeOracle * feat: collect data for report building * fix: processing * fix: review * fix: ignore * feat: CSM contracts as a separate module * fix: off-by-one error on logs fetching * chore: op_id -> no_id * feat: lazy-loading of CSM module * fix: get ABIs for contracts * chore: update docs for env variables * docs: few more corrections to README * chore: fix timeout_decorator type stub * fix: remove lru_cache from CSFeeOracle * fix: lint * unify get call function * back to HexBytes * feat: add dummy IPFS provider (#436) * feat: `get_module_validators_by_node_operators` (#438) * feat: build CSM oracle report (#437) * fix: calculated l_ref_slot and r_ref_slot (#441) * fix: calculated l_ref_slot and r_ref_slot * fix: calculated l_ref_slot and r_ref_slot * CSM oracle hot fixes (#442) * feat: handle thread exception in processing (#443) * feat: handle thread exception in processing * fix: remove unused things * fix: use `ValueError`, shutdown the executor * fix: linter * chore: add a comment * fix: rise `SystemExit` (#446) * fix: put a stone into a tree (#444) * feat: `epochs_to_process` (#445) * feat: `epochs_to_process` * feat: two sets * feat: advanced validation * fix: use `unprocessed_epochs` * fix: private state properties * revert: `_data` -> ``data` * feat: gw3.io provider and MultiIPFSProvider (#447) * Fix report (#448) * fix: checkpoint range assert (#449) * fix: use reference blockstamp as r_slot for stuck events search (#450) * feat: use attestations endpoint * feat: fetch stuck events for the given frame only (#452) * feat: configure workers count for CSM module * chore: remove DummyIPFSProvider from main * fix: tests import * fix: csm `module` property * fix: logging CID via repr * chore: remove stone when not needed * fix: submit_report_data accepts a tuple * chore: fix mypy * feat: implement dynamic versions * fix: black: two lines * replace wget to culr * fix: call get_contract_version with block hash * Close some TODOs (#456) * fix message * chore: move iterator to folder * chore: add timestamp to logs * feat: add tests to lido contracts * fix: test slot * fix pylint * black fix * update workflow * chore: add v2 iterator * fix tests * fix: review * chore: move iterator to folder * chore: add timestamp to logs * feat: add tests to lido contracts * fix: test slot * fix pylint * black fix * update workflow * fix: review * fix: pylint * feat: absolute performance leeway * fix integration tests * iterator update * fix tests * fix: iterator test * feat: Multi Third Phase * squash sr abi * chore: use TOTAL_BASIS_POINTS const * fix middleware test * fix test * feat: ao-multi-third-phase-partial * fix: review * fix tests * fix: cast to tuple issue * fix log * fix: first validator issue * fix pylint * fix all tests * feat: Multi Third Phase * feat: ao-multi-third-phase-partial * fix: review * fix tests * fix: cast to tuple issue * fix log * tweak ejector * feat: checkpoints refactoring + tests (#463) * feat: review fixes * fix: linters * fix: lru cache * fix: call from v2 old contract * fix: linters * fix: `CSFeeOracle` with no initial epoch * Update src/modules/csm/csm.py Co-authored-by: Don Perignom <[email protected]> * fix: first report l_ref_slot (#466) * fix: error messages for `validate_for_report` (#467) * fix: error messages for `validate_for_report` * fix: use error message explicitly * fix: Add warning log * feat: Update python to 3.12 * fix: State network average calculation * fix: compute operators shares via assigned attestations * refactor: fix linters * refactor: calculate distribution * tests: fix missing assert * refactor: no cache for stuck_operators * fix tests and improve cache * chore: log is_deployed result Co-authored-by: Raman Siamionau <[email protected]> * chore: add CSM_MODULE_ADDRESS to .env.example * chore: add more catch statements for IPFS * chore: add missing variables to README * fix: check contracts via _load_contracts * refactor: CSFeeDistributor calls casts and logs * chore: debug -> info logs on calls in CSM contracts * refactor: add Contract suffix to CSM contracts * Fix: wf * refactor: InconsistentEvents * refactor: move TOTAL_BASIS_POINTS out of perf_leeway * chore: fix sequence assert * chore: update CSModule abi * fix linters * fix: use module address to get keys from keysapi * fix: remove `no_cache` method for committees * fix: merge `get` and `get stream` base methods * feat: check module address * refactor: extract get_events_in_range into utils * fix: rework `get_first_non_missed_slot` * chore: remove events inconsistency check from cs_module * refactor: use get_events_in_range across the codebase * fix: add `Final` for env vars * tests: fix test_calculate_distribution * fix after merge * fix: black * fix: tests * refactor: extract get_operators_with_stucks_in_range * refactor: block -> block_identifier * chore: alias for Shares * fix: get_stuck_operators_ids return * tests: rework events utils tests * fix test names * fix: calculate_distribution shares as a defaultdict * docs: CSM-only variables as CSM only in README * Update src/utils/slot.py * chore: fix logging for get_events_in_range * chore: StakingModuleAddress as ChecksumAddress * chore: update authors * chore: remove redundant cache * refactor: move State.load to __init__ * fix: consensus farFutureEpoch const * chore: add check for l_ref_slot * fix: `minimum checkpoint step is not reached` is not error (#472) * fix: review * fix: test * feat: modify cache * comment problematic integration test * feat: block roots from state, events (#474) * feat: block roots from state, events * fix: check events len * fix: LazyCSM -> CSM * fix: assert * feat: check providers for CSM frame * feat: add DepositContract * chore: fix linters --------- Co-authored-by: madlabman <[email protected]> * fix: linters * fix: `get_attestation_committees` returns list now (#476) * fix: `get_attestation_committees` returns list now * fix: linter * fix: `_get_block_roots` * fix: test * fix: checkpoint slot and tests * fix: use condition from spec * chore: set default concurrency for CSM to "2" * fix: iterator conditions (#477) * fix: iterator conditions * fix: black * fix: use max_available_epoch_to_check * fix: _get_block_roots * fix: black * fix: _select_block_roots * fix: pylint * feat: `batched` * feat: get CSFeeOracle address via CSModule (#478) * feat: check IPFS provider for CSM (#481) * feat: check IPFS provider for CSM * feat: IPFS checker all providers * feat: IPFS checker mark skipped providers * fix: review (#480) * fix: review * fix: linter * fix: tests * fix: no faker for checker --------- Co-authored-by: F4ever <[email protected]> Co-authored-by: shuoer86 <[email protected]> Co-authored-by: vgorkavenko <[email protected]> Co-authored-by: Vladimir Gorkavenko <[email protected]> Co-authored-by: F4ever <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8558c54 - Browse repository at this point
Copy the full SHA 8558c54View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6024a58 - Browse repository at this point
Copy the full SHA 6024a58View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a98c49 - Browse repository at this point
Copy the full SHA 8a98c49View commit details
Commits on Jun 27, 2024
-
CSM oracle review fixes (#487)
* refactor: timeit decorator * refactor: distinct type for Committees * chore: annotations for bits functions * refactor: simplify process_attestations * refactor: CheckpointProcessor executor * refactor: State class * refactor: current_frame_range to return epochs * refactor: raise NoModuleFound * fix: is_contract_reportable condition * chore: test_timeit formatting * refactor: error for invalid distribution numbers * refactor: InvalidState as ValueError * refactor: extract make_tree method from build_report * refactor: one more State refactor * fix: ThreadPoolExecutor cannot be used after shutdown * tests: fix no_commit fixture * fix: build_report frame range * chore: custom CSMError * chore: list -> tuple
Configuration menu - View commit details
-
Copy full SHA for 9876af9 - Browse repository at this point
Copy the full SHA 9876af9View commit details
Commits on Jun 28, 2024
-
fix: get r_ref_slot before initial epoch (#488)
* fix: get r_ref_slot before initial epoch * refactor: current_frame_range --------- Co-authored-by: madlabman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7ed2f9 - Browse repository at this point
Copy the full SHA a7ed2f9View commit details
Commits on Jul 2, 2024
-
* fix: pinata provider * fix: bump curl in Dockerfile
Configuration menu - View commit details
-
Copy full SHA for bcb83de - Browse repository at this point
Copy the full SHA bcb83deView commit details
Commits on Jul 16, 2024
-
* fix: check module desc * feat: csm business metrics * fix: review
Configuration menu - View commit details
-
Copy full SHA for 81f29b0 - Browse repository at this point
Copy the full SHA 81f29b0View commit details -
feat: custom errors + kapi check (#491)
* feat: custom errors + kapi check * linter fixes * no balance fix * correct call * Show full traceback * tweak tr
Configuration menu - View commit details
-
Copy full SHA for 599cc13 - Browse repository at this point
Copy the full SHA 599cc13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bfc4f7 - Browse repository at this point
Copy the full SHA 7bfc4f7View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b95a354 - Browse repository at this point
Copy the full SHA b95a354View commit details
Commits on Jul 26, 2024
-
feat: secrets from env or file (#496)
* feat: secrets from env or file * test: bump block hash for some integration tests
Configuration menu - View commit details
-
Copy full SHA for 99b2f0d - Browse repository at this point
Copy the full SHA 99b2f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef27adc - Browse repository at this point
Copy the full SHA ef27adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f732dae - Browse repository at this point
Copy the full SHA f732daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7da65 - Browse repository at this point
Copy the full SHA ad7da65View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6941ac - Browse repository at this point
Copy the full SHA d6941acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 143cf3b - Browse repository at this point
Copy the full SHA 143cf3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a60e7d1 - Browse repository at this point
Copy the full SHA a60e7d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7476cf3 - Browse repository at this point
Copy the full SHA 7476cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b96d079 - Browse repository at this point
Copy the full SHA b96d079View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4522039 - Browse repository at this point
Copy the full SHA 4522039View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccac065 - Browse repository at this point
Copy the full SHA ccac065View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb12431 - Browse repository at this point
Copy the full SHA fb12431View commit details
Commits on Aug 7, 2024
-
Refactor accounting report building (#498)
* Refactor accounting report building * Move exception to a different package * typing fix * fix tests * black . * Types * Bunker type rename * Reorder declarations * Reorder imports * Reorder declarations --------- Co-authored-by: F4ever <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 089b3dc - Browse repository at this point
Copy the full SHA 089b3dcView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80c2a1d - Browse repository at this point
Copy the full SHA 80c2a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4d3e4 - Browse repository at this point
Copy the full SHA 8d4d3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd7ba9 - Browse repository at this point
Copy the full SHA efd7ba9View commit details -
Merge branch 'feat/beta2-review-fixes' of github.com:lidofinance/lido…
…-oracle into feat/beta2-review-fixes
Configuration menu - View commit details
-
Copy full SHA for 784e9ff - Browse repository at this point
Copy the full SHA 784e9ffView commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bf98e8 - Browse repository at this point
Copy the full SHA 9bf98e8View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c64a7a9 - Browse repository at this point
Copy the full SHA c64a7a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce70bb - Browse repository at this point
Copy the full SHA 6ce70bbView commit details -
Merge branch 'feat/beta2-review-fixes' of github.com:lidofinance/lido…
…-oracle into feat/beta2-review-fixes
Configuration menu - View commit details
-
Copy full SHA for 82b54c4 - Browse repository at this point
Copy the full SHA 82b54c4View commit details -
fix: get_first_non_missed_slot (#499)
* refactor: get_first_non_missed_slot * fix: tests * fix: _get_closest_non_missed_headers * fix: linter * fix: naming
Configuration menu - View commit details
-
Copy full SHA for cf0ba95 - Browse repository at this point
Copy the full SHA cf0ba95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3241c - Browse repository at this point
Copy the full SHA 7d3241cView commit details -
fix: move metrics setting to
_check_duty
(#501)* fix: move metrics setting to `_check_duty` * fix: linter * fix: use `-1`
Configuration menu - View commit details
-
Copy full SHA for 9812237 - Browse repository at this point
Copy the full SHA 9812237View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8586af - Browse repository at this point
Copy the full SHA c8586afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47dab65 - Browse repository at this point
Copy the full SHA 47dab65View commit details -
Merge branch 'feat/beta2-review-fixes' of github.com:lidofinance/lido…
…-oracle into feat/beta2-review-fixes
Configuration menu - View commit details
-
Copy full SHA for 0e508f8 - Browse repository at this point
Copy the full SHA 0e508f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f260cc - Browse repository at this point
Copy the full SHA 4f260ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2760e43 - Browse repository at this point
Copy the full SHA 2760e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aefb85 - Browse repository at this point
Copy the full SHA 6aefb85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64127b7 - Browse repository at this point
Copy the full SHA 64127b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c398872 - Browse repository at this point
Copy the full SHA c398872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6547d06 - Browse repository at this point
Copy the full SHA 6547d06View commit details -
Misc refactoring in CSM module (#502)
* refactor: mass-renaming commit, don't blame anyone * refactor: do not use module property in csm module * chore: check module on init
Configuration menu - View commit details
-
Copy full SHA for 9939887 - Browse repository at this point
Copy the full SHA 9939887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 697d80b - Browse repository at this point
Copy the full SHA 697d80bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f534368 - Browse repository at this point
Copy the full SHA f534368View commit details -
Merge branch 'feat/beta2-review-fixes' of github.com:lidofinance/lido…
…-oracle into feat/beta2-review-fixes
Configuration menu - View commit details
-
Copy full SHA for f0f0386 - Browse repository at this point
Copy the full SHA f0f0386View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14eaa26 - Browse repository at this point
Copy the full SHA 14eaa26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7fb21 - Browse repository at this point
Copy the full SHA 5a7fb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a8a27 - Browse repository at this point
Copy the full SHA 18a8a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042eb0b - Browse repository at this point
Copy the full SHA 042eb0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b228e97 - Browse repository at this point
Copy the full SHA b228e97View commit details -
Merge pull request #497 from lidofinance/feat/beta2-review-fixes
Feat: Oracle V3 review fixes
Configuration menu - View commit details
-
Copy full SHA for 6f44e17 - Browse repository at this point
Copy the full SHA 6f44e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e21b3e6 - Browse repository at this point
Copy the full SHA e21b3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7757411 - Browse repository at this point
Copy the full SHA 7757411View commit details -
Configuration menu - View commit details
-
Copy full SHA for acdd818 - Browse repository at this point
Copy the full SHA acdd818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 991deca - Browse repository at this point
Copy the full SHA 991decaView commit details -
Merge pull request #507 from lidofinance/cache-in-dir
feat: CACHE_DIR variable
Configuration menu - View commit details
-
Copy full SHA for e70f671 - Browse repository at this point
Copy the full SHA e70f671View commit details -
Configuration menu - View commit details
-
Copy full SHA for adef784 - Browse repository at this point
Copy the full SHA adef784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df0317 - Browse repository at this point
Copy the full SHA 9df0317View commit details -
Merge pull request #504 from lidofinance/feat/get-digests-for-csm
feat: reuse `get_lido_node_operators_by_modules`
Configuration menu - View commit details
-
Copy full SHA for 7e3ebcb - Browse repository at this point
Copy the full SHA 7e3ebcbView commit details -
Merge pull request #508 from lidofinance/feat/nolimit-tweak
set min for NodeOperatorLimitMode
Configuration menu - View commit details
-
Copy full SHA for d4a689b - Browse repository at this point
Copy the full SHA d4a689bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 886e0b7 - Browse repository at this point
Copy the full SHA 886e0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be6496 - Browse repository at this point
Copy the full SHA 5be6496View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29956d - Browse repository at this point
Copy the full SHA b29956dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91bb1ce - Browse repository at this point
Copy the full SHA 91bb1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae7c9a - Browse repository at this point
Copy the full SHA 3ae7c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0c83d - Browse repository at this point
Copy the full SHA ff0c83dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84578b3 - Browse repository at this point
Copy the full SHA 84578b3View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cba421 - Browse repository at this point
Copy the full SHA 1cba421View commit details -
Merge pull request #509 from lidofinance/feat/contract-interaction-re…
…factor Feat: tweak contract interactions
Configuration menu - View commit details
-
Copy full SHA for cb2cf2a - Browse repository at this point
Copy the full SHA cb2cf2aView commit details -
Merge pull request #510 from lidofinance/feat/improve-logs
Feat/improve logs
Configuration menu - View commit details
-
Copy full SHA for bec116f - Browse repository at this point
Copy the full SHA bec116fView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8285408 - Browse repository at this point
Copy the full SHA 8285408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5264188 - Browse repository at this point
Copy the full SHA 5264188View commit details
Commits on Aug 20, 2024
-
Merge pull request #511 from lidofinance/feat/review-fixes
Review fixes
Configuration menu - View commit details
-
Copy full SHA for 7263717 - Browse repository at this point
Copy the full SHA 7263717View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e37544e - Browse repository at this point
Copy the full SHA e37544eView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3076674 - Browse repository at this point
Copy the full SHA 3076674View commit details -
Configuration menu - View commit details
-
Copy full SHA for f214e4a - Browse repository at this point
Copy the full SHA f214e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b574797 - Browse repository at this point
Copy the full SHA b574797View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fbd72 - Browse repository at this point
Copy the full SHA d3fbd72View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d796ea3 - Browse repository at this point
Copy the full SHA d796ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6082d05 - Browse repository at this point
Copy the full SHA 6082d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for c663bc9 - Browse repository at this point
Copy the full SHA c663bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5398c - Browse repository at this point
Copy the full SHA af5398cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 443c30e - Browse repository at this point
Copy the full SHA 443c30eView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29b3d28 - Browse repository at this point
Copy the full SHA 29b3d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cab72b - Browse repository at this point
Copy the full SHA 2cab72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b733f2 - Browse repository at this point
Copy the full SHA 3b733f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e064a3a - Browse repository at this point
Copy the full SHA e064a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c10665 - Browse repository at this point
Copy the full SHA 5c10665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 361455b - Browse repository at this point
Copy the full SHA 361455bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4b1fa - Browse repository at this point
Copy the full SHA 6a4b1faView commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32de3a7 - Browse repository at this point
Copy the full SHA 32de3a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d061582 - Browse repository at this point
Copy the full SHA d061582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9b09e - Browse repository at this point
Copy the full SHA 2f9b09eView commit details
Commits on Sep 4, 2024
-
Merge pull request #512 from lidofinance/upload-state
feat: State dump CID in tree dump
Configuration menu - View commit details
-
Copy full SHA for dbd4a62 - Browse repository at this point
Copy the full SHA dbd4a62View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 339438c - Browse repository at this point
Copy the full SHA 339438cView commit details -
Merge pull request #515 from lidofinance/fix-defaultdict-access
fix: defaultdict access dont raise KeyError
Configuration menu - View commit details
-
Copy full SHA for 13366d5 - Browse repository at this point
Copy the full SHA 13366d5View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8e6e16 - Browse repository at this point
Copy the full SHA e8e6e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4da8a - Browse repository at this point
Copy the full SHA db4da8aView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59c2faf - Browse repository at this point
Copy the full SHA 59c2fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ab2af - Browse repository at this point
Copy the full SHA f6ab2afView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b631929 - Browse repository at this point
Copy the full SHA b631929View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a41fa7 - Browse repository at this point
Copy the full SHA 8a41fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ef0b6 - Browse repository at this point
Copy the full SHA 05ef0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77253f - Browse repository at this point
Copy the full SHA c77253fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 223197f - Browse repository at this point
Copy the full SHA 223197fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 569701c - Browse repository at this point
Copy the full SHA 569701cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ee53f - Browse repository at this point
Copy the full SHA 87ee53fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 919f8da - Browse repository at this point
Copy the full SHA 919f8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2d395 - Browse repository at this point
Copy the full SHA 7a2d395View commit details -
Merge pull request #518 from lidofinance/fix-flaky-test-total-age
Fix flaky test
Configuration menu - View commit details
-
Copy full SHA for a58efae - Browse repository at this point
Copy the full SHA a58efaeView commit details
Commits on Sep 19, 2024
-
feat: tests for csm build report (#516)
* feat: tests for csm build report * fix: black * fix: mypy * fix: black * fix: after rebase * feat: more tests * fix: re-refactoring, tests * fix: linter * fix: review * Update src/modules/csm/csm.py Co-authored-by: Don Perignom <[email protected]> * fix: `is not` -> `!=` --------- Co-authored-by: Don Perignom <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56c2a00 - Browse repository at this point
Copy the full SHA 56c2a00View commit details -
Co-authored-by: Raman Siamionau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deb9bef - Browse repository at this point
Copy the full SHA deb9befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622b20b - Browse repository at this point
Copy the full SHA 622b20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 932f293 - Browse repository at this point
Copy the full SHA 932f293View commit details -
Merge pull request #514 from lidofinance/feat/collect-data-test
feat: separate CSM frame log publishing. additional tests
Configuration menu - View commit details
-
Copy full SHA for b3187ad - Browse repository at this point
Copy the full SHA b3187adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ad5ab - Browse repository at this point
Copy the full SHA 17ad5abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a91ce6 - Browse repository at this point
Copy the full SHA 7a91ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for acacbb9 - Browse repository at this point
Copy the full SHA acacbb9View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8e35d0 - Browse repository at this point
Copy the full SHA f8e35d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c095709 - Browse repository at this point
Copy the full SHA c095709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6386071 - Browse repository at this point
Copy the full SHA 6386071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b4c1a - Browse repository at this point
Copy the full SHA 95b4c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5df799 - Browse repository at this point
Copy the full SHA c5df799View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2882f - Browse repository at this point
Copy the full SHA dd2882fView commit details -
Merge pull request #519 from lidofinance/fix/negative-rebase-emulate-…
…report fix: negative rebase check with lido handleOracleReport simulation
Configuration menu - View commit details
-
Copy full SHA for dc103f4 - Browse repository at this point
Copy the full SHA dc103f4View commit details -
Merge pull request #520 from lidofinance/add-log
chore: add explaining log to collect_data
Configuration menu - View commit details
-
Copy full SHA for 4e1e221 - Browse repository at this point
Copy the full SHA 4e1e221View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d85372 - Browse repository at this point
Copy the full SHA 5d85372View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f925b2 - Browse repository at this point
Copy the full SHA 4f925b2View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 904fcc1 - Browse repository at this point
Copy the full SHA 904fcc1View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b18a38a - Browse repository at this point
Copy the full SHA b18a38aView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7480e5a - Browse repository at this point
Copy the full SHA 7480e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f653f9c - Browse repository at this point
Copy the full SHA f653f9cView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9af40e - Browse repository at this point
Copy the full SHA f9af40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d159d8 - Browse repository at this point
Copy the full SHA 5d159d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884b9de - Browse repository at this point
Copy the full SHA 884b9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d39d08 - Browse repository at this point
Copy the full SHA 9d39d08View commit details -
Merge pull request #527 from lidofinance/increase-converage-middleware
Increase middleware coverage
Configuration menu - View commit details
-
Copy full SHA for ec708b9 - Browse repository at this point
Copy the full SHA ec708b9View commit details -
Merge pull request #526 from lidofinance/more-unit-tests
Increase unit tests coverage
Configuration menu - View commit details
-
Copy full SHA for c3376ea - Browse repository at this point
Copy the full SHA c3376eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60affa2 - Browse repository at this point
Copy the full SHA 60affa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3fced - Browse repository at this point
Copy the full SHA 2e3fcedView commit details -
Merge pull request #524 from lidofinance/improve-coverage-for-metrics
Improve unit tests coverage in metrics module
Configuration menu - View commit details
-
Copy full SHA for 6ac8b26 - Browse repository at this point
Copy the full SHA 6ac8b26View commit details -
Merge pull request #528 from lidofinance/fix/finalization-batches
Do not calculate wr batches if no eth
Configuration menu - View commit details
-
Copy full SHA for c66456f - Browse repository at this point
Copy the full SHA c66456fView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 986dc68 - Browse repository at this point
Copy the full SHA 986dc68View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4f9ae - Browse repository at this point
Copy the full SHA de4f9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c0dc7 - Browse repository at this point
Copy the full SHA f9c0dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8417f - Browse repository at this point
Copy the full SHA cf8417fView commit details -
Merge pull request #531 from lidofinance/fix-csm-findings
Fix CSM findings
Configuration menu - View commit details
-
Copy full SHA for 1d21b1f - Browse repository at this point
Copy the full SHA 1d21b1fView commit details -
Merge pull request #525 from lidofinance/frame-log-extend
feat: add more fields to FramePerfLog
Configuration menu - View commit details
-
Copy full SHA for a0088a4 - Browse repository at this point
Copy the full SHA a0088a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa55d5 - Browse repository at this point
Copy the full SHA 2fa55d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac8abc - Browse repository at this point
Copy the full SHA 9ac8abcView commit details
Commits on Oct 8, 2024
-
Merge pull request #533 from lidofinance/feat/parse-cid-to-v0
Convert to cid v0
Configuration menu - View commit details
-
Copy full SHA for f3b33f8 - Browse repository at this point
Copy the full SHA f3b33f8View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bcd63b - Browse repository at this point
Copy the full SHA 6bcd63bView commit details
Commits on Oct 10, 2024
-
Merge pull request #534 from lidofinance/fix/staking-router-compatibi…
…lity fix: staking reward v2 backward compatibility
Configuration menu - View commit details
-
Copy full SHA for 9383143 - Browse repository at this point
Copy the full SHA 9383143View commit details