Skip to content

Releases: ponder-sh/ponder

@ponder/[email protected]

12 Jul 05:07
69090a3
Compare
Choose a tag to compare

Patch Changes

  • #249 b0fddce Thanks @0xOlias! - Fixed multiple schema bugs related to BigInt id types. Removed all _no_case filter field types. Fixed a graceful shutdown bug.

[email protected]

09 Jul 22:37
00873ea
Compare
Choose a tag to compare

@ponder/[email protected]

09 Jul 22:37
00873ea
Compare
Choose a tag to compare

Patch Changes

  • #246 4edc5e2 Thanks @0xOlias! - Added maxRpcRequestConcurrency option to networks type in ponder.config.ts.

  • #246 4edc5e2 Thanks @0xOlias! - Renamed types PonderConfig to Config, ResolvedPonderConfig to ResolvedConfig, and PonderOptions to Options.

[email protected]

03 Jul 22:39
5f2a724
Compare
Choose a tag to compare

@ponder/[email protected]

03 Jul 22:39
5f2a724
Compare
Choose a tag to compare

Patch Changes

  • #226 1ae6a24 Thanks @k-xo! - Added a database migration to create indices in the event store. This should improve event handler performance.

[email protected]

30 Jun 23:27
349d1c8
Compare
Choose a tag to compare

Patch Changes

@ponder/[email protected]

30 Jun 23:27
349d1c8
Compare
Choose a tag to compare

Patch Changes

  • #241 438813b Thanks @0xOlias! - Fixed a race condition bug in the historical sync service

  • #239 af90fb1 Thanks @0xOlias! - Fixed a bug where the Ponder server would occasionally fail to start due to a port detection race condition.

  • #239 af90fb1 Thanks @0xOlias! - Bumped viem and abitype versions.

[email protected]

28 Jun 23:21
80d8a42
Compare
Choose a tag to compare

@ponder/[email protected]

28 Jun 23:21
80d8a42
Compare
Choose a tag to compare

Patch Changes

  • #235 0420400 Thanks @0xOlias! - Fixed a bug where the default finality checkpoint of several chains (including Arbitrum) was set to zero. The target finality interval for reorg-safe chains like Arbitrum and Optimism is now 10 seconds (e.g. 40 blocks on Arbitrum).

  • #235 0420400 Thanks @0xOlias! - Fixed a bug where the realtime sync service would process blocks out of order, leading to less efficient RPC request patterns.

  • #235 0420400 Thanks @0xOlias! - Updated Ponder's logging behavior. Stdout log lines will not include timestamps, log level, service name, and a message. Logs are also written to files located at /.ponder/logs/{timestamp}.log in JSON format. There are now more log levels: "silent", "fatal", "error", "warn", "info", "debug", and "trace". These can be configured using the PONDER_LOG_LEVEL environment variable.

[email protected]

22 Jun 15:48
5b8297b
Compare
Choose a tag to compare

Patch Changes

  • #233 1a44573 Thanks @0xOlias! - Added support for explorer.zora.energy links in create-ponder etherscan template.