Pepo

Results 86 issues of Pepo

Add readme files to run the Web2, Ethereum and Kusama providers.

Expose the binary address in the polkadot.connection to be able to use it for safe comparisons, for example with the addresses fo the council, which are returned in binary.

kusama

`api.query.identity.identityOf(account.address).at(blockHash)` throws with `.at is undefined` Review how to get the user identity fields at a given block. If this is not possible, then this is a red alarm. Looking...

Explore if it is possible to read the identity module of all council members in a single RPC call using [multiqueries](https://polkadot.js.org/api/start/api.query.multi.html).

Add a home page where the current user can see all spaces to which he has access. If the user is not logged he would see all publicRead wikis. If...

Add an endpoint to the uprtcl endpoint to get all the perspectives to which a user canRead. This includes publicRead perspectives. The server should consider only perspectives with custom permissions.

We need to keep, next to the `ecosystem` edges the `children` edges. The `children` edges refer to the immediate children of an object, this, the `ecosystem` edges can be seen...