Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
232 commits
Select commit Hold shift + click to select a range
8fcfe96
feat: per frame data
vgorkavenko Oct 30, 2024
c437e20
feat: sync and proposal duties
vgorkavenko Jan 22, 2025
eead54b
fix: type
vgorkavenko Feb 3, 2025
f48ce02
fix: linter
vgorkavenko Feb 3, 2025
76fdc39
refactor: calculate_distribution
vgorkavenko Feb 4, 2025
1aa7228
refactor: `State` and tests
vgorkavenko Feb 13, 2025
8163d4d
refactor: distribution and tests
vgorkavenko Feb 13, 2025
f3896d4
fix: log tests
vgorkavenko Feb 13, 2025
27073f4
fix: review
vgorkavenko Feb 14, 2025
cbedd04
fix: coverage + renaming
vgorkavenko Feb 14, 2025
c83aa47
fix: get_stuck_operators
vgorkavenko Feb 14, 2025
b58e727
refactor: get digests for `get_stuck_operators`
vgorkavenko Feb 14, 2025
bacfa9c
fix: `mock_get_staking_module`
vgorkavenko Feb 17, 2025
f37f281
Merge branch 'feat/csm/state-data-as-tuples' into feat/csm/new-duties
vgorkavenko Feb 17, 2025
21c8f1c
chore: sync with base (with no new tests). WIP
vgorkavenko Feb 17, 2025
00bba7c
wip: smoke
vgorkavenko Feb 18, 2025
6d0ab01
fix: _calculate_frames
vgorkavenko Feb 19, 2025
9ebdc41
feat: cached `find_frame`
vgorkavenko Feb 19, 2025
f9d4f6d
refactor: `init_or_migrate` and `_migrate_frames_data`
vgorkavenko Feb 19, 2025
84eb94f
refactor: `find_frame`
vgorkavenko Feb 19, 2025
ac0d8b0
refactor: `init_or_migrate` -> `migrate`
vgorkavenko Feb 19, 2025
9583a6b
refactor: `calculate_distribution` types
vgorkavenko Feb 19, 2025
80dc2f6
refactor: `test_csm_module.py`
vgorkavenko Feb 19, 2025
0d122e8
feat: add negative value checking in `calc_rewards_distribution_in_fr…
vgorkavenko Feb 19, 2025
f9290da
fix: linter
vgorkavenko Feb 19, 2025
0731525
refactor: `frames` now is `State` attribute
vgorkavenko Feb 19, 2025
15d5ab2
refactor: `migrate`
vgorkavenko Feb 19, 2025
e5f601e
Merge pull request #557 from lidofinance/feat/csm/state-data-as-tuples
vgorkavenko Feb 19, 2025
33e97b1
Merge branch 'csm-v2' into feat/csm/new-duties
vgorkavenko Feb 19, 2025
703af02
chore: sync with base
vgorkavenko Feb 19, 2025
6a9a898
wip
vgorkavenko Feb 20, 2025
78271ca
feat: CSParametersRegistry
vgorkavenko Feb 20, 2025
4c15f19
fix: mypy
vgorkavenko Feb 21, 2025
9dc0fc9
Merge pull request #635 from lidofinance/feat/cs-params-registry
vgorkavenko Feb 21, 2025
3f15293
refactor: split Tree into an ABC and RewardTree
madlabman Feb 19, 2025
998a7c7
wip: add StrikeTree
madlabman Feb 20, 2025
9135457
feat: custom encoder/decoder for tree class
madlabman Feb 20, 2025
23fec90
refactor: Tree subclasses
madlabman Feb 20, 2025
6055b9d
wip: StrikesList impl
madlabman Feb 20, 2025
84b9354
chore: fix tree types inhereted fields
madlabman Feb 21, 2025
572da36
chore: better typing for StrikesList
madlabman Feb 21, 2025
631aa83
wip: add get_strikes_params
madlabman Feb 21, 2025
049527b
chore: fix test_tree
madlabman Feb 21, 2025
78b327e
feat: update to v2 in tests
vgorkavenko Feb 21, 2025
0555562
fix: blockstamp_for_forking
vgorkavenko Feb 22, 2025
811be11
fix: ignore
vgorkavenko Feb 24, 2025
34531cd
fix: some TODOs
vgorkavenko Feb 24, 2025
3495efb
feat: remove `stuck` from CSM
vgorkavenko Feb 24, 2025
2988bfc
remove: delete stucks from CSM
madlabman Feb 25, 2025
9964748
Merge pull request #638 from lidofinance/remove-stuck
madlabman Feb 25, 2025
b705e7a
feat: add CSStrikes contract to csm extension
madlabman Feb 21, 2025
6e5102a
refactor: rewards_tree instead of just tree
madlabman Feb 21, 2025
7c352d8
wip: extend StrikesList API
madlabman Feb 21, 2025
41cab5a
Merge branch 'refs/heads/csm-v2' into feat/csm/new-duties
vgorkavenko Feb 25, 2025
f08d980
feat: remove `_get_staking_module`
vgorkavenko Feb 25, 2025
f0a6ebc
feat: deliver strikes
madlabman Feb 21, 2025
62d2222
feat: query for strikes params
madlabman Feb 21, 2025
793cdee
refactor: strikes refactoring
madlabman Feb 24, 2025
4de655f
chore: fix missing condition
madlabman Feb 24, 2025
2806394
feat: change StrikesList API
madlabman Feb 24, 2025
81fcd06
refactor: StrikesTree decode routine changes
madlabman Feb 24, 2025
1f68cb9
feat: track strikes per frame
madlabman Feb 24, 2025
fd18fe2
chore: reorder statements
madlabman Feb 25, 2025
2540340
Merge remote-tracking branch 'origin/csm-v2' into csm-strikes
madlabman Feb 25, 2025
e57eef8
fix: participation share should be rounded up
vgorkavenko Feb 26, 2025
9861c4f
fix: only active during the frame validators should be accounted
vgorkavenko Feb 26, 2025
ce5a0a8
fix: `CSM_ORACLE_MAX_CONCURRENCY`
vgorkavenko Feb 26, 2025
b488a6f
revert: new line
vgorkavenko Feb 26, 2025
5db9b8b
refactor: `Duties.merge`
vgorkavenko Feb 26, 2025
6f0eb5d
refactor: `ValidatorDuty.index` -> `validator_index`
vgorkavenko Feb 26, 2025
1ea0999
refactor: types
vgorkavenko Feb 26, 2025
1e43756
refactor: distribution return values
vgorkavenko Feb 26, 2025
94986e8
fix: after refactoring
vgorkavenko Feb 26, 2025
5b77b7c
refactor: `get_block_attestations_and_sync` lru cache size
vgorkavenko Feb 26, 2025
0696b55
fix: StrikesList equal to itself
madlabman Feb 26, 2025
9fced15
wip: tests for strikes
madlabman Feb 26, 2025
b457241
tests: remove _get_staking_module
vgorkavenko Feb 26, 2025
d53d59f
chore: QoL refactoring
madlabman Feb 26, 2025
9b2c5b0
wip: fix tests
madlabman Feb 26, 2025
71ae9bb
feat: state tests
vgorkavenko Feb 26, 2025
5092e14
fix: test_checkpoint
vgorkavenko Feb 26, 2025
8429ef9
feat: remove `eip7549_supported`
vgorkavenko Feb 26, 2025
059c621
feat: customized decoder for RewardsTree
madlabman Feb 26, 2025
92f9c62
refactor: factor out LastReport
madlabman Feb 26, 2025
4cbee0f
chore: fix linter warnings
madlabman Feb 26, 2025
ff60ce7
test: cover LastReport class
madlabman Feb 27, 2025
cf87cc0
fix: test logs
vgorkavenko Feb 27, 2025
7f3ae45
fix: test_get_block_attestations_and_sync
vgorkavenko Feb 27, 2025
45490e0
fix: test_build_report
vgorkavenko Feb 27, 2025
0f3a0f8
wip: tests for csm distribution
madlabman Feb 27, 2025
3b11503
remove: redundant cache
madlabman Feb 27, 2025
364e679
chore: do not modify last_report.strikes value by an accident
madlabman Feb 27, 2025
cf2e935
chore: refactor rewards merge
madlabman Feb 27, 2025
574147a
fix: wipe strikes if got empty dict
madlabman Feb 27, 2025
0aff5ff
chore: sanity checks in LastReport
madlabman Feb 27, 2025
19cbfa3
Merge pull request #634 from lidofinance/csm-strikes
vgorkavenko Feb 27, 2025
7ec12f0
chore: linter
vgorkavenko Feb 27, 2025
a06f574
Merge branch 'refs/heads/csm-v2' into feat/csm/new-duties
vgorkavenko Feb 27, 2025
62f2741
chore: merge with strikes
vgorkavenko Feb 27, 2025
9c8a040
chore: linter
vgorkavenko Feb 27, 2025
e8a1b7c
fix: distribution tests as is
vgorkavenko Feb 28, 2025
0361a91
refactor: validator duties outcome
vgorkavenko Feb 28, 2025
0c45b1a
refactor: `warning` -> `info`
vgorkavenko Feb 28, 2025
0a89389
Merge pull request #607 from lidofinance/feat/csm/new-duties
vgorkavenko Feb 28, 2025
1e36696
Merge pull request #636 from lidofinance/feat/tests-with-csm-v2-update
vgorkavenko Feb 28, 2025
af1142e
Merge branch 'develop' into csm-v2
vgorkavenko Feb 28, 2025
bdc8ded
feat: distribution tests and refactoring
vgorkavenko Mar 6, 2025
ed751ec
test: add smoke tests for CSM contracts
madlabman Mar 6, 2025
f5ef0a4
refactor: use new check_is_instance_of function
madlabman Mar 6, 2025
a2e806d
chore: black
madlabman Mar 6, 2025
0aa11af
feat: no rebate if no distribution
vgorkavenko Mar 6, 2025
296183a
chore: add assert to make sure a contract is instantiated
madlabman Mar 6, 2025
0e75bec
fix: add CSM address to test
madlabman Mar 6, 2025
97201a0
fix: review
vgorkavenko Mar 7, 2025
d5ff9b3
Merge pull request #644 from lidofinance/feat/csm-v2-distribution-tests
madlabman Mar 7, 2025
f786839
chore: add xfail tests for CSM v2
madlabman Mar 7, 2025
ff7874c
Merge pull request #645 from lidofinance/csm-contracts-smokes
vgorkavenko Mar 7, 2025
58fb97f
fix: clear frames in state.clear
madlabman Mar 19, 2025
b7f4762
Merge pull request #661 from lidofinance/fix-state-clear
madlabman Mar 19, 2025
9245e0d
fix: missing perf coefficients logging
madlabman Mar 21, 2025
8015c0d
test: refactor state tests to use random state file location
madlabman Mar 21, 2025
06dd20d
test: fix test failed because of logging perf coeffs
madlabman Mar 21, 2025
71be373
Merge pull request #666 from lidofinance/tests-refactor
madlabman Mar 21, 2025
657adf8
chore: missing word in log
madlabman Mar 25, 2025
b171789
tests: fix `deployer`
vgorkavenko Mar 28, 2025
cf30ad3
feat: reset main cycle timeout
vgorkavenko Mar 28, 2025
c5b0c64
Merge pull request #670 from lidofinance/fix/timeout-in-thread
vgorkavenko Mar 31, 2025
0ca3b20
feat: workflows for holesky/hoodi deployment
Ziars Apr 7, 2025
fc88572
feat: Oracle migrations (holesky-hoodi)
Ziars Apr 8, 2025
b3230e8
Merge pull request #688 from lidofinance/feature/sre-2573-app-workflows
Ziars Apr 8, 2025
c5a4710
chore: CODEOWNERS update
infloop Apr 22, 2025
e6e5c69
Merge pull request #699 from lidofinance/chore/codeowners-update
F4ever Apr 22, 2025
2654954
fix: cs params
vgorkavenko Apr 25, 2025
b0a5a20
Merge pull request #702 from lidofinance/fix/cs-params
vgorkavenko Apr 28, 2025
45a31fc
fix(ORC-384): Fix flakiness in test_get_validators_withdrawals
hweawer Apr 29, 2025
f8542b5
fix: remove print
hweawer May 5, 2025
1b3cbc9
remove: do not use gw3
madlabman May 5, 2025
241a856
fix: catch broad exception in multiprovider switch logic
madlabman May 5, 2025
0687658
fix: Add isort
hweawer May 6, 2025
36a25f2
Merge branch 'feat/oracle-v6' into feature/orc-384-fix-flaky-test
hweawer May 6, 2025
14c5760
feat: isort precommit hook
hweawer May 6, 2025
e5af0ca
fix: stage
hweawer May 6, 2025
0cf4e05
Merge branch 'feat/oracle-v6' into csm-v2
vgorkavenko May 8, 2025
cdfd551
fix: after merge
vgorkavenko May 8, 2025
3633e8f
fix: linter
vgorkavenko May 8, 2025
043d26e
fix: tests
vgorkavenko May 8, 2025
a1b6486
fix: tests
vgorkavenko May 8, 2025
5ede0c6
fix: use `to_0x_hex` in encoder
vgorkavenko May 8, 2025
eff02e0
feat: run fork tests on v6 branch before merge
vgorkavenko May 8, 2025
12713ec
fix: action
vgorkavenko May 8, 2025
d90df7d
fix: upgrade to v2
vgorkavenko May 9, 2025
73ed38b
Merge pull request #707 from lidofinance/feature/orc-384-fix-flaky-test
F4ever May 12, 2025
bfca2a9
Merge pull request #708 from lidofinance/remove-gw3
F4ever May 14, 2025
70a9edc
Remove stuck keys (#691)
hweawer Apr 16, 2025
ac3b3d5
feat(ORC-108): remove _stake_weight_coefficient_predicate
chasingrainbows Apr 7, 2025
119c53c
feat(ORC-108): remove no_penetration_threshold as unused
chasingrainbows Apr 7, 2025
1dfc73b
feat(ORC-108): remove consensus_version as unused
chasingrainbows Apr 7, 2025
74a5fe5
feat(ORC-108): remove eth_validators_count/eth_validators_effective_b…
chasingrainbows Apr 16, 2025
8f5c52b
feat(orc-383): Bump versions
F4ever Apr 25, 2025
bc48915
feat(ORC-397): fix doc
chasingrainbows May 14, 2025
6e859cd
feat(orc-383): fix test_ejector_execute_module_on_pause
chasingrainbows May 14, 2025
8e3559f
Merge pull request #687 from lidofinance/feat/oracle-v7
chasingrainbows May 14, 2025
4cb9725
fix: `32` -> `slots_per_epoch`
vgorkavenko May 14, 2025
07126ec
feat: add `DistributionResult`
vgorkavenko May 14, 2025
19a32ce
fix: attrs
vgorkavenko May 14, 2025
2d8a620
refactor: _merge_strikes to return value
madlabman May 14, 2025
e303ebc
fix: use `defaultdict`
vgorkavenko May 14, 2025
78b743c
test: fix test
madlabman May 14, 2025
08c2367
feat(orc-376): MVP - removed delays and delinquents from VEBO (#704)
F4ever May 15, 2025
d749020
fix: revert commented tests
vgorkavenko May 15, 2025
b30f925
feat: new key number intervals implementation
vgorkavenko May 19, 2025
3d61e73
Merge branch 'feat/oracle-v6' into csm-v2
vgorkavenko May 19, 2025
95675ec
fix: linter after merge
vgorkavenko May 19, 2025
d41619d
fix: new abis, strikes address
vgorkavenko May 19, 2025
8fe4325
refactor: sort active validators
vgorkavenko May 19, 2025
84b0a6d
chore: remove `FIXME`
vgorkavenko May 19, 2025
2d607af
fix: `KeyNumberValue` parsing
vgorkavenko May 19, 2025
e5f44e6
feat: Upgrade web3-multi-http-provider (#710)
hweawer May 19, 2025
f367d5b
refactor: `PerformanceCoefficients` now uses constants
vgorkavenko May 20, 2025
d17fbe8
fix: use `persist-credentials`
vgorkavenko May 20, 2025
e2beee6
refactor: type aliases, log, condition
vgorkavenko May 20, 2025
1788e94
refactor: review
vgorkavenko May 20, 2025
2006c6c
fix: linter
vgorkavenko May 20, 2025
b038341
refactor: a bunch of review changes
madlabman May 20, 2025
7b5461b
fix: return logging back
madlabman May 20, 2025
4e2d9a8
feature(vaults): added fee
sergeyWh1te May 21, 2025
60c1d73
feat: check for list/dict response in http provider
madlabman May 21, 2025
7262c99
chore: black tests
madlabman May 21, 2025
6953e11
refactor: use explicit validator for http provider
madlabman May 22, 2025
dd942d6
test: add retval_validator simple test
madlabman May 22, 2025
e78082f
chore: remove unused checks in last_report
madlabman May 22, 2025
6f1946c
chore: wrap tree creation error with ValueError
madlabman May 22, 2025
c3626b5
chore: mark cs_module check with pytest.mark.mainnet
madlabman May 22, 2025
c7e2b5e
chore: move distributed_so_far update
madlabman May 22, 2025
573d810
refactor: make frames a property
madlabman May 22, 2025
b9f3364
test: add smoke for csm extension
madlabman May 22, 2025
8911fac
feat(csm-v2): fix infinite recursion
chasingrainbows May 23, 2025
93ee2c5
chore: update CSM abis
madlabman May 23, 2025
88f6290
feat(csm-v2): speed up csm contracts load for fork tests
chasingrainbows May 23, 2025
cfc3cfe
fix: json-stream base processing
vgorkavenko May 23, 2025
a64055e
fix: add `xfail` for `test_lido_module_report`
vgorkavenko May 23, 2025
ccaf3c8
fix: use `skip` instead of `xfail`
vgorkavenko May 26, 2025
5b16619
fix: intervals signature
vgorkavenko May 26, 2025
e2b239c
fix: linter
vgorkavenko May 26, 2025
9a9cc92
fix: tests with intervals
vgorkavenko May 26, 2025
a745896
fix: env parsing for tests
vgorkavenko May 26, 2025
1f02c4c
feat: add `distributed_rewards` per-validator for logs
vgorkavenko May 26, 2025
5bcb088
revert: url
vgorkavenko May 26, 2025
1e76859
chore: remove branch `feat/oracle-v6` from workflow trigger
vgorkavenko May 26, 2025
3630f7c
Merge pull request #633 from lidofinance/csm-v2
chasingrainbows May 26, 2025
7b13290
fix: Prysm committees validation
hweawer May 27, 2025
7325e3b
fix: Change wait upgrade message
hweawer May 29, 2025
9621087
feat: Upgrade multi-provider
hweawer May 29, 2025
3f62510
feat: fix config name
F4ever May 29, 2025
6657636
Merge branch 'feat/oracle-v5' of github.com:lidofinance/lido-oracle i…
F4ever May 29, 2025
bb297c2
feature(vaults): added fees
sergeyWh1te May 30, 2025
7c2f605
feature(vaults): added fees
sergeyWh1te May 30, 2025
4b0a43c
refactor: Remove get_last_requested_validator_indices
hweawer May 30, 2025
ced72fc
feat(orc-415): update readme and abis
F4ever Jun 6, 2025
6fda87f
feat(orc-416): remove unused functionality and tests
F4ever Jun 6, 2025
0a04857
Merge pull request #713 from lidofinance/feature/orc-415-update-readme
F4ever Jun 6, 2025
126c549
Merge pull request #714 from lidofinance/feature/orc-416-remove-unuse…
F4ever Jun 6, 2025
3d5f561
feature(vaults): added fees
sergeyWh1te Jun 9, 2025
45ef402
Merge branch 'feat/oracle-v6' into feat/vaults-pectra-upgrade
sergeyWh1te Jun 9, 2025
411d7db
feature(vaults): upgrade v6
sergeyWh1te Jun 9, 2025
46dd85b
feature(vaults): restore ssz, py-ecc
sergeyWh1te Jun 10, 2025
05a1bac
feature(vaults): added getStakingFeeAggregateDistribution instead of …
sergeyWh1te Jun 11, 2025
3faf2f1
feature(vaults): ADD slashingReserve calculation
sergeyWh1te Jun 12, 2025
da9e72d
feature(vaults): ADD slashingReserve calculation
sergeyWh1te Jun 12, 2025
1911fb3
Merge branch 'develop' into feat/oracle-v6
F4ever Jun 12, 2025
e219e88
Merge branch 'feat/oracle-v6' into feat/vaults-pectra-upgrade
sergeyWh1te Jun 13, 2025
0690a2a
Merge branch 'feat/vaults-pectra-upgrade' into feat/vaults-pectra-fee
sergeyWh1te Jun 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ KEYS_API_URI=https://...
LIDO_LOCATOR_ADDRESS=0x1...
CSM_MODULE_ADDRESS=0x...
MEMBER_PRIV_KEY=aaa...
GW3_ACCESS_KEY=1234....
GW3_SECRET_KEY=abcd1234...
PINATA_JWT=...
KUBO_HOST=...
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github @lidofinance/review-gh-workflows
* @lidofinance/lido-valset-oracles
30 changes: 30 additions & 0 deletions .github/workflows/ci-dev-holesky.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI Dev Holesky

on:
workflow_dispatch:
push:
branches:
- holesky
paths-ignore:
- ".github/**"
- "README.md"

permissions: {}

jobs:
# test:
# ...

deploy:
runs-on: ubuntu-latest
# needs: test
name: Build and deploy
steps:
- name: Testnet deploy
uses: lidofinance/dispatch-workflow@v1
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_holesky_testnet_lido_oracle.yaml"
TARGET: "holesky"
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Dev Holesky
name: CI Dev Hoodi

on:
workflow_dispatch:
Expand Down Expand Up @@ -26,5 +26,5 @@ jobs:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_holesky_testnet_lido_oracle.yaml"
TARGET_WORKFLOW: "deploy_hoodi_testnet_lido_oracle.yaml"
TARGET: "develop"
38 changes: 34 additions & 4 deletions .github/workflows/mainnet_fork_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,43 @@ permissions:
jobs:
tests:
runs-on: ubuntu-latest

env:
FORGE_REV: v0.3.0
steps:
- uses: actions/checkout@v3

# TODO: Remove after upgrade to CSM v2 on Mainnet.
- name: Checkout CSM repo
uses: actions/checkout@v4
with:
repository: 'lidofinance/community-staking-module'
ref: 'develop'
path: 'testruns/community-staking-module'
persist-credentials: false

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: ${{ env.FORGE_REV }}

- name: Install node
uses: actions/setup-node@v4
with:
node-version-file: "testruns/community-staking-module/.nvmrc"
cache: 'yarn'
cache-dependency-path: "testruns/community-staking-module/yarn.lock"

- name: Install Just
run: cargo install "just@1.24.0"

- name: Install dependencies
working-directory: testruns/community-staking-module
run: just deps

- name: Build contracts
working-directory: testruns/community-staking-module
run: just build

- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
Expand All @@ -42,9 +75,6 @@ jobs:
run: |
poetry install --no-interaction --with=dev

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Mainnet Fork Tests
run: poetry run pytest -m 'fork' -n auto tests
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
testruns/

# Translations
*.mo
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ repos:
entry: poetry run conventional-pre-commit
language: system
stages: [commit-msg]
- id: isort-poetry
name: isort
entry: poetry run isort
language: system
types: [python]
stages: [pre-commit]
- id: mypy
name: mypy
entry: poetry run mypy
Expand Down
29 changes: 26 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[comment]: <> (## [Unreleased]&#40;https://github.com/lidofinance/lido-oracle&#41; - 2021-09-15)

## [3.0.0](link) - 2023-01-01
## Lido v2 big upgrade. [Details!](https://blog.lido.fi/introducing-lido-v2/)
## [6.0.0](https://github.com/lidofinance/lido-oracle/releases/tag/6.0.0) - 2025-07

### Support for Triggerable Withdrawals and CSM V2

### Changed
- AO and VEBO changes according to [LIP-31](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-31.md)
- CSM changes according to [LIP-29](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-29.md)

## [5.1.0](https://github.com/lidofinance/lido-oracle/releases/tag/5.1.0) - 2025-04-01

### Pectra compatibility upgrade!

### Changed
- All changes according to [LIP-27](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-27.md)

## [4.1.2](https://github.com/lidofinance/lido-oracle/releases/tag/4.1.2) - 2024-02-14

### CSM Introduce!

### Added
- New oracle module according to spec: [LIP-26](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-26.md)

## [3.0.0](https://github.com/lidofinance/lido-oracle/releases/tag/3.0.0) - 2023-01-01

### **Lido v2 big upgrade. [Details!](https://blog.lido.fi/introducing-lido-v2/)**

### Added
- Withdrawals support
- Staking router support

### Changes
### Changed
- Oracle split in two separate modules: ejector and accounting

## [2.6.1](https://github.com/lidofinance/lido-oracle/releases/tag/2.6.1) - 2023-04-08
Expand Down
Loading
Loading