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

feat: Remove data fetchers #694

Merged
merged 7 commits into from
Dec 20, 2023
Merged

feat: Remove data fetchers #694

merged 7 commits into from
Dec 20, 2023

Conversation

popzxc
Copy link
Member

@popzxc popzxc commented Dec 15, 2023

What ❔

Removes the data fetchers from the codebase.
The tables they've been writing to are left intact since we need to support the RPC methods that interact with them for a while.
This way these methods will be accessing the latest available data there.

Additionally, as discussed before, get_well_known_token_addresses no longer checks for well_known = true.

Why ❔

This component is deprecated.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.
  • Spellcheck has been run via cargo spellcheck --cfg=./spellcheck/era.cfg --code 1.

@popzxc popzxc requested review from RomanBrodetski, slowli and perekopskiy and removed request for slowli December 15, 2023 10:34
@popzxc popzxc requested a review from a team as a code owner December 15, 2023 10:55
@popzxc popzxc enabled auto-merge December 18, 2023 08:53
@popzxc popzxc disabled auto-merge December 18, 2023 08:53
perekopskiy
perekopskiy previously approved these changes Dec 18, 2023
@popzxc popzxc enabled auto-merge December 18, 2023 11:05
Deniallugo
Deniallugo previously approved these changes Dec 18, 2023
@popzxc popzxc dismissed stale reviews from Deniallugo and perekopskiy via 49f3e7e December 19, 2023 06:43
auto-merge was automatically disabled December 19, 2023 17:38

Merge queue setting changed

Copy link
Member

@hatemosphere hatemosphere left a comment

Choose a reason for hiding this comment

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

CI changes LGTM

@popzxc popzxc added this pull request to the merge queue Dec 20, 2023
Merged via the queue into main with commit f48d677 Dec 20, 2023
30 checks passed
@popzxc popzxc deleted the popzxc-remove-fetchers branch December 20, 2023 10:00
RomanBrodetski pushed a commit that referenced this pull request Dec 25, 2023
🤖 I have created a release *beep* *boop*
---


##
[18.10.0](core-v18.9.0...core-v18.10.0)
(2023-12-25)


### Features

* **api:** Add metrics for `jsonrpsee` subscriptions
([#733](#733))
([39fd71c](39fd71c))
* **api:** remove jsonrpc backend
([#693](#693))
([b3f0417](b3f0417))
* applied status snapshots dal
([#679](#679))
([2e9f23b](2e9f23b))
* **en:** Make reorg detector work with pruned data
([#712](#712))
([c4185d5](c4185d5))
* Remove data fetchers
([#694](#694))
([f48d677](f48d677))
* Remove zks_getConfirmedTokens method
([#719](#719))
([9298b1b](9298b1b))


### Bug Fixes

* added waiting for prometheus to finish
([#745](#745))
([eed330d](eed330d))
* **EN:** temporary produce a warning on pubdata mismatch with L1
([#758](#758))
([0a7a4da](0a7a4da))
* **prover:** Add logging for prover + WVGs
([#723](#723))
([d7ce14c](d7ce14c))
* remove leftovers after
[#693](#693)
([#720](#720))
([e93aa35](e93aa35))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

4 participants