-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
js(nostr): complete EventBuilder
#266
js(nostr): complete EventBuilder
#266
Conversation
EventBuilder
EventBuilder
8d8dc0c
to
5d1eec7
Compare
e991ed3
to
5688fa7
Compare
@rustedmoon Can you rebase? |
5688fa7
to
724ff11
Compare
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! There are some things to adjust/fix.
I noticed some issues with the CI. Now should be fixed in master
branch (make a rebase before commit fixes)
724ff11
to
d9998b7
Compare
50c8255
to
89179d8
Compare
- add missing `#[wasm_bindgen(constructor)]` - add missing `new` constructor - fix clippy
89179d8
to
3e15486
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 3e15486
Description
Complete
EventBulder
with missing constructorChecklists
All Submissions:
make precommit
before committingNew Features:
Bugfixes: