Closed contrun closed 2 weeks ago
Currently we always assume that the chain actor is alive. Since the chain actor is dependent on service from outside. We can't really be sure if the outside rpc service is always alive. We must make this more resilient.
This commit makes it more explicitly that which places we made the assumption of chain actor never dies. https://github.com/contrun/ckb-pcn-node/pull/64/commits/3288571a7d8e1c4379306d2f5e86d311e7886812
expect
ckb::funding
ckb::contracts
This issue is not resolved yet. #303 only replaces unwrap with expect.
Close for now. Future works depend on user reporting.
Currently we always assume that the chain actor is alive. Since the chain actor is dependent on service from outside. We can't really be sure if the outside rpc service is always alive. We must make this more resilient.
This commit makes it more explicitly that which places we made the assumption of chain actor never dies. https://github.com/contrun/ckb-pcn-node/pull/64/commits/3288571a7d8e1c4379306d2f5e86d311e7886812
expect
inckb::funding
: #307expect
inckb::contracts