girazoki

Results 21 issues of girazoki

It adds a new fungibles trait to inspect roles for assetIds. In particular it adds getters for `owner`, `issuer`, `freezer`, `admin`

A0-pleasereview
B0-silent
C1-low 📌
D3-trivial 🧸

Currently there is no way that I know of to programatically mesaure the weight a xcm message will consume in a given chain (e.g., through polkadot-js). I think this would...

We are facing a current limitation in Moonbeam with the xcm-executor. We want to be able to execute the `Transact` instruction with our pallets but we are encountering a problem...

### What does it do? This PR goes through a extensive refactor on the XCM-transactor pallet. **The main goal of this PR is to allow users and SC to use...

A0-pleasereview
B7-runtimenoteworthy
D2-breaksapi
D9-needsaudit👮

### What does it do? Adds xcm-utils precompile to runtime at address `0x000000000000000000000000000000000000080b`. For now it has a single method, `multilocationToAddress` which returns the account derived from a particular ML...

A0-pleasereview
B7-runtimenoteworthy
D5-nicetohaveaudit⚠️

Launch does not support anymore passing a paraId flag. This makes more difficult to run multi-parachain scenarios to test XCM. This PR adds it such flag to our launch tool...

B0-silent
D3-trivial

Source: [https://www.chards.co.uk/data/update-prices?full=false&currency=eur] Script: ```js const chards = new Witnet.Source("https://www.chards.co.uk/data/update-prices?full=false&currency=eur") .parseMapJSON() .getMap("gold") .getFloat("gram") .multiply(1000) .round() ``` Error: > `RadError` cannot be converted to `RadonError` but it should, because it is needed...

bug 🐜
UX / DX 🙋
phase 2 allocation

Currently the bridge node shows an error when retrieving the data request 0. We should discuss how to deal with these kind of errors and decide how to show them

assessment 🧐

The goal is to aggregate BLS signatures using the library in https://github.com/witnet/bls-signatures-rs and the scope defined in #1176.

bridge 🌉
security 🛡️