You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been doing a bunch of work to make the network and IBC vats durable. While doing that work, we've run into a few concerning comments that may need to be addressed before the network vat is ready for production
lport===port||Fail`Port does not match listener on ${localAddr}`;
lhandler===listenHandler||
Fail`Listen handler does not match listener on ${localAddr}`;
listeners.delete(localAddr);
},
asynconRevoke(_port,_localAddr,_protocolHandler){
// TODO: maybe clean up?
},
});
Expected behavior
These TODOs should be investigated to ensure that there isn't missing functionality/work that needs to be done. If we can launch with them in place, they should be replaced with issues tracking each item.
Platform Environment
all platforms since mainnet1B launch.
The text was updated successfully, but these errors were encountered:
@michaelfig The impact of these isn't clear to me. I'm going to have to interview you or @warner or somebody...
The loopback protocol ( prepareLoopbackProtocolHandler ) is mostly for testing, but it will be part of the network vat in production, right?
The onCreate body is marked TODO. We don't seem to be suffering from that.
Do I understand correctly that onCreate is an opportunity to do suff, but there is no obligation?
Describe the bug
We've been doing a bunch of work to make the network and IBC vats durable. While doing that work, we've run into a few concerning comments that may need to be addressed before the network vat is ready for production
To Reproduce
agoric-sdk/packages/network/src/network.js
Lines 207 to 213 in a253f74
agoric-sdk/packages/network/src/network.js
Line 270 in a253f74
agoric-sdk/packages/network/src/network.js
Lines 207 to 213 in a253f74
agoric-sdk/packages/network/src/network.js
Lines 531 to 579 in a253f74
Expected behavior
These TODOs should be investigated to ensure that there isn't missing functionality/work that needs to be done. If we can launch with them in place, they should be replaced with issues tracking each item.
Platform Environment
all platforms since mainnet1B launch.
The text was updated successfully, but these errors were encountered: