Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

ipld-eth-indexer #29

Merged
merged 17 commits into from
Aug 31, 2020
Merged

ipld-eth-indexer #29

merged 17 commits into from
Aug 31, 2020

Conversation

i-norden
Copy link
Collaborator

Further refactoring to focus the code by function and blockchain

Still a few things to do on this branch e.g. update the documentation and this needs to be merged in coordination with merging of PRs on the new repositories spun off from this during the decoupling (ipld-btc-indexer, ipld-eth-server, ipld-btc-server).

… if wg.Add(1) in the spun up a goroutine was called after wg.Wait() in the parent process (very unlikely in this case due to the work left between spinning that goroutine up and calling wg.Wait(), but still a race condition)
@i-norden i-norden changed the title [WIP] ipld-eth-indexer ipld-eth-indexer Aug 27, 2020
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved

It("Gets the number of the first block that has data in the database", func() {
payload := mocks.MockConvertedPayload
payload.Block = newMockBlock(1010101)
Copy link
Contributor

Choose a reason for hiding this comment

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

let's put this value to variable and reuse it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good idea, will do.

@i-norden
Copy link
Collaborator Author

Merging now, I still need to merge https://github.com/vulcanize/ipld-eth-server but it needs to use this as a dep so merging this first so we can cut a release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants