hashgraph / hedera-services

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

Refactor decoding of V1 vs V2 contract signatures #6559

Open david-bakin-sl opened 1 year ago

david-bakin-sl commented 1 year ago

Decoding of V1 vs V2 system contract signatures is a bit messy and spread over multiple files, making it hard to study and maintain.

Move things around so that they're more clearly understood. Possibly preparatory to generating the source automatically from our Solidity contracts (in the smart contracts repo).

Nana-EC commented 1 month ago

Wait on build improvements to include solidity ABIs Then apply in a modular format