Nash
Nash
> It works but the app build is too slow and bundle is too large due to inclusion of react 16 just for the sake of the lib
@mentalrob Hello, did you figure the issue? I am getting the same issue as above. ``` ).accounts({ player: provider.wallet.publicKey, playerStats: playerStatsPDA, game: playerGamePDA, depositWallet: depositWallet, slotHashes: anchor.web3.SYSVAR_SLOT_HASHES_PUBKEY, }).rpc().catch((err) => {...
@mentalrob thanks for quick reply. Is it possible to share the workaround? @callensm Can we reopen this ticket?
> I get the slothash offchain and giving it to the program as a parameter oh okay, is there a way to validate/verify the hash sent from client offchain is...