-
Notifications
You must be signed in to change notification settings - Fork 217
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
Turn on integration tests for Jörmungandr (Part I: Addresses & Wallets scenarios) #470
Conversation
df81b5c
to
fc5d9ed
Compare
I did this
|
- Implement NetworkLayer postTx - Implement JormungandrLayer postMessage
fc5d9ed
to
a5023f7
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.
lgtm!
@@ -82,6 +83,10 @@ data TxSizeLinear = | |||
cardanoPolicy :: TxSizeLinear | |||
cardanoPolicy = TxSizeLinear (Quantity 155381) (Quantity 43.946) | |||
|
|||
-- | Hard-coded zero fee policy for Jormungandr | |||
jormungandrPolicy :: TxSizeLinear |
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 am a tiny bit worried that our test setup will differ from exe
setup eventually, but that's not just about the fee policy
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.
Yeah, ideally, this should come from the genesis block for Jörmungandr. I'll make a PR A.S.A.P
Issue Number
#358
Overview
Comments