Ryan Ghods
Ryan Ghods
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Running `bundlesize` on Github Actions on a PR from fork (with env set...
After working in the monorepo extensively, I compiled some ESLint rules that should help improve dev ex, code quality and style. These are nothing urgent or breaking and can be...
This is a tracking issue for [JSON-RPC](https://eth.wiki/json-rpc/API) support in the client. | Endpoint | Status | | ----------- | ----------- | | eth_accounts | | | eth_blockNumber | :white_check_mark: |...
_Thanks to @gzm55 for this comment originally posted in https://github.com/ethereumjs/rlp/issues/28#issuecomment-796767380_ when using rlp, we need two level ser/der protocol: - high level objects rlp objects ( byte string or nest...
In the karma test runner, the [`blake2f()`](https://github.com/ethereumjs/ethereumjs-vm/blob/master/packages/vm/tests/api/istanbul/eip-152.spec.ts#L86-L91) function hangs in Firefox. The tests for `F()` below it work fine. It is not immediately obvious to me what could be going...
In https://github.com/ethereum/web3.js/issues/1354#issuecomment-638098138, @naddison36 identified that the clientConfig option for `keepalive` is not in the docs here: https://github.com/theturtle32/WebSocket-Node/blob/master/docs/WebSocketClient.md#client-config-options > The WebSocketConnection code with the keepalive config is at https://github.com/theturtle32/WebSocket-Node/blob/574b703ca978709832c6c2f67d6c1de376d432b5/lib/WebSocketConnection.js#L111
This PR adds a simple client/cli test that spins up the client and waits to successfully download a block. Sample output: ``` TAP version 13 # [CLI] # should begin...
### Version of Hardhat 2.13.1 ### What happened? Getting this error on the second and third `expect` in the included test file (the first `expect` passes fine): ``` AssertionError: expected...
## Breaking changes - [ ] Add support for `viem` alongside `ethers` ([exploration doc](https://gist.github.com/ryanio/bc584cdcc4ca8fc61b39eb254163659d)) - [ ] Update OrderSide enum values from `ask` and `bid` to `listing` and `offer` ##...
## Breaking changes - (placeholder) ## Non-breaking changes (applicable for inclusion in patch or minor releases) - (placeholder)