Proph3t
Proph3t
Addresses #54.
Hello there! For some reason, I'm intermittently getting errors when running `anchor test` on the untouched code that's created by anchor init. [Michael has run into the same error](https://discord.com/channels/889577356681945098/889577399308656662/1155186444701282304). When...
Today, when you log an `anchor.BN` or an object that contains one, you see the hex representation of the number. Example: ``` { balance: , mint: 0, nonce: 2 },...
The [instruction coder](https://github.com/coral-xyz/anchor/blob/eea252d725998bedd743fa650056e71fd4fcdd81/ts/packages/anchor/src/coder/borsh/instruction.ts#L59-L73) currently validates that the instruction name you're passing exists, but not that all of the fields are there. While writing my tests, I made this mistake: ```ts...
Hello, if anyone's out there :wave: I'm not sure if anyone uses this repo in production but it still seems like a repo that people use to learn Anchor, judging...
For some reason, yarn is pulling an old version of `xnft`, which gives the error described [here](https://github.com/coral-xyz/xnft-quickstart/issues/44). This specifies the version so that the error goes away.
It would be nice if Orca provided a TWAP oracle, as Uniswap V2 and V3 do.
Whenever I try to use `warpToSlot`, I get the following error: ``` thread '' panicked at 'calculate_accounts_hash_with_verify mismatch. hashes: 3e1af2aBJsWEsBxeeqZBewv9oh2FXU9ed8ZL3MMWjFV6, GKot5hBsd81kMupNCXHaqbhv3huEbxAFMLnpcX2hniwn; lamports: 3000052405250674, 0; expected lamports: Some(3000026458271954), data source: IndexForTests,...
in case this repo is still maintained, I get this error from my frontend: ``` Warning: OrderBook: Support for defaultProps will be removed from function components in a future major...