Skip to content

Commit

Permalink
update to v6 round 3 (projectsophon#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrosenthal authored Aug 13, 2021
1 parent 64b579c commit 4ab6e49
Show file tree
Hide file tree
Showing 3 changed files with 3,169 additions and 2,871 deletions.
2 changes: 1 addition & 1 deletion client
Submodule client updated 342 files
2 changes: 1 addition & 1 deletion eth
Submodule eth updated 49 files
+3 −0 .gitignore
+207 −705 .openzeppelin/unknown-100.json
+0 −4 contracts/DarkForestArtifactUtils.sol
+12 −5 contracts/DarkForestCore.sol
+16 −5 contracts/DarkForestPlanet.sol
+148 −0 contracts/DarkForestScoreMap.sol
+154 −0 contracts/DarkForestScoringR3.sol
+4 −0 contracts/DarkForestStorageV1.sol
+2 −2 contracts/DarkForestTypes.sol
+22 −19 contracts/DarkForestUtils.sol
+13 −13 contracts/Verifier.sol
+19 −10 darkforest.toml
+16 −16 hardhat.config.ts
+1 −1 last_updated.txt
+7 −7 package.json
+33 −23 settings.ts
+1 −2 subgraph/schema.graphql
+9 −11 subgraph/src/helpers/decoders.ts
+34 −31 subgraph/src/mapping.ts
+2 −3 subgraph/src/mappingTokens.ts
+1 −1 subgraph/subgraph.template.yaml
+5 −3 task-types.ts
+2 −2 tasks/circom.ts
+7 −2 tasks/compile.ts
+35 −9 tasks/deploy-more.ts
+26 −7 tasks/deploy.ts
+26 −7 tasks/game.ts
+5 −5 tasks/subgraph.ts
+7 −6 tasks/upgrades.ts
+2 −2 tasks/utils.ts
+3 −4 tasks/whitelist.ts
+21 −31 test/DFArtifacts.test.ts
+1 −1 test/DFGPTCredit.test.ts
+2 −2 test/DFHat.test.ts
+32 −8 test/DFInitialize.test.ts
+24 −12 test/DFMove.test.ts
+19 −66 test/DFPlanet.test.ts
+5 −5 test/DFPlanetTransfer.test.ts
+9 −9 test/DFRefresh.test.ts
+3 −3 test/DFReveal.test.ts
+82 −0 test/DFScoringRound2.test.ts
+204 −0 test/DFScoringRound3.test.ts
+6 −6 test/DFUpgrade.test.ts
+3 −3 test/DFWhitelist.test.ts
+27 −5 test/utils/TestContracts.ts
+14 −9 test/utils/TestUtils.ts
+33 −17 test/utils/TestWorld.ts
+21 −0 test/utils/WorldConstants.ts
+546 −48 yarn.lock
Loading

0 comments on commit 4ab6e49

Please sign in to comment.