You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So according to my understanding you can call system contracts and their entrypoints from your own smart contract. If someone wants or needs to track them (for any kind of analysis, statistics, notifications etc.) currently this can be achieved only by reverse engineering and lots of try & error and it always has the potential to fail because of other undocumented ways of doing the same thing in different ways.
I also heard from other developers that parsing transforms is a big challenge because so many things aren't publicly documented.
The text was updated successfully, but these errors were encountered:
The following deploy was an undelegation:
https://cspr.live/deploy/786ee3fea3ece2d9914c8556bd7948c3a1962a84dd8b9d336f3180b300847e89
But it is very hard to detect because according to an CL engineer at Discord this is the solution:
Browsing the transform we can see this indicating it is a undelegation.
So according to my understanding you can call system contracts and their entrypoints from your own smart contract. If someone wants or needs to track them (for any kind of analysis, statistics, notifications etc.) currently this can be achieved only by reverse engineering and lots of try & error and it always has the potential to fail because of other undocumented ways of doing the same thing in different ways.
I also heard from other developers that parsing transforms is a big challenge because so many things aren't publicly documented.
The text was updated successfully, but these errors were encountered: