wen-community / wen-program-library

Apache License 2.0
90 stars 20 forks source link

bugfix(program): Fix AccountNotInitialized Error for token accounts #95

Closed sunguru98 closed 3 months ago

sunguru98 commented 3 months ago

This PR focusses the fix for the following errors

  1. Error code 3012 AccountNotInitialized for all payment based token accounts for royalties.
  2. A memory drop bug that caused when calling modify_royalties instruction
  3. Cleanup filter on addresses for additional_metadata when calling modify_royalties instruction
  4. Updated tests and sale program to specifically showcase a seperate token program.