lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

The Solana assertion protocol

Results 21 lighthouse issues
Sort by recently updated
recently updated
newest added

I thought your name could use a refresh. Please don't ask me to change it because it took a long time. I changed every word by hand!

I built this tiny `program` a long time ago, I think you can add its content into `lighthouse`: https://github.com/ohaddahan/solana-sandwich/tree/master It can be used by `protocols` to ensure no one is...

### PR - Clean up evaluate macros, reducing their complexity, move log logic into `AssertionResult` implementation. - Improve program owner checks for token (duplicate checks) and mint assertions. - Create...

### PR - Use unsigned LEB128 encoding in conjunction with borsh to reduce instruction data overhead for instructions with offsets and lengths called a `CompactU64`. - Use unsigned LEB128 encoding...

### PR - New program version of program being deployed `L2TExMFKdjpN9kozasaurPirfHy9P8sbXoAN1qA3S95`. - Implement vscode scripts to step-through debug rust tests. - `AssertAccountDataMulti` instruction. - Add new log levels, which only...

- tests/lighthouse/tests/suites/assert/logs.rs - Waiting for BankClient fixes (https://github.com/anza-xyz/agave/pull/1504) to deserialize actual payload

### Overview I'm experiencing type conflicts when using lighthouse-sdk-legacy in my project. The issue stems from @metaplex-foundation/umi being declared as a regular dependency in your package.json: https://github.com/Jac0xb/lighthouse/blob/cfdaeafedc72b990b71a323a650ccc3400133fea/clients/js/package.json#L35 This causes npm...

Hey! Sorry if this is not the place, Jacob told me to ask here about why a transaction would fail. So I have this TX: https://solscan.io/tx/5NSH3J3zt5xSndALKWDxk7hsnEaMPHJrA21p193CnnzBpKjbE8iNkREm7VEH9N2pC83t8VAtH5YcSpBcjexfEycy?cluster=devnet (note that it is...