bmresearch / Solnet

Solana's .NET SDK and integration library.
https://blockmountain.io/Solnet
MIT License
319 stars 128 forks source link

Fix to MessageBuilder. #404

Closed tiago18c closed 2 years ago

tiago18c commented 2 years ago
Status Type ⚠️ Core Change Issue
Ready Bug/Refactor No [Link]()

Problem

Message builder would introduce bad account index without warning.

Solution

Throwing Exceptions when the account index is not found. Fixed MessageBuilder performance - no longer encoding / decoding all keys between binary and b58.