smartcontractkit / near-protocol-contracts

MIT License
26 stars 8 forks source link

Rework the chained promises #8

Open mikedotexe opened 4 years ago

mikedotexe commented 4 years ago

The chained promise_then calls in fulfill_request need to be separated as they will not stop execution upon failure. Reorder these into separate functions.