Skip to content

Commit

Permalink
Merge pull request #39 from rsproule/feature/server
Browse files Browse the repository at this point in the history
Feature/server
  • Loading branch information
rsproule authored Jan 2, 2024
2 parents 30f99aa + 06b41af commit 0fc627d
Show file tree
Hide file tree
Showing 59 changed files with 15,041 additions and 14,886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
cd contracts
forge --version
forge build --sizes
forge build --via-ir --sizes
id: build

- name: Run Forge tests
Expand Down
8 changes: 7 additions & 1 deletion contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ build:; forge build

deploy-anvil:;
forge script script/TankGameDeployer.s.sol:TankGameDeployerScript --rpc-url http://localhost:8545 \
--private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast
--private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --via-ir --broadcast

fill-game:;
forge script script/FillGame.s.sol:FillGameScript --rpc-url http://localhost:8545 --broadcast \
--private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80

deploy-factory:;
forge script script/00_DeployGameImpl.s.sol --rpc-url http://localhost:8545 --private-key \
0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --via-ir --broadcast
forge script script/01_DeployFactories.s.sol --rpc-url http://localhost:8545 --private-key \
0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --via-ir --broadcast

Large diffs are not rendered by default.

2,003 changes: 2,003 additions & 0 deletions contracts/broadcast/DeployTankGameCustomTemp.s.sol/5/run-1698109995.json

Large diffs are not rendered by default.

2,003 changes: 2,003 additions & 0 deletions contracts/broadcast/DeployTankGameCustomTemp.s.sol/5/run-1698110089.json

Large diffs are not rendered by default.

2,003 changes: 2,003 additions & 0 deletions contracts/broadcast/DeployTankGameCustomTemp.s.sol/5/run-latest.json

Large diffs are not rendered by default.

Binary file added contracts/bun.lockb
Binary file not shown.
Loading

0 comments on commit 0fc627d

Please sign in to comment.