mantis
mantis copied to clipboard
A Scala based client for Ethereum-like Blockchains.
This is only used for the Hydra build. Do not merge!
* Use flake-compat so sources are same for stable/unstable users * completely remove niv * add envrc for direnv users * add retesteth to devshell, and unify flake devShell and...
Implements a flow that construct blocks from messages from the `PeerEventBus`, and hooks it into `RegularSync` via a temporary block buffer data structure and flow (as proof of concept.) [update...
# Description Buildkite is erroneously checking out mantis-automation somehow do to some strange hook bug. # Proposed Solution A clean checkout looks like it is required to keep the repo's...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
- Remove .buildkite - test
Is there any API similar to geth's `debug_traceBlockByHash` or Open Ethereum's `trace_block`? I had a look through docs and the codebase but couldn't find anything looking like it. Thanks in...
I am using `ethers.js` to try and send a simple transaction from one account to another on the KEVM testnet. This appears to not be possible due to an error...