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

♻️ Moved balance and validator query from account to world #3798

Closed greymistcube closed 1 month ago

greymistcube commented 1 month ago

Closes #3792.

♻️ The old scheme is no longer applicable as currency and validator set handling is done on IWorld layer instead of IAccount layer. This changes the API. Let's just hope this doesn't break anything. 😣

Also, we need more tests to see if the queries work on both an old state and a new state. 😥