File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
1515### Added
1616
17+ - ** CLI** : add GraphQL introspection and execution commands under `mina
18+ internal graphql`. Three new commands enable dynamic endpoint discovery
19+ (` list ` ), detailed schema inspection (` inspect <endpoint> ` ), and arbitrary
20+ query execution (` run [query] ` ) with support for multiple input methods
21+ (command line, stdin, file) and variables. All commands use GraphQL
22+ introspection API for dynamic discovery without hardcoded endpoints. CI tests
23+ validate commands against o1Labs infrastructure
24+ ([ #1565 ] ( https://github.com/o1-labs/mina-rust/pull/1565 ) )
1725- ** CI** : add devnet and mainnet Caml nodes to remote GraphQL test suite to
1826 ensure compatibility between Rust and OCaml implementations
1927 ([ #1542 ] ( https://github.com/o1-labs/mina-rust/pull/1542 ) )
You can’t perform that action at this time.
0 commit comments