-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release v1.2.0 #365
Merged
Merged
Release v1.2.0 #365
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refactor: reorder struct fields
ci: foundry multibuild workflow
build: switch to bun for dep management
ci: bot for closing stale issues and PR
ci: remove etherscan api keys
ci: use reusable workflows
docs: increase bug bounty
ci: add `staging-blast` and `staging` to `ci.yml`
* refactor: use CREATE instead of CREATE2 * test: use vm.computeCreateAddress instead --------- Co-authored-by: andreivladbrg <[email protected]>
* feat: grace period mechanism for clawback * feat: add a helper function for grace period feat: add a getter function for first claim time test: remove unneeded functions from MerkleLockup_Integration_Test test: remove unneeded claimIndex from clawback tests test: add FIRST_CLAIM_TIME to Defaults * chore: add override specifier * refactor: update precompiles * test: add test for getFirstClaimTime --------- Co-authored-by: andreivladbrg <[email protected]>
docs: move `_checkClaim` to internal non-constant section
build: update evm version to `shanghai`
* docs: update security assumptions * build: update bun --------- Co-authored-by: smol-ninja <[email protected]>
* build: bump solc * build: bump deps * chore: update bun lockfile * build: bump core * chore: update precompiles --------- Co-authored-by: andreivladbrg <[email protected]>
* feat: use create2 to deploy merkle lockup campaigns * test: computeMerkleLL and computeMerkleLT * build: update bun lockfile * chore: update precompiles * refactor: remove compute functions * refactor: calculate "totalPercentage" in MerkleLT refactor: remove total percentage from salt * feat: include msg.sender in create2 salt * chore: update precompiles * refactor: add tranchesWithPercentages to create2 salt * chore: update bun lockfile * build: update precompiles * docs: use contract state --------- Co-authored-by: Paul Razvan Berg <[email protected]>
* feat: isValidMerkleLT * chore: update precompile * chore: update bun lockfile * docs: improve natspec * refactor: isPercentagesSum100 * docs: polish NatSpec test: polish tests --------- Co-authored-by: andreivladbrg <[email protected]> Co-authored-by: Paul Razvan Berg <[email protected]>
* feat: isValidMerkleLT * chore: update precompile * perf: declare a count for tranches length * chore: update precompiles --------- Co-authored-by: smol-ninja <[email protected]>
* docs: add gas benchmarks for Batch lockup * doc(benchmark): use various batch size * test: rename variables test: misc enhancements * test(benchmark): use n/a in the benchmark table --------- Co-authored-by: Paul Razvan Berg <[email protected]>
* docs: roll 1.2.0 * build: npm ignore file in test utils * docs(refactor): use bump * docs(refactor): use bump in OpenZeppelin * docs: add merklelockup and batchlockup changelog for lockup tranched * docs: update changelog * andrei suggestion * docs(changelog): add solc update * docs(changelog): add core bump pr * docs: update date --------- Co-authored-by: andreivladbrg <[email protected]>
Release v.1.2.0
smol-ninja
approved these changes
Jul 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.