Morgan Metz

Results 21 comments of Morgan Metz

what's your code? currently trying to recreate this issue without making an entire game lol

im noticing i cant find a good way to create the file if its not found, tried using WB and just W: (sorry this is shitcode, im new to more...

Thanks @boorad, do you have any recommendations of what to do in the mean time? All other react-native libraries for RSA are immature and/or poorly documented. Many of which haven't...

To be perfectly honest, I have no idea where to start on that. not sure how to open the lib code in xcode before it compiles

@boorad I tried diving into the c++ and couldn't find the privateDecrypt or publicEncrypt functions. do you know where i should start?

To be honest, I have no idea. I believe, though, that it's the AES encrypt function.

The check issues are from a TypeError in `test_send_transaction_and_get_balance`: ```py # transfer_tx needs to be a VersionedTransaction. transfer_tx = Transaction().add( sp.transfer(sp.TransferParams(from_pubkey=stubbed_sender.pubkey(), to_pubkey=stubbed_receiver, lamports=1000)) ) sim_resp = test_http_client.simulate_transaction(transfer_tx) ``` the ``test_send_raw_transaction_and_get_balance``...

@thekesslereffect This issue *should* be solved by a combination of the `fs` library patch and a more recent umi version; if that still doesn't work, you can block `fs` in...

@mindrunner i'm trying to incorporate your code, but am having an issue when trying to use ``create_account_and_delegate_stake``. It seems i need to provide a stake account, even though the function...