Statediff API (v3) to change addresses watched in direct indexing mode #212
No reviewers
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#212
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pm-watched-addresses-v3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of https://github.com/vulcanize/go-ethereum/issues/127
Code LGTM but need to figure out what is going on in the CI tests in
TestFileIndexer
andTestFileIndexerLegacy
e.g.It seems to be missing the new table def in one instance and isn't removing a previous public.nodes entry.
@i-norden The unit tests in GitHub CI are failing with the error:
Seems like there is no docker image for ipld-eth-db release
v3.1.0
?Oi, thanks for the heads up. Not sure why, but the docker publishing actions didn't trigger for that release. Not sure how to do it after the fact because it's not as if the action is in a failed state that can be re-run, since it never triggered in the first place there is no option to "re"-run from the Actions tab as far as I can see :(
I may need to re-release as v3.1.1
@prathamesh0 we can use this release: https://github.com/vulcanize/ipld-eth-db/releases/tag/v3.2.0
LGTM