Gabriel Garrido Calvo
Gabriel Garrido Calvo
Hi @grandbaiyi , We didn't get time to research much about it but my understanding is that you need to: 1. Integrate Cosmos-SDK 2. Implement the IBC protocol 2.1 Connectivity...
As far as I can see this feature is still in an experimental mode. Most likely we will wait till it is considered as part of the mainstream features to...
I am going to take over of this. The approach I am taking is to include validator set as part of a smart contract
Hi @liuqihang You can run as many local nodes as you wish but you have to manually specify different ports for each of the connectivities across inner services and across...
Hi @liuqihang I am not sure of what is your issue. Are you trying to create a private network using lightchain? If so, you need to create your own: -...
as fas as I can see there is only one incorrect step, when you added the `persistent_peers` at the `consensus/config/config.toml` you have to cross the peers in order to find...
Test code ```js const { providers } = require("ethers"); const BlocksToScan = 6001; // Relayers re-register to the hub every 6000 blocks const hubContractAddress = "0x511bed1c29bc163c96b7d4dde28c7e0590aa44f5"; (async () => {...
I came across same issue, but it appears to be an error caused by trying to install [`node-gyp`](https://github.com/hypery2k/galenframework-cli/issues/5) with sudo permissions, running same command without sudo I got a permissions...
Hi @Ferparishuertas Thanks for the super quick reaction. I have been doing a quick research and the issue can be sort out by upgrading lombrok to v1.18.2 too. I tried...
I have been reviewing the BREAKING CHANGES of the intermediate lombok version (from 1.16.20 to 1.18.2) and it appears to not being affecting this project [CHANGE LOGS](https://projectlombok.org/changelog.) BUT, apparently the...