planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
505 stars 139 forks source link

Remove `IActionContext` typed parameter from `IWorld.TransferAsset()` #3797

Open greymistcube opened 1 month ago

greymistcube commented 1 month ago

After #3789, this is no longer required. The downside would be that if one wants to keep backward compatibility with a single dll, the old behavior must be implemented on the client side's IAction (which should be technically possible but rather cumbersome). 😐