Chen Kai
Chen Kai
Refer to this project https://github.com/optimism-java/DAppNodePackage-op-node, make a project for hildr and contribute to DappNode.
**Describe the bug** Groovy gradle script not works. No methods for architectures. **To Reproduce** Steps to reproduce the behavior: 1. Copy the Groovy script from the ReadMe file. 2. Run...
**Description** Init java-bindings **Tests** Please describe any tests you've added. If you've added no tests, or left important behavior untested, please explain why not. **Additional context** Add any other context...
This should be a sub-task to fix #36 . We are refactoring hildr and op-besu, use an unified superchain configuration and structure can reduce our duplication of code. According to...
Can we support BitSet type? It is mostly used by consensus spec.
**Is your feature request related to a problem? Please describe.** Make the spec executable like Ethereum. **Describe the solution you'd like** Such as [pyspec](https://github.com/ethereum/consensus-specs/blob/dev/tests/core/pyspec/README.md) **Describe alternatives you've considered** **Additional context**
Other DiscV5 implementation sending only once Nim: https://github.com/status-im/nim-eth/blob/470baf82bdbf05dd399881123ae9020b8f117871/eth/p2p/discoveryv5/protocol.nim#L404 Rust: https://github.com/sigp/discv5/blob/master/src/handler/mod.rs#L1047 This may cause `Invalid nonce` error when communicating with other clients from go-ethereum. We have a change in shisui [PR](https://github.com/optimism-java/shisui/pull/187/files),...