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 ☂️

@andreivladbrg andreivladbrg force-pushed the main branch 2 times, most recently from 9f8f40a to 1391fe9 Compare April 11, 2024 09:46
@smol-ninja smol-ninja self-requested a review April 11, 2024 10:03
@andreivladbrg andreivladbrg force-pushed the refactor/withdraw-public branch from 51892e3 to 40cca4a Compare April 11, 2024 11:05
@andreivladbrg andreivladbrg force-pushed the refactor/withdraw-public branch from 40cca4a to ec4d89c Compare April 18, 2024 19:55
refactor: improve custom error names
docs: udpate natspec in withdraw function
chore: improve wording in explanatory comments
test: update withdraw tree and tests accordingly
@andreivladbrg andreivladbrg force-pushed the refactor/withdraw-public branch from ec4d89c to f470114 Compare April 19, 2024 15:10
test: don't change the timestampt in deposit invariant handler
@andreivladbrg andreivladbrg force-pushed the refactor/withdraw-public branch from f470114 to c79b497 Compare April 19, 2024 15:11
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 <andreivladbrg@gmail.com>
@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