solathon icon indicating copy to clipboard operation
solathon copied to clipboard

Add: Repr to all type objects

Open GitBolt opened this issue 1 year ago • 3 comments

Right now, most of the objects do not have a repr method, and hence when they are printed, the object is printed without any meaningful info.

I have added repr to some classes in this section of this commit: https://github.com/SuperteamDAO/solathon/commit/163e2332c6f4fae39aa751853fa91ca9e039a03a#diff-1eb89ae756d42de1fd915f6f4ad348bc01edf78519a3e788c7aae9b723c86ff2

All other classes need to have a similar method as well.

GitBolt avatar Jan 25 '24 09:01 GitBolt

Is someone working on this?

nithinexe avatar Apr 08 '24 10:04 nithinexe

Nope! If you want, feel free to take it up @nithinexe!

GitBolt avatar Apr 08 '24 10:04 GitBolt

Cool, would you assign? or i can start working.

nithinexe avatar Apr 08 '24 10:04 nithinexe

Hi @GitBolt, I would like to contribute to this issue.

A91y avatar May 25 '24 22:05 A91y

Assigned to you as well! @A91y

GitBolt avatar May 26 '24 00:05 GitBolt