chevdor / subwasm

Subwasm is a cli utility to look inside a Substrate WASM Runtime. It can inspect and compare the metadata of Substrate based runtimes such as Polkadot or Kusama.
MIT License
62 stars 25 forks source link

Get rid of jsonrpsee #67

Closed AurevoirXavier closed 1 year ago

AurevoirXavier commented 1 year ago
  1. jsonrpsee is an overkill dep; reduce around 50+ deps in this PR
  2. accept wss without a port, no need to write rpc.polkadot.io:443 anymore, just rpc.polkadot.io
  3. we don't need async for just fetching one storage item from the node
  4. closes #47
chevdor commented 1 year ago

Thanks for the PR @AurevoirXavier