-
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
Jörmungandr 0.9.0 #1779
Jörmungandr 0.9.0 #1779
Conversation
6087bd1
to
fde9e87
Compare
3df8a5b
to
a74d5e0
Compare
a74d5e0
to
cf90092
Compare
bors try |
bors try- I forgot - we are only running jormungandr tests nightly anyway. |
@rvl I think they still run in Hydra though, so bors would eventually run them. |
I still have two failures locally.. rewards don't accumulate on some scenario, which is odd. |
AH! It only took me a few hours before I found this :| |
I see these two locally:
I saw the comment #1779 (comment), not sure if these were supposed to be addressed or not? |
@piotr-iohk indeed... I thought I fixed it, but it was something else which I just found (and fixed). What about now :) ? |
bors try |
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
tryBuild failed |
b0dbd2c
to
3ca10ed
Compare
bors r+ |
1779: Jörmungandr 0.9.0 r=KtorZ a=KtorZ # Issue Number <!-- Put here a reference to the issue this PR relates to and which requirements it tackles --> # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - 9071b4e 📍 **bump jormungandr.nix to use 0.9.0-rc1** - cc4e904 📍 **re-generate jormungandr arbitrary blocks** - 8005030 📍 **fix missing configuration param & fragment in Jörmungandr Binary** - bf2634f 📍 **bump jormungandr integration to 0.9.0** - cf90092 📍 **bump iohk-nix to get a more recent version of the rust compiler** - 4e835cc 📍 **Fix jormungandr windows zip URL** The v was removed from the filenames. - 99ab316 📍 **align jormungandr error messages for addresses with cardano-node** - 2ae6107 📍 **make chimeric account conversion tight to the underlying key scheme.** ShelleyKey and cardano-node requires the reward account public key to be hashed, whereas Jörmungandr requires the raw public key. We initially cope with that directly in the backend-specific packages but it doesn't quite work and the engine also needs to be agnostic to the way accounts are obtained from the wallet's state - b0dbd2c 📍 **only disable fetching reward account on ShelleyKey** And make it log a warning about this feature being temporarily disabled. Co-authored-by: KtorZ <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed |
The v was removed from the filenames.
ShelleyKey and cardano-node requires the reward account public key to be hashed, whereas Jörmungandr requires the raw public key. We initially cope with that directly in the backend-specific packages but it doesn't quite work and the engine also needs to be agnostic to the way accounts are obtained from the wallet's state
And make it log a warning about this feature being temporarily disabled.
Using 28 byte hash for Shelley reward address.
3ca10ed
to
86e072a
Compare
Jormungandr integration API specs passed for me locally. bors r+ |
1779: Jörmungandr 0.9.0 r=rvl a=KtorZ # Issue Number <!-- Put here a reference to the issue this PR relates to and which requirements it tackles --> # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - 9071b4e 📍 **bump jormungandr.nix to use 0.9.0-rc1** - cc4e904 📍 **re-generate jormungandr arbitrary blocks** - 8005030 📍 **fix missing configuration param & fragment in Jörmungandr Binary** - bf2634f 📍 **bump jormungandr integration to 0.9.0** - cf90092 📍 **bump iohk-nix to get a more recent version of the rust compiler** - 4e835cc 📍 **Fix jormungandr windows zip URL** The v was removed from the filenames. - 99ab316 📍 **align jormungandr error messages for addresses with cardano-node** - 2ae6107 📍 **make chimeric account conversion tight to the underlying key scheme.** ShelleyKey and cardano-node requires the reward account public key to be hashed, whereas Jörmungandr requires the raw public key. We initially cope with that directly in the backend-specific packages but it doesn't quite work and the engine also needs to be agnostic to the way accounts are obtained from the wallet's state - b0dbd2c 📍 **only disable fetching reward account on ShelleyKey** And make it log a warning about this feature being temporarily disabled. Co-authored-by: KtorZ <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed |
By giving it more time to run.
Fixed a test failure. bors r+ |
Build succeeded |
Issue Number
Overview
9071b4e
📍 bump jormungandr.nix to use 0.9.0-rc1
cc4e904
📍 re-generate jormungandr arbitrary blocks
8005030
📍 fix missing configuration param & fragment in Jörmungandr Binary
bf2634f
📍 bump jormungandr integration to 0.9.0
cf90092
📍 bump iohk-nix to get a more recent version of the rust compiler
4e835cc
📍 Fix jormungandr windows zip URL
The v was removed from the filenames.
99ab316
📍 align jormungandr error messages for addresses with cardano-node
2ae6107
📍 make chimeric account conversion tight to the underlying key scheme.
ShelleyKey and cardano-node requires the reward account public key to be hashed, whereas Jörmungandr requires the raw
public key. We initially cope with that directly in the backend-specific packages but it doesn't quite work and
the engine also needs to be agnostic to the way accounts are obtained from the wallet's state
b0dbd2c
📍 only disable fetching reward account on ShelleyKey
And make it log a warning about this feature being temporarily disabled.