-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove extra interfaces #151
Remove extra interfaces #151
Conversation
…n' into feat/val-189-readme-fix
Co-authored-by: Raman Siamionau <[email protected]>
…at/val-189-readme-fix
…' into feat/val-275-validators-endpoint-e2e
…oint-e2e E2E SRModulesValidatorsController
…stors-keys-e2e E2E SRModuleOperatorsKeys
…nterfaces' into feat/val-189-module-id-validation
…n' into feat/val-275-sr-modules-keys-e2e
import { RegistryKey } from '../../../common/registry'; | ||
|
||
// TODO: it enough use key from registry , lets remove | ||
export class CuratedKey extends Key { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remains the mention of CuratedKey
in the readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It fixed in readme pr
import { RegistryOperator } from '../../../common/registry'; | ||
|
||
// TODO: it enough use operator from registry , lets remove | ||
export class CuratedOperator extends Operator { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remains the mention of CuratedOperator
in the readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It fixed in readme pr
src/http/common/entities/operator.ts
Outdated
@ApiProperty({ description: 'The maximum number of validators to stake for this operator' }) | ||
stakingLimit: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say that this is the number of keys vetted by the DAO and that can be used for the deposit. So that there is no confusion with the target limit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix here #158
src/http/keys/entities/index.ts
Outdated
@@ -1,2 +1,2 @@ | |||
export * from './response'; | |||
export * from './key-with-module-address'; | |||
// export * from './key-with-module-address'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix here #158
Improvements after review
…-e2e E2E SRModulesKeys controller
…ation Module id validation and operators e2e tests
No description provided.