Skip to content

fix(deps): update dependency @ponder/core to ^0.7.0 - #40

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ponder-core-0.x
Open

fix(deps): update dependency @ponder/core to ^0.7.0#40
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ponder-core-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ponder/core (source) ^0.5.0-next.1^0.7.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ponder-sh/ponder (@​ponder/core)

v0.7.17

Compare Source

Patch Changes

v0.7.16

Compare Source

Patch Changes

v0.7.15

Compare Source

Patch Changes

v0.7.14

Compare Source

Patch Changes

v0.7.13

Compare Source

Patch Changes

v0.7.12

Compare Source

Patch Changes

v0.7.11

Compare Source

Patch Changes

v0.7.10

Compare Source

Patch Changes

v0.7.9

Compare Source

Patch Changes

v0.7.8

Compare Source

Patch Changes

v0.7.7

Compare Source

Patch Changes

v0.7.6

Compare Source

Patch Changes

v0.7.5

Compare Source

Patch Changes

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

Patch Changes

v0.7.0

Minor Changes

v0.6.25

Compare Source

Patch Changes

v0.6.24

Compare Source

Patch Changes

v0.6.23

Compare Source

Patch Changes

v0.6.22

Compare Source

Patch Changes

v0.6.21

Compare Source

Patch Changes

v0.6.20

Compare Source

Patch Changes

v0.6.19

Compare Source

Patch Changes

v0.6.18

Compare Source

Patch Changes

v0.6.17

Compare Source

Patch Changes

v0.6.16

Compare Source

Patch Changes

v0.6.15

Compare Source

Patch Changes

v0.6.14

Compare Source

Patch Changes

v0.6.13

Compare Source

Patch Changes

v0.6.12

Compare Source

Patch Changes

v0.6.11

Compare Source

Patch Changes

v0.6.10

Compare Source

Patch Changes

v0.6.9

Compare Source

Patch Changes

v0.6.8

Compare Source

Patch Changes

v0.6.7

Compare Source

Patch Changes

v0.6.6

Compare Source

Patch Changes

v0.6.5

Compare Source

Patch Changes
  • #​1126 0a3adb000d60e091b24a6e8facce194c41712fc6 Thanks @​kyscott18! - Fixed a bug introduced in v0.6 where extra transaction may be added to the database in the "realtime" sync when using factory contracts.

    Any users that were affected by this bug and want to reduce the database size can do so with the query:

    DELETE FROM ponder_sync.transactions WHERE
      hash NOT IN (SELECT "transactionHash" FROM ponder_sync.logs)
      AND
      hash NOT IN (SELECT "transactionHash" FROM ponder_sync."callTraces");

v0.6.4

Compare Source

Patch Changes

v0.6.3

Compare Source

Patch Changes

v0.6.2

Compare Source

Patch Changes

v0.6.1

Compare Source

Patch Changes

v0.6.0

Minor Changes
  • #​1074 d9656a9af390f6c0a375cbbabfc85f90f510b13f Thanks @​kyscott18! - Deprecated the maxBlockRange option from the networks object in ponder.config.ts.

  • #​1074 d9656a9af390f6c0a375cbbabfc85f90f510b13f Thanks @​kyscott18! - BREAKING: Metrics changes. Replaced ponder_historical_start_timestamp with ponder_historical_duration, which improves the accuracy of sync duration estimates. Removed ponder_indexing_function_error_total. Removed the "network" label from ponder_indexing_function_duration and ponder_indexing_completed_events. Removed the "source" and "type" labels from ponder_historical_total_blocks, ponder_historical_cached_blocks, and ponder_historical_completed_blocks. Replaced ponder_realtime_is_connected, ponder_realtime_latest_block_number, and ponder_realtime_latest_block_timestamp with ponder_sync_block, ponder_sync_is_realtime, and ponder_sync_is_complete.

  • #​1074 d9656a9af390f6c0a375cbbabfc85f90f510b13f Thanks @​kyscott18! - BREAKING: Introduced the /ready endpoint, which returns an HTTP 200 response once the app has finished historical indexing and is ready to serve requests. Changed the behavior of the /health endpoint. Now, /health returns an HTTP 200 response as soon as the process starts. Removed the maxHealthcheckDuration option from ponder.config.ts, and removed the top-level options property. Read the migration guide for more details.

  • #​1074 d9656a9af390f6c0a375cbbabfc85f90f510b13f Thanks @​kyscott18! - BREAKING: Simplified Postgres schema usage pattern. Now, the indexed tables, reorg tables, and metadata table for a Ponder app are contained in one Postgres schema, specified by the user in ponder.config.ts (defaults to public). Removed usage of the shared ponder schema. Removed the view publishing pattern and removed the publishSchema option from ponder.config.ts. Fixed an issue where the Schema is locked by a different Ponder app warning would appear when running ponder dev. Read the migration guide for more details.

  • #​1074 d9656a9af390f6c0a375cbbabfc85f90f510b13f Thanks @​kyscott18! - Removed the maxHistoricalTaskConcurrency option from the networks object in ponder.config.ts.

  • #​1074 d9656a9af390f6c0a375cbbabfc85f90f510b13f Thanks @​kyscott18! - Updated viem peer dependency to >=2. Renamed the context.client action getBytecode to getCode. The getEnsName action is now supported. Improved performance of address checksum operations.

  • #​1074 d9656a9af390f6c0a375cbbabfc85f90f510b13f Thanks @​kyscott18! - Improved eth_getLogs retry behavior. Now, the sync engine automatically determines the optimal block range for eth_getLogs requests.

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from 0fa4a00 to 3f657fc Compare November 8, 2024 18:06
@renovate renovate Bot changed the title fix(deps): update dependency @ponder/core to ^0.6.0 fix(deps): update dependency @ponder/core to ^0.7.0 Nov 8, 2024
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from 3f657fc to 8c6a3bc Compare October 21, 2025 15:12
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from 8c6a3bc to b8b667f Compare November 10, 2025 16:38
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from b8b667f to 45afd33 Compare December 31, 2025 17:41
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from 45afd33 to 841a692 Compare February 2, 2026 20:55
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from 841a692 to c2d21e2 Compare February 12, 2026 16:48
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from c2d21e2 to b6fdcd2 Compare March 13, 2026 15:35
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from b6fdcd2 to d819e40 Compare March 26, 2026 17:35
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from d819e40 to ee6f40e Compare May 18, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from ee6f40e to e4418f8 Compare July 20, 2026 19:56
@renovate
renovate Bot force-pushed the renovate/ponder-core-0.x branch from e4418f8 to 0b26e6f Compare August 14, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants