hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
295 stars 127 forks source link

Refactor `c.h.n.app.statedumpers` to use only PBJ types #13928

Open tinker-michaelj opened 3 months ago

tinker-michaelj commented 3 months ago

Problem

I painstakingly preserved the mod state dumpers during removal of unused mono code; but they are based on an utter menagerie of types, including a once-more copied JKey, which was deprecated even in mono-service. 😂

Solution

Refactor all dumpers to use exclusively PBJ types.

Alternatives

No response