You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add quarterly dir
Fix latest ledger slug
Update docusaurus config to have a quarterly updates blog
Add tags/cli-api-quarterly tag
Co-authored-by: abailly
* Add node-cli-api quarterly update September -> 2022-10-04
- Various improvements to tests/CI/GHC 9.2.4 preparations/upgrade to cabal-3.8.1.0
13
+
- Major clean up of stale iusses + PRs.
14
+
- Implementation of stale-bot to mitigate against a proliferation of outdated issues and PRs
15
+
- cardano-api refactoring with the aim of exposing more user friendly functions, particularly concerning transaction construction and querying the node.
16
+
- cardano-cli refactoring with the aim of moving reusable functions to cardano-api. We have made strides here and have managed to improve the interface of transaction construction and validation.
17
+
- General documentation updates and improvements
18
+
- Addition of tx-mempool command which allows users to:
19
+
- Query the node about the current mempool's capacity and sizes
20
+
- Request the next transaction from the mempool's current list
21
+
- Query if a particular transaction exists in the mempool
22
+
- Initial refactoring of cardano-testnet
23
+
24
+
Next quarter
25
+
26
+
- cardano-api
27
+
- Working with Konstantinos and his team to make cardano-api better for dapp developers - we have a google doc for this, I can send it to you privately.
28
+
- cardano-testnet
29
+
- Working with Marc Fontaine to create an easy to use executable to deploy testnets locally - https://github.com/input-output-hk/cardano-node/issues/4598
30
+
- Serenity
31
+
- Continued refactoring of cardano-api and cardano-cli, with the particular focus on extracting re-usable components of cardano-cli and moving them to cardano-api. This is harder to define but will manifest in stuff moving from cardano-cli to cardano-api and is tied in to the cardano-api work specified above.
32
+
- General bug fixing and smaller feature requests for the api/cli that are always coming in. Robert is primarily handling this at the moment as he is relatively new.
0 commit comments