CosmWasm / wasmd

Basic cosmos-sdk app with web assembly smart contracts
Other
366 stars 398 forks source link

Missing root_v2.go file #1901

Closed ComputerKeeda closed 2 months ago

ComputerKeeda commented 3 months ago

Hello,

I am currently exploring the wasmd repository and have come across references to a file named root_v2.go. However, I am unable to locate this file within the repository.

Could you please provide some guidance on where root_v2.go is located, or if it has been moved or deprecated? Any information or clarification would be greatly appreciated.

Thank you for your assistance!

pinosu commented 3 months ago

Hey @ComputerKeeda, could you share the reference where root_v2.go is mentioned?

chipshort commented 2 months ago

It's mentioned in encoding.go and root.go. I poked around in the git history a little, but didn't see any root_v2 file.

pinosu commented 2 months ago

Hey @ComputerKeeda , it is a reference to the deepinject implementation tracked in #1286 that unfortunately has been blocked for some time. We will support deepinject in future releases, so at the moment you can ignore the reference. I will close this issue because you can follow the deepinject support in the issue mentioned above.