Paul Berg
Paul Berg
Sharing the Bash scripts we have used to prepare the Sablier V2 artifacts: - https://github.com/sablier-labs/v2-core/blob/431f79c248bbb025f5581141cc605f220a0fb404/shell/prepare-artifacts.sh - https://github.com/sablier-labs/v2-periphery/blob/747fc5e789fc17b2a3c1560bf70b2bbcb597901f/shell/prepare-artifacts.sh We would love to be able to delete the scripts 😁
Thanks @grandizzy, tagging @smol-ninja and @andreivladbrg for taking a look.
> why do we need two sets? Isn't `feesByUser` enough? No, because the default value of a Solidity mapping is zero, so it is impossible to differentiate between a default...
Yeas as Shub pointed out, having a separate factory won't work as well as a custom fee mechanism in the same factory. 1. Users and integrators could use the zero-fee...
thanks for the quick response, @lukacan - any ETA for when the new release will be out?
`rc.3` worked, thanks
Tests are failing but the issue seems unrelated to this PR
hmm what if we just shared our [coding practices](https://www.notion.so/sablier/Sablier-Coding-Practices-Contracts-2f5920cf497646b4a2ea982c1bacb5a8) instead? Basically, move that document from Notion to this Docusaurus site.
Yeah, that's a fair point. In this case, let's add both the values and the coding practices as two new documents under "Concepts", right after "Security".
I still think that a bot like this would be amazingly helpful. ChatGPT has recently enabled custom GPTs, and there are tools like [recon](https://github.com/joshuacc/recon) facilitate automatic prompt generation. @maxdesalle could...