Paul Berg

Results 723 comments of Paul Berg

Got it, thanks for explaining.

Thank you for the report, Iaroslav. Could you please specify what version of Brave you are on, and similarly what operating system you are on (if Windows, what version exactly)?

Wildcard exports are supported by the latest version of AssemblyScript, as well as the `@graphprotocol` packages. So I think this issue should be closed now?

I noticed a strange behavior whereby files with nested `export * from` make the Graph Node to not be able to find the handler functions: > function handleCreateMerkleLL not found...

This would be so, so helpful. There are several configuration parameters in [Sablier](https://github.com/sablier-labs/v2-core) that depend on (i) the block gas limit and (ii) the EVM execution costs. We are currently...

Sharing some relevant documentation sites: - [Optimism: Transaction Fees on OP Mainnet](https://docs.optimism.io/stack/transactions/fees) - [Arbitrum: Gas and Fees](https://docs.arbitrum.io/how-arbitrum-works/gas-fees) - [Scroll: Transaction Fees](https://docs.scroll.io/en/developers/transaction-fees-on-scroll/) - [zkSync: Fee Model](https://docs.zksync.io/build/developer-reference/fee-model.html) And some relevant findings: -...

More references from the Sablier code base: - https://github.com/sablier-labs/v2-core/discussions/932 - https://github.com/sablier-labs/v2-core/pull/908#issuecomment-2110777408 - https://github.com/sablier-labs/v2-core/issues/872