mohoff
mohoff
Hi, others have been mentioning that a nonce is need to prevent replay attacks. However, I think a nonce might not be enough if burner wallets exist on mainnet and...
Hey, just played around with ds-math, cool stuff! In Remix however, the `rpow(x, n)` function always returns `0` and seems broken. Any idea why? Thanks!
#### System information Erigon version: latest `2022.07.02` #### Expected behaviour clean sync #### Actual behaviour Erigon seems to silently crash during sync. Erigon is managed by `runit` which should explain...
#### System information Erigon version: `2022.02.4-beta` #### Expected behaviour Erigon not being behind in blocks #### Actual behaviour Our Erigon mainnet node is consistently behind in blocks in comparison to...
In the hydrate config step, we use `src/utils/substitute-with-env.ts` to substitute string patterns like `${}` with `process.env[]` in case it's not nil. We can improve the user experience here and catch...