-
see https://github.com/threefoldtech/mycelium
implement all openrpc methods
## option 1
* create an openrpc client generator for V (would be coolest, but we need it < 2 days and be sure)
## option…
-
### Which package/s are you suggesting this feature for?
grid_client
### Is your feature request related to a problem? Please describe
-
### Describe the solution you'd like
Check if the usabilit…
-
Though the config in open-rpc-generator-config.json works fine (it builds target `docs`) when I run
`open-rpc-generator generate -t client -l typescript -d openrpc.json -o ./generated-client` it re…
-
Running the comm generator modifies plot_comm.rs (and removing the manual edit results in compilation failure):
```diff
diff --git a/crates/amalthea/src/comm/plot_comm.rs b/crates/amalthea/src/com…
wesm updated
3 months ago
-
- Refactor the RPC handler code in Juno
- improve breakdown into code files, etc.
- refer to @kirugan for more suggestions re refactoring
- Increase coverage of automated tests
- Implement a…
-
- RC Date: 2024-03-18
- Release Date: 2024-03-25
## Changes since v0.114.0
### Bug Fixes
- #4382: Fix the performance issue caused by track_entry_statics (@chenyukang)
### Improvements
…
-
I tried to use the [@open-rpc/generator](https://www.npmjs.com/package/@open-rpc/generator) to generate the source code for the client.
As a result, I got the following error.
```
$ yarn open-rpc…
-
https://app.warp.dev/block/6klhlip65KYjUJMMYuRLH2
-
**Request**:
We can currently query the node: http://65.21.235.219:8888/rpc-schema.
Or use the Casper client subcommand list-rpcs.
MAKE created this URL for the previous version (1.0.0): http://c…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Calling `model_json_schema()` on a model with a recursive field results in a recursion error if the recursive model is …