Skip to content

Commit

Permalink
Services (#114)
Browse files Browse the repository at this point in the history
* wip: services

* wip2: services

* fix: ui

* fix: hot reloading

* fix: codegen

* feat: separate providers, add explicit error for missing rpc url

* fix: healthcheck path

* fix: ui tweaks

* fix: logger silent, expose schema, rename to backfill()

* feat: new EventHandlerService processEvents approach

* test: update ens test and remove basic test

* chore: rename dir

* chore: lint

* chore: renames

* chore: update bin path and use source

* chore: revert source env

* chore: changeset and fix packages
  • Loading branch information
0xOlias committed Mar 4, 2023
1 parent b39aed7 commit 857f099
Show file tree
Hide file tree
Showing 60 changed files with 2,161 additions and 2,314 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "0xOlias/ponder" }],
"commit": false,
"fixed": [],
"fixed": [["@ponder/core", "create-ponder"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
6 changes: 6 additions & 0 deletions .changeset/lucky-bananas-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ponder/core": patch
"create-ponder": patch
---

Refactored @ponder/core internals and updated `ponder dev` logs
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"ponder": "dist/src/bin/ponder"
"ponder": "dist/src/bin/ponder.js"
},
"scripts": {
"build": "rm -rf dist && tsc && tsconfig-replace-paths --src . && mv dist/src/bin/ponder.js dist/src/bin/ponder",
"build": "rm -rf dist && tsc && tsconfig-replace-paths --src .",
"fixtures": "$npm_execpath build && export $(grep -v '^#' .env.local | xargs) && node dist/test/utils/generateFixtures.js && $npm_execpath build",
"test": "jest",
"typecheck": "tsc --noEmit"
Expand Down
Loading

1 comment on commit 857f099

@vercel
Copy link

@vercel vercel bot commented on 857f099 Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.