-
## What is the Problem Being Solved?
In `dapp-offer-up`, we have tests for **_bundling_** a contract and **_building_** a proposal (`test-bundle-source.js`) and (`test-build-proposal.js`). It doesn't…
-
## Overview
We are currently considering different approaches for managing the relationship between the Outbox and gas payments. After thorough examination, it seems that a very simple Minimum Viable…
-
Thanks for creating the offchain-storage module.
Basically, any full nodes will store the 'data_id' and their correspongding `data`. It is possible for a full node to read the data even with an "Av…
-
### Problem statement
Substrate bridge requires a node with these parameters.
The binary could be build from rococo_v3 branch (https://github.com/sora-xor/sora2-parachain/tree/rococo_v3)
### Descrip…
-
Inspired by [ton network highload v3 wallet type][1]
Currently, we record the transaction hashes for replay protection, which is quite heavy. One alternative solution is to let the user provide an …
-
Agent Oraclization, or the ability to allow third party smart contract to use SingularityNET services (hosted offchain) as oracles, requires changes in the platform-contracts (singnet/platform-contrac…
-
What is PlutusData (toData and fromData) meaning for all Prelude types?
https://github.com/mlabs-haskell/lambda-buffers/blob/26adebd13cb97900cec7fe66cb1dd11977ba77ed/libs/lbf-plutus/Plutus/V1.lbf#L…
-
Inherent extrinsics, are extrinsics that are injected into a block by the block author. Inherents are checked by other nodes in the network for general sanity constraints, but ultimately accepted as t…
-
There are 3 key aspects for a Cardano offchain library in Elm.
1. Wallet connection with CIP30 and CIP45
2. Building, submitting, watching transactions
3. A simulation environment to help end-to-…
-
Currently, when creating an account, the permissions assigned to the macaroon that is created for the account are:
```
"info:read",
"invoices:read",
…