girazoki
girazoki
It adds a new fungibles trait to inspect roles for assetIds. In particular it adds getters for `owner`, `issuer`, `freezer`, `admin`
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...
### 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...
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...
Source: [https://www.chards.co.uk/data/update-prices?full=false¤cy=eur] Script: ```js const chards = new Witnet.Source("https://www.chards.co.uk/data/update-prices?full=false¤cy=eur") .parseMapJSON() .getMap("gold") .getFloat("gram") .multiply(1000) .round() ``` Error: > `RadError` cannot be converted to `RadonError` but it should, because it is needed...
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
[log.txt](https://github.com/witnet/witnet-rust/files/5208069/log.txt)
The goal is to aggregate BLS signatures using the library in https://github.com/witnet/bls-signatures-rs and the scope defined in #1176.