dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

only tx with a promise if need to skip ahead and resolve something #97

Open inverted-capital opened 2 years ago

inverted-capital commented 2 years ago

Currently @@PROMISE is transmitted every time the chain wants to reply later, but this should only be done if there are subsequent requests that the chain wants to settle.

Receiving only information that the request is pending carries so little value that it does not seem worth the resources.