stellar-deprecated / stellard

INACTIVE. Server in the Stellar network. Maintains the distributed ledger. Introduces and validates transactions. This repo is not in active development, it is being replaced by stellar-core.
Other
271 stars 60 forks source link

Fetch failed transactions from cache when possible #174

Closed MonsieurNicolas closed 9 years ago

MonsieurNicolas commented 9 years ago

Don't bother submitting transactions that failed during consensus.

This allows to retrieve proper return code in cases transactions could be applied to the open ledger but failed at consensus time

addresses issue #173

MonsieurNicolas commented 9 years ago

branch had a merge conflict with other changes on master, I rebased it