Jeremy Bokobza
Jeremy Bokobza
The crosschaintransferStore keeps a record of all the deposits found on the counter chain. But it looks like it starts processing blocks from the genesis and builds some kind of...
Create and publish nuget package for https://github.com/stratisproject/FederatedSidechains/tree/master/src/Stratis.FederatedPeg.Features.FederationGateway
This class is big and devoid of logs. We need to - simplify it - add unit tests - add more logs
The wallet gets in a state where the coins are unconfirmed, but the mempool is empty, meaning that nothing has been broadcasted. I believe this is due to the CrossChaintransferStore...
We need to put aside some time to integrate sidechains and smart contract as well as test the integration.
Update the wallets to work with the mainchain and a sidechain. Currently the wallets are located in https://github.com/stratisproject/FullNodeUI/tree/sidechains-ui
This corresponds to item 5 in User Flow in https://github.com/stratisproject/FederatedSidechains/issues/79. Dependencies: https://github.com/stratisproject/FederatedSidechains/issues/80, https://github.com/stratisproject/FederatedSidechains/issues/81, https://github.com/stratisproject/FederatedSidechains/issues/83. At the end of the Network Generation process, we should have: - projects created for Networks...
Create an executable that a user can run and be presented with a web page to populate with a bunch of fields. This task is done when - a web...
From the Network Generation tool created [here](https://github.com/stratisproject/FederatedSidechains/issues/80), the data needs to be validated and if validation is successful, the tool will mine genesis blocks, compile multisig addresses, and create projects...