Jonathan Silverblood

Results 20 comments of Jonathan Silverblood

I hadn't considered the compliactions of transactions in an array interacting with regards to their relayability. I'm fine with dropping the array part of this, and do it on a...

From what I can see, it's unclear if "allowed" (boolean) has a direct mapping. Perhaps it matches to isFutureMineable?

thanks @EchterAgo, I double-checked with BU and they will be updating the `validaterawtransaction` description to make it clear that `isValid` verifies more than just the signatures. They further clarified that...

I think for the vast majority of usecases, blockheight pagination will be sufficient. having a `max_blocks` to go with `from_height` would let the developer make sensible requests based on expected...

Well, it doesn't have to be automatic. In fact, I'd prefer it to be manual since automatic never does it the way I want to do it.

I've searched other issues and this seems to be the best place, so I'll just echo what's been said elsewhere - great job, openlauncher is definately my favourite, and if...

To address this problem: 1) create an ESM compatible version node.mjs file: ```js "use strict"; export * from 'ws'; ``` 2) Update the package.json file to replace: ``` "browser": "browser.js",...

@heineiuo consider this solution as an alternative that you can apply today: https://github.com/heineiuo/isomorphic-ws/issues/30#issuecomment-1594083966 Effectively keeping this as CJS, but exporting an equivalent ESM version separately for those that need it.

> > @heineiuo consider this solution as an alternative that you can apply today: [#30 (comment)](https://github.com/heineiuo/isomorphic-ws/issues/30#issuecomment-1594083966) > > Effectively keeping this as CJS, but exporting an equivalent ESM version separately...

If you have questions or want to chat for a bit with other developers working on this, feel free to join this discord chat: https://discord.gg/9kACN9t