-
Notifications
You must be signed in to change notification settings - Fork 86
Deploy not working #25
Comments
can you provide your code? which solana-py version are you using? |
i actually used your fork. let me bring it up! im just trying to even generate an account and airdrop and none of it works. not sure what else to do. the client returns None for value when i print too. `import base58 account = Keypair() cfg = {"PRIVATE_KEY": base58.b58encode(account.secret_key).decode("ascii"), "PUBLIC_KEY": str(account.public_key), "DECRYPTION_KEY": Fernet.generate_key().decode("ascii")} result = api.api_deploy(api_endpoint, "A"*32, "A"*10) |
@crypt0miester any help would be great |
try changing secret_key to seed in account keypair. sorry I am on mobile. @gweinz |
checkout the latest pr readme btw. try the code from there. |
It appears the deploy function is no longer working as the test_api.py is failing and returning a 400 status response on deploy calls. anyone have a fix to this or as to why it might be happening?
The text was updated successfully, but these errors were encountered: