juno icon indicating copy to clipboard operation
juno copied to clipboard

Starknet client implementation.

Results 334 juno issues
Sort by recently updated
recently updated
newest added

Credit to @omerfirmak for pointing this out. See [here](https://github.com/NethermindEth/juno/blob/b47c0265420aa6a91f755d2062972b0dac6fdbb4/p2p/p2p.go#L113) for the prefix that is currently hard-coded.

P2P

closes: https://github.com/NethermindEth/juno/issues/1851

This PR improves Juno's documentation, enhancing the structure, navigation, and user experience. Below is a list of the tasks completed: - [x] Build a script to extract Juno’s config from...

Documentation

this branch takes the work from feature/sequencer and applies it on top of main (saves me going through a nasty rebase on feature/sequencer)

This is because the default build option in `jemalloc` uses the host page size, even when cross-compiling. See https://github.com/jemalloc/jemalloc/issues/467#issuecomment-2054282344 for details. The `--with-lg-page` option must be set to fix this....

Bug
no-stale

Onboarding exercise 5 Implement a new rpc method “juno_getNodesFromRoot(key felt.Felt)” that returns the set of nodes from the root to the key for the classes Trie. See [nodesFromRoot()](https://github.com/NethermindEth/juno/blob/main/core/trie/trie.go#L141). Remember to...

follow logic defined in pathfinders get_proof() and verify_proof() functions

# Objective Create a design note and work breakdown structure for the baseline Tendermint implementation in Golang. More details on [notion](https://www.notion.so/nethermind/Tendermint-Consensus-f5f337c7a90046efbcf98fa2eafa8279) ## WIP: notes, design and implementation ## Phase 0...

Consensus

This is a sub-task to the issue #1758 that concerns the `TestClassV0`-tests. The tests are using the Goerli network that will be deprecated soon and therefore needs to be updated...