Squirrel

Results 243 comments of Squirrel
trafficstars

As Joe points out we could change AssetId from `u32` to a hash (`[u8; 32]`) and then we don't need to know the specifics of whether it's a (MultiLocation,AssetId) pair...

Given that we're pushing more people to use state Call on the grounds that runtime api calls are on-chain upgradable (unlike rpc calls), we really do need to include them...

No but RPCs were never on chain upgradable so this is very much an awesomeness unlock. On Thu, 21 Jul 2022 at 16:29, Alexander Theißen ***@***.***> wrote: > I agree....

Good to know - I will talk this through with the guy packaging the python side of things. I’ll try and see if I can get an open source repro....

we're going to need this also - rust devs seem pretty keen on your plugin, so I might look into the rust-test-lens code. Both MIT licenses so happy days. (Expect...

Feel free to give it a go. I think the first PR is in the rustc pr - having a cut down pr that just adds in the hash when...

+1 - in my case I'd be happy storing and retrieving &[u8]

that's nicer than turning off hashing. It also wasn't clear how one imports js file as a module. Ah maybe a copy tag and a script tag - that would...

With everything being a module but all the modules being done by filename with hashes in it seems really hard for rust to call js and js to call rust....

Ye gods it's not easy to pull in a deno/nodejs package and try and use it from rust. An example would be amazing as for rust people it's really really...