-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1909: Cardano.Api -> Cardano.Api.Typed and HardForkBlock r=KtorZ a=rvl ### Issue Number Relates to #1870. ### Overview - Updates cardano-node to latest master version. - Updates libraries to version from cardano-node master. - Cardano.Api → Cardano.Api.Typed changes. - Change `ShelleyBlock` → `CardanoBlock sc` in "Compatibility" module - Change `ShelleyBlock` → `CardanoBlock sc` in network module - Add in byron implementations of conversion functions for two-era mode. - Add CLI support for two-era mode. - Use LocalStateQuery to get the history Interpreter from the node. - Update shelley transaction layer to use new extended keys support in Cardano.Api.Typed. ### Comments - [x] Fix all the type errors in packages other than cardano-wallet-shelley. - [x] Transaction layer works during shelley era - [ ] Transaction layer works during byron era - [x] Manual testing against [mainnet_candidate](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in byron era -- can sync and restore empty wallet - [x] Manual testing against [shelley_qa](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in shelley era -- can sync and restore empty wallet - [ ] Unit tests passing - [x] Merge integration test cluster setup from #1924, and fix. Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: Johannes Lund <[email protected]>
- Loading branch information
Showing
408 changed files
with
6,088 additions
and
5,642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.