arijoon

Results 7 issues of arijoon

After switching to Sepolia, the wallet can no longer be used: ``` v5.12.3 { "fileName": "moz-extension://cbd0c54d-c071-4676-9795-38620f7e3070/main.js", "lineNumber": 197, "columnNumber": 17634, "message": "can't access property \"includes\", c.possibleFeeTokenAddresses is undefined" } ```...

Create a solidity project using [yarn berry](https://github.com/yarnpkg/berry), then check the logs in vscode: ``` Error loading HRE: Error: Cannot find module 'hardhat' ``` Yarn berry has no `node_modules` folder. It...

status:needs-decision

After installing this gem I received the flowing error: ``` undefined method `environment' for nil:NilClass ``` Which links to `framework_and_overrides.css.scss`! I tried removing the gem without any changes to other...

When using event parsers `parseLogs` if `errorOnDecodeFailure` is set to `true` the parser throws on the very first log which is always `Program logged: "Instruction: X"`, `X` being whatever instruction...

ts

### Describe the desired feature Yarn version 2 and above are quickly becoming industry standard due to the optimal way of package management. Especially with PnP mode of dependencies, there...

enhancement
high-priority

#### Expected behavior If server is closed during sendTransaction, process should not crash and exception must bubble up allowing the caller to catch it Under no circumstances the lib should...

Feature Request
P3
4.x

Example: ```ts import { HttpServerRequest } from '@effect/platform' import { Schema } from '@effect/schema' import { Effect, flow, pipe } from 'effect' import { Api, RouterBuilder, Security } from 'effect-http'...