Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

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

Release Notes

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

v0.7.0

Compare Source

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

Compare Source

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: 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 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
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