v5 Checkpoint #233
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
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/ipld-eth-server#233
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ian/v5_dev"
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?
This is the bulk of the functional updates. Not quite finished but getting close. Builds but still need to fix some (most) tests.
ipfs.BlockService
abstraction (which could be applied on-top of our DB, using ipfs-ethdb, or used on-top of an IPFS p2p block exchange. We now fetch everything from the local Postgres DB for performance reasons, in one trip where possible.eth_call
and relevant graphql endpoints.TODO:
This actually isn't so bad to review
LGTM as an incremental part of v5.
One revision - we can change the tag of the
ipld-eth-db
migrations container to v5.0.0 in thedocker-compose.yml
. It won't work until that tag is published, but it's not run on this branch anyway.Merging this, next PR will have the test fixes