-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update PricerRule ABI/BIN with PricerRule:convertPayCurrencyToToken fix #126
Update PricerRule ABI/BIN with PricerRule:convertPayCurrencyToToken fix #126
Conversation
HotFix: Update domain address field name from "delayedRecoveryModule" to "verifyingContract"
Update release-0.10 alpha.4 with readme and tests updates
Updated test and stub values
test/utils/configReader.js
Outdated
sessionKeySpendingLimit: '1000000000000000000000', //1000 ethers | ||
sessionKeyExpirationHeight: '1000000000000000000', | ||
price: '10000000000', | ||
acceptanceMargin: '10000000000', | ||
price: '20000000000000000', // $0.02 = 20*10^16 |
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.
comment seems wrong
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.
Done!
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.
LGTM, minor comment
Requested change done! |
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.
LGTM
PR covers below:
Issue Reference in openst-contract:
OpenST/openst-contracts#164
OpenST/openst-contracts#163
Fixes #125