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

Add BlockAction flag to ActionContext #3764

Closed limebell closed 2 months ago

limebell commented 2 months ago

Previously ActionContext.BlockAction was determined by nullability of TxId field, became to take argument directly.

Fixed bug where TxActions' signer was block's proposer, not tx's.

Skips changelog because all API changes are internal.