AntelopeIO / spring

C++ implementation of the Antelope protocol with Savanna consensus
Other
10 stars 5 forks source link

Remove fc dynamic_rethrow_exception #1031

Closed heifner closed 1 week ago

heifner commented 2 weeks ago

Remove fc::exception::dynamic_rethrow_exception. To work correctly dynamic_rethrow_exception requires registration via FC_REGISTER_EXCEPTIONS which was never done for any of the eosio::chain defined exceptions.

Since this feature never has worked as expected for eosio::chain defined exceptions, remove it to avoid confusion.

Resolves #980

ericpassmore commented 6 days ago

Note:start category: System Stability component: Internal summary: Improved support for eosio::chain defined exceptions by removing dynamic-rethrow-exception Note:end