Antonio

Results 32 issues of Antonio

- It's now also possible to simply pause a BKPeripheral instance, keeping the info about all the connected BKCentrals. - It's now possible to look for multiple BKCharacteristic associated with...

Hello. I have to say that I have spent several hours trying to figure out the reason of the problem. Basically, I was trying to configure everything in a yaml...

Hello people! We at KILT, a digital identity infrastructure, are undertaking a big effort in trying to build a trust layer for assets by leveraging our existing trusted identity infrastructure....

Hello! Let's assume the following scenario: an electric vehicle (EV) wants to charge at a charging station (CS). In order to do so, both the EV and the CS need...

Apparently the signer does not support or it is not fully compatible with raw payload signing. I have had issues in two different cases, with my wallet-managed account linked to...

research needed
hot side

When trying to run any command from within `rust/generate_message`, like `cargo run load_metadata -n westend`, I get the following error: ``` Error: "Fetching error. Could not make rpc call at...

documentation
research needed
hot side

## fixes KILTProtocol/ticket#2029 This PR introduces the following components: - A new `crates` folder which contains additional crates we work on and might want to offer to the community. In...

This PR fixes https://github.com/KILTprotocol/ticket/issues/1884. Nevertheless, this new approach requires, on the SDK, the creation of two different DID signatures for the creation operation now, in case details other than the...

✋on hold
🛑 dont-merge

This PR fixes https://github.com/KILTprotocol/ticket/issues/1897. It is based on top of https://github.com/KILTprotocol/mashnet-node/pull/350, as they are meant to be considered two parts of the same solution. ## What it does In short,...

✋on hold

This PR fixes https://github.com/KILTprotocol/ticket/issues/1893. ~~The idea is to declare a `LifecycleHandler` for each of the pallets, which basically allows third parties to monitor the key events for each pallet.~~ ~~The...