none of the abi from the database does not fully coincide with what api gives (2 times less in size than api gives)
+
I overloaded the get_raw_code_and_abi method in the JsonRpc class (eosjs library) in order to parse abi from the database — an error from the database, and with data from http api ( https://github.com/EOSIO/eos/blob/master/plugins/chain_plugin/chain_plugin.cpp#L1678 ) everything is OK
chain: jungle 1) payload in db:
2) payload from api:
none of the abi from the database does not fully coincide with what api gives (2 times less in size than api gives) + I overloaded the
get_raw_code_and_abi
method in theJsonRpc
class (eosjs library) in order to parse abi from the database — an error from the database, and with data from http api ( https://github.com/EOSIO/eos/blob/master/plugins/chain_plugin/chain_plugin.cpp#L1678 ) everything is OK