Skip to content
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

Module id validation and operators e2e tests #152

Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ee32670
feat: module id validation and operators e2e tests
Amuhar Sep 10, 2023
065e590
fix: module id in endpoints
Amuhar Sep 10, 2023
66cb8d3
fix: api in readme
Amuhar Sep 10, 2023
675da69
Merge remote-tracking branch 'origin/feat/val-189-module-id-validatio…
Amuhar Sep 12, 2023
a61ce7a
Update heading in api part of readme
Amuhar Sep 12, 2023
d3a1671
fix: readme
Amuhar Sep 13, 2023
e202d6b
Merge remote-tracking branch 'origin/feat/val-189-readme-fix' into fe…
Amuhar Sep 13, 2023
e42d0d5
fix: lint
Amuhar Sep 13, 2023
86b1dc2
fix: small readme fix
Amuhar Sep 13, 2023
2d16c1b
feat: add modules/{id}/operators/keys tests
Amuhar Sep 13, 2023
6c82b4a
fix: add modules keys e2e
Amuhar Sep 14, 2023
c633493
feat: validators e2e tests
Amuhar Sep 18, 2023
dd5600d
feat: validators /generate-unsigned-exit-messages 425 test
Amuhar Sep 18, 2023
5cd9b0d
feat: add generate-unsigned-exit-messages tests
Amuhar Sep 18, 2023
a5a1185
fix: lint
Amuhar Sep 18, 2023
758a2d2
feat: small fixed in SRModulesLeysController and e2e tests
Amuhar Sep 18, 2023
75af9a4
fix: filter for /operators/keys
Amuhar Sep 18, 2023
6445af2
fix: remove comments
Amuhar Sep 18, 2023
a5d686f
Merge remote-tracking branch 'origin/feat/val-275-sr-modules-keys-e2e…
Amuhar Sep 18, 2023
8216fdf
Merge pull request #157 from lidofinance/feat/val-275-validators-endp…
Amuhar Sep 18, 2023
e1f9d2e
Merge pull request #156 from lidofinance/feat/val-275-sr-modules-oper…
Amuhar Sep 18, 2023
990e637
Merge pull request #153 from lidofinance/feat/val-189-readme-fix
Amuhar Sep 18, 2023
c4aaba6
feat: add test for contract address as module_id
Amuhar Sep 18, 2023
f945863
Merge remote-tracking branch 'origin/feat/val-189-remove-extra-keys-i…
Amuhar Sep 18, 2023
da2805d
Merge remote-tracking branch 'origin/feat/val-189-module-id-validatio…
Amuhar Sep 18, 2023
0d6d994
fix: review comments
Amuhar Sep 18, 2023
9241eb2
feat: moved batch size to config
Amuhar Sep 19, 2023
86fe634
fix: test name
Amuhar Sep 19, 2023
f582e96
fix: operator stakingLimit description
Amuhar Sep 19, 2023
c6f8dce
fix: registry tests
Amuhar Sep 19, 2023
a1f5eaa
fix: getKeyOpIndex -> getNonce
Amuhar Sep 19, 2023
f398882
fix: moved clear method from main modules to tests
Amuhar Sep 19, 2023
2cf9365
fix: todo
Amuhar Sep 19, 2023
bcb3aea
fix: unused code
Amuhar Sep 20, 2023
7144560
Merge pull request #158 from lidofinance/feat/val-189-review-fixes
Amuhar Sep 20, 2023
f30ba91
Merge pull request #155 from lidofinance/feat/val-275-sr-modules-keys…
Amuhar Sep 20, 2023
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
858 changes: 4 additions & 854 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jest-e2e.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "src",
"rootDir": ".",
"modulePaths": ["<rootDir>/src"],
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
Expand Down
Loading
Loading