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
Rewrite of borrowed accounts to make code cleaner and simpler.
Tasks:
Consolidate Borrowed Account API checks. All other wrapper borrowed account APIs (in instr context and txn context) should use the same borrowed account API. Borrowed Accounts API Consolidation #4306
Ensure that we're not missing any checks in the account access apis that Agave has
Simplify storage of account pubkeys and borrowed account pointers in instruction context. We should just store indices into the transaction context.
use function vtable to make borrowed accounts behave more like a class?
more stuff coming...
The text was updated successfully, but these errors were encountered:
Rewrite of borrowed accounts to make code cleaner and simpler.
Tasks:
The text was updated successfully, but these errors were encountered: