rpc-endpoint icon indicating copy to clipboard operation
rpc-endpoint copied to clipboard

Flashbots RPC endpoint, to be used with wallets (eg. MetaMask)

Results 16 rpc-endpoint issues
Sort by recently updated
recently updated
newest added

The README, in this [section](https://github.com/flashbots/rpc-endpoint?tab=readme-ov-file#transaction-frontrunning-protection-evaluation-rules), says > - Does the transaction use more than 42,000 gas? If it doesn't then the Flashbots Relay will reject it, and we're not aware...

Currently hardcoded to build for linux platforms. This change makes build also able to target mac computers by dynamically checking the uname

## 📝 Summary Update go-ethereum to the latest (v1.13.3) ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I have run these commands * [x] `make lint` *...

We (the Ethereum ecosystem) are building censorship resistant software. We are not building software that censors people out of the gate. If we wanted that, we would just use the...

## Summary I propose that a new command line argument be added that allows users to set the sanctions list of their choosing. The default OFAC sanctions list would be...

Some contracts, like `0x8fc73419de427f8a5285484a800a85509c6ea385`, have a front-runnable function call with no call data. It might be better to check for "is contract" instead of "is calldata 0x".

Proposal: return `eth_getTransactionCount` from the private mempool when RPC request is signed ============================================================================ This is a proposal to augment the RPC endpoint behavior as follows: - When a request is...

## 📝 Summary Update `go.mod` to go 1.21+ format w/ `toolchain` directive and update Docker container to use go 1.22. ## ⛱ Motivation and Context Running `go mod tidy` w/...

Why would this happen? No more data is given so I am not sure what's the error with my bundle, could anyone help me?

## 📝 Summary Use the built-in max/min from the standard library in Go 1.21 to simplify the code. https://pkg.go.dev/[email protected]#max ## ⛱ Motivation and Context ## 📚 References --- ## ✅...