arijoon

Results 20 comments of arijoon

sure I'll try to make a sample repo for it over the weekend. For now I've opted to directly use `sendRawTransaction` from `web3-rpc-methods` as `sendTransaction` is doing the same under...

Added a repo here: https://github.com/arijoon/web3-6900-reproduction dependency versions used are in the readme but easiest to use nix to get a guarantee of a reproducible env

is this a duplicate of https://github.com/tigerbeetle/tigerbeetle/pull/1952 ?

for json logs, you can simply pipe to `jq` for performing any data transformations. For example to parse timestamps from kubectl output: ```sh kubectl logs myPod | jq -c '.timestamp...

my appologies @sukovanej , It was coming from the `Seucurity` addition which I didn't have in the original example. Updated the example to include it. Using `flow` to compose it...

in typescript the error persists if using cjs and require pattern is not desired

Sure I'll make a repo later in the week with reproduction. Using `"typescript": "5.6.3",`, the following error persists when importing bs58 with `import bs58 from 'bs58'`: ``` The current file...

Repository to reproduce the issue: https://github.com/arijoon/bs58-53

Thanks, there's also a `module-sync` available with more recent versions of `node`, we're patching some of our deps to add this and it gets rid of the dual package issue...

Can confirm on latest master 0899012 Creating `user` folder solves it but I assume data is being stored in an undesirable location