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

Improve initialization script with liquidity and whitelists #68

Merged
merged 29 commits into from
Feb 8, 2025
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b99160f
[fix/WIP] deploy script initialization
TomasDmArg Jan 30, 2025
90aee7b
[feat] added mint tokens to deploy script
TomasDmArg Feb 6, 2025
3b6ab0a
[fix] updated package scripts
TomasDmArg Feb 7, 2025
28f8a8f
Update example_env
TomasDmArg Feb 7, 2025
238d93c
[fix] updated proxy bytecode to match initialization params
TomasDmArg Feb 7, 2025
cd960e7
[feat] added factory implementation update
TomasDmArg Feb 7, 2025
90cea72
Merge branch 'fix/deploy-initialization' of https://github.com/P4-Gam…
TomasDmArg Feb 7, 2025
36f4b2a
[chore] :hammer: add script to run coverage tests
dappsar Feb 8, 2025
5ac7dbf
[chore] :see_no_evil: ignore tests coverage files
dappsar Feb 8, 2025
cc2b946
[docs] :memo: update readme with new package scripts
dappsar Feb 8, 2025
2020f9e
[docs] :memo: translate texts in example_env to english
dappsar Feb 8, 2025
a0074d6
[chore] :memo: add license to package.json
dappsar Feb 8, 2025
088bdac
[build] :bug: fix YAML syntax errors in github action workflow
dappsar Feb 8, 2025
c22e1d6
[ci] :hammer: ensure forge warnings do not fail CI workflow
dappsar Feb 8, 2025
902509e
[ci] :art: rename workflows for better clarity in CI
dappsar Feb 8, 2025
ab6c45e
[chore] :see_no_evil: add *.log files to .gitignore
dappsar Feb 8, 2025
e3c40c0
[ci] :bug: replace yarn test:lcoal with direct forge test execution
dappsar Feb 8, 2025
31f6a37
[ci] :art: rename (again) workflows for better clarity in CI
dappsar Feb 8, 2025
7094dbd
[ci] :bug: add missing ARBITRUM_SEPOLIA_RPC_URL in test.yml
dappsar Feb 8, 2025
f04d830
[ci] :art: rename (again) workflows for better clarity in CI
dappsar Feb 8, 2025
b20b4cb
[ci] :art: improve test script to avoid rate-limit errors
dappsar Feb 8, 2025
9ca2334
[ci] :zap: reduce parallel test jobs to 1 to prevent RPC rate limits
dappsar Feb 8, 2025
d0cee63
[ci] :construction_worker: auto-export environment variables to .env …
dappsar Feb 8, 2025
37c1316
[ci] :bug: fix deprecated testFail* function in SwapModule tests
dappsar Feb 8, 2025
b51dd7c
[ci] :bug: reduce parallel test jobs form 8 to 1 to prevent RPC rate …
dappsar Feb 8, 2025
a5d1299
[ci] :mute: supress testFail* deprecation warnings in CI logs
dappsar Feb 8, 2025
5b5b97d
[refactor] :recycle: refactor test retry logic to avoid re-running su…
dappsar Feb 8, 2025
2dca088
[revert] :rewind: revert rename in swap-fail test
dappsar Feb 8, 2025
2ed0aa1
[ci] :mute: suppress testFail* deprecation warning in Foundry tests
dappsar Feb 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[chore] 🙈 add *.log files to .gitignore
  • Loading branch information
dappsar committed Feb 8, 2025
commit ab6c45ef8179254a0bf15295957b308590024fc1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Compiler files
cache/
out/
*.log

# Ignores development broadcast logs
/broadcast
Expand Down
Loading