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

Feature/4017 knex #5

Merged
merged 80 commits into from
Oct 9, 2017
Merged

Feature/4017 knex #5

merged 80 commits into from
Oct 9, 2017

Conversation

pgebheim
Copy link
Member

@pgebheim pgebheim commented Oct 7, 2017

All database access, migrations and seeds moved into Knex.

This currently passes all tests using SQLite and the manual migrations.

@coveralls
Copy link

coveralls commented Oct 8, 2017

Coverage Status

Coverage decreased (-3.8%) to 20.449% when pulling 694c2b9 on feature/4017_knex into 127ad32 on master.

@coveralls
Copy link

coveralls commented Oct 8, 2017

Coverage Status

Coverage decreased (-3.8%) to 20.449% when pulling db49107 on feature/4017_knex into 127ad32 on master.

@tinybike
Copy link
Member

tinybike commented Oct 8, 2017

Looks good, merging!

});
});
export function syncAugurNodeWithBlockchain(db: Knex, augur: Augur, ethereumNodeEndpoints: EthereumNodeEndpoints, uploadBlockNumbers: UploadBlockNumbers, callback: ErrorCallback): void {
augur.connect(ethereumNodeEndpoints, () => startAugurListeners(db, augur, () => {
Copy link
Member

Choose a reason for hiding this comment

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

Needs the new .connect signature, will update locally and push.

@tinybike tinybike merged commit ffeee38 into master Oct 9, 2017
@tinybike tinybike deleted the feature/4017_knex branch October 9, 2017 23:50
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.

None yet

4 participants