Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into holic/mud-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 1, 2024
2 parents b407f05 + 111bb1b commit ec194e4
Show file tree
Hide file tree
Showing 247 changed files with 8,171 additions and 17,653 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-bats-drive.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/bright-rabbits-trade.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/itchy-insects-jog.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/kind-kangaroos-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@latticexyz/cli": patch
---

Fixed a dev runner bug where the state block of a previous deploy was not updated during a redeploy, causing failed deploys due to fetching outdated world state.
5 changes: 5 additions & 0 deletions .changeset/lucky-dodos-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@latticexyz/explorer": patch
---

It is now possible to pass in environment variables like `RPC_HTTP_URL` to the internal local indexer when running the explorer locally.
5 changes: 0 additions & 5 deletions .changeset/metal-brooms-enjoy.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/smart-parents-refuse.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ yarn-error.log
# We don't want projects created from templates to ignore their lockfiles, but we don't
# want to check them in here, so we'll ignore them from the root.
templates/*/pnpm-lock.yaml
examples/*/pnpm-lock.yaml

# mud test data
test-data/world-logs-bulk-*.json
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
pnpm lint-staged
Loading

0 comments on commit ec194e4

Please sign in to comment.