Paul Berg

Results 723 comments of Paul Berg

A guide would be helpful, but better than that would be a modification in Lockup/ Airstreams that allows for dynamic claim amounts based on how early (or late) the recipients...

@smol-ninja the script can be written in any language, I guess. The catch is to make it easy to automate — maybe via GitHub Actions?

Couldn't it be done by a GitHub Actions workflow by using a Cron job that uses `cancelMultiple` and listens to emitted events, looking for all the streams that have been...

You are absolutely correct @smol-ninja. I see no way out of this other than implementing the [airdrop contract with variable claim amounts](https://github.com/sablier-labs/company-discussions/discussions/85).

From X: - [Is there a website similar to [http://chainlist.org](https://t.co/OCn8tF3SYD) that provides data on the block gas limit for each chain?](https://x.com/PaulRBerg/status/1866804209657446430) - [afraid it might clutter the UI and usage...

There's a bug, though. While looking at the main page for the chain, the UI flickers back to the all chains' list.

**Update**: this [conversation](https://twitter.com/_hrkrshnn/status/1469715135065309184) on Twitter is related to this issue. As per transmission11's reply there, it does look like in an older version of Solidity, `x != 0` used to...

Thanks @hrkrshnn, makes sense. What I don't understand though is that when I compiled the the code snippets above in Remix, I did not enable `via-ir`. Is it that in...