Dawson Botsford

Results 211 comments of Dawson Botsford

Exactly, it does not matter where it comes from. But since you already have this code working properly "don't fix what's not broken". If I opened this as a PR...

@rkalis so at the moment, the page loads in the browser and then the browser sends out an axios request. That axios request can be moved server-side and statically cached...

It appears DappNode's sync URL does not yet support this. Is there a recommended alternative URL for DappNode? ``` WARN Remote BN does not support EIP-4881 fast deposit sync ```...

Thanks for the detailed thoughts here @jtfirek - unfortunately I think the design of these tests is flawed at a big level because they are so dependent upon both ethers...

Running an `npm install` on this branch yields the following error for me: ```sh npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR!...

That worked! > @dawsbot I just removed the neon-related dependencies, try again when you have a chance.

I haven't tried a `bun install` at all @gskril . Notice that there is no `.bunx` file added to the repo in my commit, so I'm not changing the package...

> Ah, I assumed usage of bun based on changing the start script to `bun run src/index.ts`. I feel like it makes sense to either fully adopt bun or not...

It sounds like the infrastructure would be in-place for this already thanks to the typescript support? Do any of the core contributors want to chime in here?

@heanzyzabala sure, that would be easy enough to add. Do you have an interest in providing this as a pull-request? The code is quite minimal to make this happen