Skip to content

BIP 0133#81

Open
atticoos wants to merge 1 commit into
mappum:masterfrom
atticoos:bip-0133
Open

BIP 0133#81
atticoos wants to merge 1 commit into
mappum:masterfrom
atticoos:bip-0133

Conversation

@atticoos
Copy link
Copy Markdown
Contributor

Adds support for BIP 0133 feefilter message.

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

Copy link
Copy Markdown
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.

Comment thread src/messages.js Outdated

// BIP 0133
feefilter: struct([
{name: 'feerate', type: types.buffer8}
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Owner

mappum commented Dec 11, 2017

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

@atticoos
Copy link
Copy Markdown
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