Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow anyone to call withdraw function #43

Merged
merged 6 commits into from
Apr 22, 2024
Merged

Conversation

andreivladbrg
Copy link
Member

Closes #30

Copy link

codecov bot commented Apr 11, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

refactor: improve custom error names
docs: udpate natspec in withdraw function
chore: improve wording in explanatory comments
test: update withdraw tree and tests accordingly
test: don't change the timestampt in deposit invariant handler
Copy link
Member

@smol-ninja smol-ninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have partially reviewed the PR. Please see comments below:

During the review, I also made changes locally which I have pushed to this PR. If you agree with suggestions, we can incorporate those changes from that PR.

script/Base.s.sol Outdated Show resolved Hide resolved
script/DeployOpenEndedDeterministic.s.sol Outdated Show resolved Hide resolved
script/DeployOpenEnded.s.sol Show resolved Hide resolved
src/SablierV2OpenEnded.sol Outdated Show resolved Hide resolved
src/SablierV2OpenEnded.sol Outdated Show resolved Hide resolved
… fix comment (#48)

* build: add script for deterministic deployment
build: enable ffi cheatcode

* build: replace ffi with stdJson

* doc: fix comment

* build: update bun lockfile

* chore: capitalize StdJson file import

---------

Co-authored-by: andreivladbrg <[email protected]>
@andreivladbrg
Copy link
Member Author

Merged your PR here @smol-ninja, if everything looks good now, can we merge this to main?

This was referenced Apr 22, 2024
Copy link
Member

@smol-ninja smol-ninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge.

@andreivladbrg andreivladbrg merged commit 55ce73f into main Apr 22, 2024
6 checks passed
@smol-ninja smol-ninja deleted the refactor/withdraw-public branch April 22, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make withdraw function callable by anyone
2 participants