ranger
ranger copied to clipboard
Ranger is an ethereum p2p client capable of interacting with peers without a full node
Since Gray Glacier has arrived, we need to add a new fork hash so we can connect to the most recent peers. It would also be useful to have a...
Foundry has a pretty good set of actions for building and testing on multiple operating systems in [`cross-platform.yml`](https://github.com/foundry-rs/foundry/blob/master/.github/workflows/cross-platform.yml). It would be nice to add something like this in ranger for...
`sauron` currently has no easy way to listen for messages from a single chain, it should include an option like the following: ```sh sauron --chain bsc ``` Mainnet should be...
Updates the requirements on [fastrlp](https://github.com/vorot93/fastrlp) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
Currently [`service.rs`](https://github.com/rjected/ranger/blob/main/relay/src/service.rs) contains a mostly unimplemented `Service` on the server side. The tower `Service` abstraction is convenient for both clients and servers, so a client should be easy to implement...
It would be nice to be able to block peers based on a configuration file or command line option. Peers should be blocked based on IP.
# Motivation The ideal configuration of ranger allows for multiple relay nodes which are highly connected in the peer to peer network. Some of these relay nodes will learn about...
Hey, I'm trying to develop a script similar to this one, to receive pending transactions and send transactions to BSC. How can I adapt this script? Can you develop it?...
Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. Commits b8bd42f hex-literal: enforce const evaluation (#889) 13385f6 Use minimal permissions for CI jobs (#885) 9cba5a5 cmov v0.3.0 (#886) 66c6226...