Marcus Pasell
Marcus Pasell
### Description ### Tests ### Monitoring - How will this change be monitored? Are there sufficient logs / alerts?
### Description Occasionally an attestation signature returned by our services will have less than 64 bytes. When recreating this signature logic, I didn't realize that meant it could have 63...
### Description Removes the feature flag for using SDK to send tips. Also fixes the polling to check for a tip to be indexed to not throw errors and actually...
### Description I believe this solves PAY-3184 as well - that bug seems to be somehow the purchase going through the claimable tokens program directly to the artist, bypassing the...
### Description Quick EntityManager implementation of recording track downloads across the network. Ideal solution would be to do this from content or discovery rather than the client, but this is...
### Description Also allows changing remix parent ### How Has This Been Tested? _Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration._
This one became a doozy: - Moves our "Web3Modal" to Reown AppKit (much prettier, more wallet support, allows removal of web3.js!) - Moves the ConnectedWallets modal out of the overloaded...
You can use this template for reporting bugs. Feel free to remove parts that are not relevant, or just write something free-form if you prefer. ## What did you do?...
Creating a memo instruction with a given message should use that message's bytes as-is, not prepend it with the byte length.