-
Notifications
You must be signed in to change notification settings - Fork 58
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
LW-10576 Set not zero value for pool and stake key deposit in local-network #1287
Conversation
|
3a58109
to
9806107
Compare
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.
Awesome job @iccicci 🍰
packages/cardano-services/test/StakePool/StakePoolHttpService.test.ts
Outdated
Show resolved
Hide resolved
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.
Nice work! 🚀
94e3d94
to
cd351b0
Compare
Context
In our
local-network
we have the dangerous setting of0
for stake key deposit and stake pool deposit.This makes us less confident about our tests.
Proposed Solution
Changed the two settings as per
mainnet
.