TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.04k stars 194 forks source link

Make sure we only call covalent once #3768

Closed dszlachta closed 3 weeks ago

dszlachta commented 3 weeks ago

This fixes Covalent being requested 8 times if --parts all is used. --parts all is unfolded to all "parts" that we support, there are 8 of them. Other providers that support only 1 general part (e.g. Key) clean that up, but Covalent provider was missing this logic.