Nash

Results 7 comments of 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...

@papb @Yaowenjie The solution provided by @cbogwill worked.

> @nash90: > I had the same issue. Try doing this instead: > > ``` > "dialectOptions": { > options: { "requestTimeout": 300000 } > }, > ``` Thanks, This...

> @cbogwill @nash90 > Yes, that works. I missed the `options` level. Thank you, all! By the way, that setting was in sequelize source code "lib/dialects/mssql/connection-manager.js" https://github.com/sequelize/sequelize/pull/11045/files#diff-3aa0e1a84e1c794951afaa682fde719dR60