scale.rb icon indicating copy to clipboard operation
scale.rb copied to clipboard

Ruby SCALE Codec Library & Substrate Client

Results 13 scale.rb issues
Sort by recently updated
recently updated
newest added

It's currently impossible to connect to kusama/polkadot networks since there is no support for latest metadata.

``` // http "localhost:8080/worker/transferHash" hash=0xe538bc7a849674eee8a80e13e7d3ef16848884378860d1e15fa7bd5f26fc09e0 server.post("/worker/transferHash", async (request, reply) => { let { pay, hash } = request.body let wsProvider = new WsProvider('wss://rpc.polkadot.io'); if(pay == 'dot') { wsProvider = new...

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...

dependencies
rust

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...

dependencies
rust

Bumps [zeroize_derive](https://github.com/RustCrypto/utils) from 1.0.1 to 1.3.2. Changelog Sourced from zeroize_derive's changelog. Changelog All notable changes to this project will be documented in this file. The format is based on Keep...

dependencies
rust

Was on old interface - has been updated to keyword arguments.