-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
931b9e8
commit 8424f78
Showing
12 changed files
with
212 additions
and
32 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
sidebar_label: 11-12-2024 | ||
sidebar_position: 7 | ||
slug: /11122024 | ||
title: "" | ||
--- | ||
## CLI/API working group meeting #8 | ||
**Date: 11/12/2024** | ||
**Topics/Problem statements/questions/requests:** | ||
|
||
- Discussed query spo-stake-distribution. Martin Lang confirmed behavior is as expected. | ||
- The new query in ledger will be used on a later implementation. | ||
- Discussed query stake-address-info, we will use queryProposals to show deposits on gov actions when using stake-address-info. | ||
- Problems that developers raised when testing dapps in cardano. | ||
- Leandro's introduciton. | ||
- Problems: | ||
- Developing against emulator, when replicating on a live testnet things break. (Reliability of emulators). | ||
- Things usually break on "Transaction complete" (with lucid). | ||
- Emulators and testnets (real networks) may have different behavior and requirements. | ||
- Suggestions: | ||
- Using of cardano-testnet as a tool for dapp developers to use on their testing frameworks. | ||
- Commitments: | ||
- Write documentation for cardano-testnets | ||
- Integrate features described in https://github.com/IntersectMBO/cardano-node/issues/6080 | ||
- Release it and get feedback from developers. | ||
|
||
|
||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
sidebar_label: 01-15-2025 | ||
sidebar_position: 8 | ||
slug: /01152025 | ||
title: "" | ||
--- | ||
## CLI/API working group meeting #8 | ||
**Date: 15/01/2025** | ||
**Topics/Problem statements/questions/requests:** | ||
|
||
- Release of cardano-cli-10.2.0.0 | ||
- `create-testnet-data` will stop support for creating clusters is eras previous earlier than Conway. This also affects `cardano-testnet` | ||
- CIP119 and CIP108 have made it toi the API. This has to do with Governance metadata. | ||
- Work in progress: | ||
- We have started internal discussion about how to approach gRPC interface for the node. | ||
- Work towards `cardano-testnet-1.0` has started. [#6080](https://github.com/IntersectMBO/cardano-node/issues/6080) | ||
- Command to calculate the correct Plutus Script Costs offline [#945](https://github.com/IntersectMBO/cardano-cli/issues/945) | ||
- Update stake-address-info to show gov action deposits [#954](https://github.com/IntersectMBO/cardano-cli/issues/954) |
Oops, something went wrong.