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

fix: use dht selectors and validators from interfaces #74

Merged

Conversation

vasco-santos
Copy link
Member

@vasco-santos vasco-santos commented Apr 21, 2021

@vasco-santos vasco-santos force-pushed the fix/use-dht-selectors-and-vaidators-from-interfaces branch 2 times, most recently from 5a20167 to 31bf99a Compare April 21, 2021 15:27
@vasco-santos vasco-santos force-pushed the fix/use-dht-selectors-and-vaidators-from-interfaces branch from 31bf99a to 4d6cca7 Compare April 21, 2021 16:35
async _selectRecord (receivedRecord, currentRecord) {
const res = await this._validator.select(receivedRecord, currentRecord)
async _selectRecord (key, records) {
const res = await this._validator.select(key, records)
Copy link
Member Author

Choose a reason for hiding this comment

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

@vasco-santos vasco-santos marked this pull request as ready for review April 22, 2021 07:49
@vasco-santos vasco-santos merged commit 06c80ca into master Apr 22, 2021
@vasco-santos vasco-santos deleted the fix/use-dht-selectors-and-vaidators-from-interfaces branch April 22, 2021 12:42
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.

2 participants