adamritter / nostr-relaypool-ts

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency
https://www.npmjs.com/package/nostr-relaypool
MIT License
63 stars 17 forks source link

Upgrade nostr-tools to v1.7.4 #36

Closed alexgleason closed 1 year ago

alexgleason commented 1 year ago

The latest nostr-tools includes important fixes for Deno which also affects this package.

adamritter commented 1 year ago

I had to revert it because it breaks the tests. At the same time of course we should upgrade nostr-tools

adamritter commented 1 year ago

Merged again with ignoring type arrors about sig missing (which can be optionally deleted)

adamritter commented 1 year ago

Also I released nostr-relaypool 0.5.14 with the change

alexgleason commented 1 year ago

Thank you!