dynst

Results 113 issues of dynst

https://github.com/bitcoinjs/bitcoinjs-lib/blob/248789d25b9833ed286c9ca4b9bfd93f099fd8a3/ts_src/address.ts#L15-L16 `@noble/hashes` is already in use. All 3 of these encoding libraries could be replaced by `@scure/base` by the same author.

Groundwork for #1004

Vitest has decent defaults so a configuration file may not even be required. Blocked on: #1809 & #1832 & #1833 #1004 Converting is easy now that `xit` is in use:...

Node.js 21 added and 22 enabled native `WebSocket` by default. https://nodejs.org/en/blog/announcements/v21-release-announce https://nodejs.org/en/blog/announcements/v22-release-announce https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API It looks like there aren't many choices for polyfills out there; Node uses `undici` natively so that's...

Completing what #1809 started. Probably replace jasmine with `vitest` in #1803 To do: - Remove any uses of the `fail()` global like https://github.com/cosmos/cosmjs/blob/8fb7421c573252f794c6de830c86c2aca20a6bb6/packages/tendermint-rpc/src/tendermint34/tendermint34client.spec.ts#L701 - And replace the numerous `pending()` calls...

https://github.blog/2023-04-19-introducing-npm-package-provenance/ https://docs.npmjs.com/generating-provenance-statements > - To publish a package with provenance, you must build your package with a supported cloud CI/CD provider using a cloud-hosted runner. Today this includes GitHub Actions...

Lays the necessary groundwork for #1804 `dist/` is the default output directory. https://tsdown.dev/options/output-directory debugging (Possibly blocked on #1816 to drop a use of `node:crypto` https://github.com/paulmillr/noble-hashes/commit/c7ad2078c1bfb302034d49390c8dd4e2a2a3417b) Or not. Found a workaround....

#1004 Blocked on #1758 #1785 #1805 #1833 And possibly a hilarious interaction with using yarn pnp instead of `node_modules/`. https://yarnpkg.com/getting-started/qa#does-yarn-support-esm https://github.com/yarnpkg/berry/discussions/4044#discussioncomment-11395531

These did nothing; the discriminator `type` member is on the base type for this exact reason.

https://github.com/cosmos/cosmjs/blob/67234a84d92bda47709784661f69a3a527311289/packages/stargate/README.md#L7-L11 This is what shows up on the NPM website and in the official documentation when a release is tagged and published, and it's fairly useless - it implies CosmJS...