Closed torkelrogstad closed 6 days ago
I tested this locally on regtest, and got it to work. With this request:
# create_sidechain_proposal.json
{
"sidechain_id": 1,
"declaration": {
"v0": {
"title": "test",
"description": "test",
"hash_id_1": {
"hex": "0000000000000000000000000000000000000000000000000000000000000000"
},
"hash_id_2": {
"hex": "0000000000000000000000000000000000000000"
}
}
}
}
$ buf curl --protocol grpc --http2-prior-knowledge \
-d @create_sidechain_proposal_request.json \
http://localhost:50051/cusf.mainchain.v1.WalletService/CreateSidechainProposal
I was able to create the proposal, and through generating a block I got it onto the blockchain where it was picked up and processed by the validator.
TODO:
For testing this locally: