-
Notifications
You must be signed in to change notification settings - Fork 5
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
Post QS2 audit updates #69
Merged
Changes from all commits
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
8d76456
Token symbol uniqueness (#57)
amarinkovic 23fcaae
ci: fix branch scopes
amarinkovic a5e6255
feat: add support for sepolia
amarinkovic e4b60f0
feat: run anvil in docker
amarinkovic 61ee9a2
chore: remove a CI step not needed anymore
amarinkovic cbe9a4e
Merge branch 'main' into dev
amarinkovic fd191c1
ci: reformat test workflow summary
amarinkovic d7e6a8b
ci: reformat test workflow summary
amarinkovic 2106193
fix: sepolia upgrade hash make target
amarinkovic c85bc98
Merge branch 'main' into dev
amarinkovic d46f696
Update local node scripts (#64)
amarinkovic c9254fb
Merge branch 'main' into dev
amarinkovic b25e14e
chore: add make commands to initialize and upgrade a new diamond on a…
kevin-fruitful 912f12d
refactor: align boostrap with new deployment scripts
amarinkovic 63ec6e7
fix: prep upgrade script method ref
amarinkovic bec8977
feat: script anvil upgrade flow
amarinkovic 634871d
Merge branch 'main' into dev
amarinkovic 62e7dfb
chore: update gitignore for mnemonic files
amarinkovic 7ed7c99
ci: fix upgrade hash report
amarinkovic c8cbd67
chore: remove stale goerli broadcasts
amarinkovic 8539604
fix: upgrade stack too deep error
amarinkovic 23ecd22
refactor: add some makefile targets for sepolia
amarinkovic c6cf96e
fix: write the array of selectors to the same memory location to avoi…
kevin-fruitful 9650068
chore: add deploy-contract-sepolia command, commit broadcast files
kevin-fruitful 9f8ab66
chore: minor makefile arg fix
amarinkovic e594a5f
chore: sepolia upgrade broadcasts
amarinkovic 2f1dd12
refactor(prep-upgrade): pull out generate function
amarinkovic bdb4921
chore: update prettier config
amarinkovic 9db8489
ci: don't generate upgrade hashes
amarinkovic 5f9cb72
chore: bump to v3.5.0
amarinkovic ddadef5
feat: .env format proposal
tgeorgas 4990633
feat: .env format proposal
tgeorgas 11fdd89
chore: add sepolia broadcasts, acl facet updated
amarinkovic dcc8c1e
fix: add back simple policy info struct (#68)
amarinkovic a677dee
Hotfix execute limit offer (#67)
kevin-fruitful 78a76ec
fix(erc20-wrapper): allowance function modifiers
amarinkovic 000fc01
doc: update interface reference
amarinkovic f8a4471
fix: remove duplicate target
amarinkovic 974169d
feat: add forking makefile targets
amarinkovic b719120
fix: deploy-mainnet-fork permissions
amarinkovic a8dfd4e
chore: upgrade sepolia diamond to v3.5.1
amarinkovic f81f439
ci: fix coverage env vars
amarinkovic 8426b50
fix: mainnet fork target for owner balance
amarinkovic df57816
Emit dividend withdrawn event (#59)
amarinkovic 1a1ff6f
Deployer adapter script (#70)
amarinkovic 52d7a08
Enhance Fee and Commission Payment Routing for Marketplace and Polici…
kevin-fruitful 971844c
Merge branch 'main' into dev
amarinkovic da740ea
chore(deployer): fix mainnet fork upgrade flow
amarinkovic afeaff2
Refactor fees (#72)
amarinkovic f2b4061
chore: deployer script output formatting
amarinkovic 383ebf4
chore: upgrade sepolia to v3.6.0
amarinkovic ac885f7
chore(verification-util): pull out network into vars
amarinkovic 05dc9e5
rerfactor: generic fee schedule getter
amarinkovic b8df3b8
chore: bump package version to v3.6.1
amarinkovic 509f7d3
doc: fix natspec
amarinkovic c55c93a
chore: broadcasts for v3.6.1
amarinkovic 5587662
chore: remove hotfix test
amarinkovic cea9c3a
fix: add view modifier to isObjectTokenizable
amarinkovic 867e743
test(fees): trading fees coverage
amarinkovic 1ee0aa8
test(fees): fix variable name typo
amarinkovic 62ff8ff
feat(fees): add zero premium fee support for platform
amarinkovic 55ee879
chore: clean up pre policy setup in tests; clean up unused foundry props
amarinkovic b08e1ce
chore: fix linter
amarinkovic 9516bc1
chore: add platform flag for running docker on ARM CPUs
amarinkovic 67e4291
Calculate the trading fee on matching offer(s) schedule (#74)
amarinkovic dd8a666
Fork Sanity Tests for Contract Upgrades (#76)
kevin-fruitful a57f35d
fix: calculate fee allocations breakdown
amarinkovic a9158b9
fix: setup default fee schedules inthe init diamond
amarinkovic 98a1c0e
fix: reintroduce order matching rounding parameter
amarinkovic b4a8f3d
fix: dividend withdraw fuzz test
amarinkovic 5232fc5
chore: 4x the number of max rejects for fuzzing
amarinkovic a635f5e
Update access control part 1 (#77)
kevin-fruitful 834e40b
Withdraw restriction (#78)
kevin-fruitful 478c0b4
fix: add contract verification to deployer script
amarinkovic 8481c55
chore: ignore macos files
amarinkovic f71485e
chore: upgrade sepolia to v3.6.2
amarinkovic 37e5840
chore: update email in package.json
kevin-fruitful 03006b4
Roles part 1 refinement (#79)
kevin-fruitful 6254da6
chore: upgrade sepolia to v3.6.3 smart contracts
amarinkovic c90e4bf
refactor: deployer only to verify when not forking
amarinkovic ddc1971
fix: deployer account resolution
amarinkovic 25b1e8e
doc: deployer script explainer
amarinkovic bbf060f
Prevent role demotion (IM-24357) (#80)
kevin-fruitful 28c613a
test: hRoles - pretty print roles
kevin-fruitful 33656dd
feat: update SmartDeploy to pass in init diamond address
kevin-fruitful db1add3
feat: command anvil-upgrade-init-addr
kevin-fruitful a757930
fix: prepare for upgrade, add custom init and getters
amarinkovic 95b25c7
chore: update forge-std
kevin-fruitful 64d0471
deployment: add helper commands for anvil deployment; add script to d…
kevin-fruitful 0295a1c
chore: gitignore generated file
kevin-fruitful c9b546b
chore: add custom solhit config in script folder
kevin-fruitful faf91d3
test: add cHr helper method to pretty print commission receivers
kevin-fruitful 206ac51
chore: remove redundant getter
amarinkovic b9584a8
chore: fix typos
kevin-fruitful 4540da1
chore: remove redundant scripts for deploying contracts
kevin-fruitful bde9637
deployment: update prep-upgrade.js to take in an init contract address
kevin-fruitful File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export LOCAL_ID=123 | ||
export LOCAL_RPC_URL= | ||
export LOCAL_OWNER_ACCOUNT_KEY= | ||
|
||
export MAINNET_ID=1 | ||
export MAINNET_RPC_URL= | ||
export MAINNET_OWNER_ACCOUNT_KEY= | ||
|
||
export SEPOLIA_ID=11155111 | ||
export SEPOLIA_RPC_URL= | ||
export SEPOLIA_OWNER_ACCOUNT_KEY= | ||
|
||
export ETHERSCAN_API_KEY= | ||
export NAYMS_SALT= |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- dev | ||
pull_request: | ||
|
||
jobs: | ||
|
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
local should be 31337. ID 123 is for some network called fuse sparknet: https://chainlist.org/chain/123