juno
juno copied to clipboard
Starknet client implementation.
We should be able to provide a RPC endpoint, and API endpoint that basically knows when the node is running properly, the db connections are ok, and the feeder gateway...
**Is your feature request related to a problem? Please describe.** We should implement an health_check endpoint like this one on the [Nethermind client](https://docs.nethermind.io/nethermind/ethereum-client/monitoring-node-health#enabling-and-configuring-health-checks) **Describe the solution you'd like** Create a...
**Is your feature request related to a problem? Please describe.** After the merge on `main` of the `starknet_call` method, in order to execute it inside the docker image, we will...
**Problem** If an error is caught in [`checkErrChs`](https://github.com/NethermindEth/juno/blob/7735bff86b9e243266dbe6070a329a949409bda0/cmd/juno/main.go#L397), we immediately exit with a log message. **Solution** Call [`shutdown`](https://github.com/NethermindEth/juno/blob/7735bff86b9e243266dbe6070a329a949409bda0/cmd/juno/main.go#L362), attempting to exit cleanly without a stack trace.
**Problem** The documentation site is deployed on every commit to the main branch. This is confusing to users who may only use the latest release. **Solution** Deploy docs for each...
Fixes | Closes | Resolves #266 #258 Idea is to make the gojuno.xyz website more user-centric. WIP, feedback welcome ## Changes: - Rearranging documentation and completing missing pages ## Types...
It should be possible to build and deploy Solidity contracts to StarkNet by integrating with Warp tools. https://github.com/NethermindEth/warp
https://github.com/OpenZeppelin/nile
**Describe the bug** DEBUG is too much info in the default run, as a user, we want to have no-nonsense displayed and just info about which block I am at...
**The Problem** Right now, we sync state from L1 and blocks/transactions/etc. from L2 in the same logic. This makes for an enormous `Synchronizer` object that encapsulates a myriad of unrelated...