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

BIP 0133 #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

BIP 0133 #81

wants to merge 1 commit into from

Conversation

atticoos
Copy link
Contributor

Adds support for BIP 0133 feefilter message.

feerate is an 8 byte payload, and now added to the known messages

Copy link
Owner

@mappum mappum left a comment

Choose a reason for hiding this comment

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

Thanks for the PRs, I appreciate you keeping this repo up to date! It's cool to see the recent changes in the protocol.

src/messages.js Outdated

// BIP 0133
feefilter: struct([
{name: 'feerate', type: types.buffer8}
Copy link
Owner

Choose a reason for hiding this comment

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

Don't mean to nitpick, but I'd like if you added some spacing in the object to keep it consistent with the rest of the file :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ofc, I was monkey patching locally when playing with the peer network and decided to PR without cleaning up 😛

@mappum
Copy link
Owner

mappum commented Dec 11, 2017

BTW, I'll try to figure out what's wrong with the browser tests.

@atticoos
Copy link
Contributor Author

Code style updated

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