Jure Grabnar

Results 13 issues of Jure Grabnar

When running google search plugin it automatically inserts text from clipboard (if it was copied with `CTRL+V`). However if I copy stuff from tmux, it still uses the old value....

[With the addition](https://github.com/paralink-network/paralink-node/pull/26) of `chain` parameter to `eth.function`, we should introduce `explorer` field in the `chain_config.json`. Right now etherscan is being queried for the ABI regardless of the chain that...

bug

The following integration tests are missing: - [ ] IPFS connectivity, - [ ] EVM connectivity, - [ ] Substrate connectivity, - [ ] test DB with a user model....

enhancement

Blocked by #29. Add endpoints for authentication with JWT: - `/api/auth` for authentication (username + hashed password), - `/api/auth/verify` whether JWT token is still valid, - `/api/auth/me` information about the...

enhancement
frontend

Add support for Edgeware Substrate chain. Useful links: - https://docs.edgewa.re/quickstart/set-up-a-full-node - https://github.com/ETeissonniere/substrate-nodeops - https://github.com/yangwao/substrate_playground

enhancement

Check [Moonbeam network](https://docs.moonbeam.network/), deploy Paralink contracts and add support for listening events from `paralink-node`.

enhancement

The [recently deleted file](https://github.com/paralink-network/paralink-node/blob/96e94d577eb55c3778eb6097caa6035dc896fbe2/src/network/accounts.py) for ETH keystore should be generalized to all chains. When user starts the node he should be prompted to enter the password to the keystore. The...

enhancement

A PQL definition could currently access data on the local network, which could potentially open up opportunities for certain vulnerabilities on the local network. Research the repercussions of not having...

Currently result of the event that is processed from the A chain, will be returned to the A chain. With `callback` field in PQL definition we can modify this behaviour...

enhancement

Currently we create a new connection every time we interact with it. This is because websocket objects cannot be pickled. We should create a global pool of connection that can...

enhancement