Paul Berg

Results 723 comments of Paul Berg

Thanks for the quick response and guidance @bh2smith Side note - is anyone from the Dune team watching the [DuneQueryRepo](https://github.com/duneanalytics/DuneQueryRepo)? I have never received any response to my issues/PRs there.

Thanks @bh2smith I didn't even know about that GitHub Action — it might be worth documenting it in your Dune docs: https://docs.dune.com/api-reference/quickstart/queries-eg

(A little tongue-in-cheek) well, not sure how many teams can afford [the $400/monthly plan for Dune Plus](https://x.com/PaulRBerg/status/1911082509057609842), so putting in the official docs should be fine because the paywall prevents...

Thanks, @smol-ninja! We need to implement some additional functionality, unfortunately. https://github.com/sablier-labs/v2-core/issues/1040

Correct. We should use `uint256` for `sablierFee` because it's a minimum threshold, not a percentage.

I suggest walking on the path of maximum explicitness and going with `campaignCreator` or `campaignOwner` in the `MerkleLockup` contracts. I don't care so much about the raw word as much...

OK, makes sense, I will have another think during the internal audit.

Great idea to allow only the factory to call the `withdrawFees` functions! It alleviates a whole set of problems. However, I agree with Shub that we should *not* make the...