Highlights
- Pro
Block or Report
Block or report jimbojw
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
node-zmq-talk Public
Building Distributed Systems with Node.js and ØMQ --- a talk for Node.js in the Wild
-
seed-picker-solitaire Public
Generate a BIP39 seed phrase offline using an ordinary deck of playing cards.
255 contributions in the last year
Less
More
Contribution activity
May 2023
Created 114 commits in 2 repositories
Created 2 repositories
- jimbojw/nips
-
jimbojw/memorelay
TypeScript
•
Built by
Created a pull request in jimbojw/memorelay that received 1 comment
Add linting and testing to build and ci
Adds ESLint for linting code, jest for unit testing, prettier for code formatting, and related configuration to run from npm locally and in GitHub …
+6,990
−1,262
•
1
comment
Opened 16 other pull requests in 2 repositories
jimbojw/memorelay
15
merged
- Implement NIP-20 command results
- Implement NIP-09 event deletion
- Implement end-to-end command line tests
- Correct order of subscribe operations and implement filter limit
- Implement NIP-11 relay information document
- Document how to use/develop memorelay in README.md
- Make command line server configurable
- Implement WebSocket server
- Implement subscriptions
- Attempting to get semantic-release to update package.json
-
Implement
matchFilters()
method on Memorelay - Attempt to fix semantic-release package.json version issue.
- Develop rudimentary Memorelay API
- Reverting previous CI attempt to make reusable workflows.
- Adding permissions to release job from main workflow.
nostr-protocol/nips
1
merged
Reviewed 1 pull request in 1 repository
nostr-protocol/nips
1 pull request
Created an issue in jimbojw/memorelay that received 4 comments
package.json
version not updated by semantic-release
Currently, when semantic-release
runs from the Release GitHub Action, it generates a CHANGELOG and includes the dist/
directory artifacts, but it f…
4
comments
Opened 33 other issues in 2 repositories
jimbojw/memorelay
19
open
13
closed
- Switch to express-style middleware implementation
- Reject duplicate deleted events
-
Honor
limit
field ofREQ
filter if specified - Make stored message sweep asynchronous
- Support SSL
- Create docker container imagae
- Make classes importable in TypeScript
- Implement NIP-50 search capability
- Permit dynamic configuration by private message
- Implement NIP-45 event counts
- Implement NIP-42 authentication
- Implement NIP-40 expiration timestamp
- Implement NIP-33 parameterized replaceable events
- Implement NIP-26 event delegation
-
Implement NIP-22 event
created_at
limits - Implement NIP-20 command results
- Implement NIP-18 reposts (enforcement)
- Implement NIP-16 event treatment
- Implement NIP-13 proof of work
- Implement NIP-12 generic tag queries
- Implement NIP-11 relay information document
- Implement NIP-09 event deletion
- Check commit format on precommit
- Make command line server configurable
- Implement end-to-end integration tests for command-line server
- Some issues not shown.