python-api icon indicating copy to clipboard operation
python-api copied to clipboard

Cannot see transactions on devnet.solana.com

Open trinhx opened this issue 4 years ago • 2 comments

After running some of the code and receiving what looks like a successful response, looking up the transaction hash on devnet doesn't come up with anything.

{'jsonrpc': '2.0', 'result': '266m3pYNbEifjCAoTMcr4WCgbZSjd4wqtnQ5e2u35JL6dD9MWXESo34bpVEyCNxAk7J8PeG6b3pRHC2wAp7Jnvwz', 'id': 1}
>>> metaplex_api = MetaplexAPI(cfg)
>>> metaplex_api.deploy(api_endpoint, "A"*32, "A"*10)
cedEnGMpDiU38DmPokBxHFQnEm84UAPej2ZTLe1dTLe
{'jsonrpc': '2.0', 'result': '35EgjriuQFMVwejgo9jvDCx8veEgd3hPPVEmZe4V2L7aLh4re7nUqpKPQq8fLEguaffwqcAeAiwxLH7mGyoyNZoH', 'id': 2}
metaplex_api.topup(api_endpoint, "VtdBygLSt1EJF5M3nUk5CRxuNNTyZFUsKJ4yUVcC6hh")
kk'{"jsonrpc": "2.0", "result": "35EgjriuQFMVwejgo9jvDCx8veEgd3hPPVEmZe4V2L7aLh4re7nUqpKPQq8fLEguaffwqcAeAiwxLH7mGyoyNZoH", "id": 2, "contract": "cedEnGMpDiU38DmPokBxHFQnEm84UAPej2ZTLe1dTLe", "status": 200}'
>>> metaplex_api.topup(api_endpoint, "VtdBygLSt1EJF5M3nUk5CRxuNNTyZFUsKJ4yUVcC6hh")
{'jsonrpc': '2.0', 'result': '4WMYh6k2v3a8qw49MDG2fNRkW6D9CuGNv7KDvxSd2r2sRuEJLBpbToEbHpFYcdJsFoyxLsQB9ADC1Pfn1FvsNA8j', 'id': 2}
'{"jsonrpc": "2.0", "result": "4WMYh6k2v3a8qw49MDG2fNRkW6D9CuGNv7KDvxSd2r2sRuEJLBpbToEbHpFYcdJsFoyxLsQB9ADC1Pfn1FvsNA8j", "id": 2, "status": 200}'```

trinhx avatar Sep 06 '21 12:09 trinhx

Same

rhamnett avatar Sep 27 '21 19:09 rhamnett

Same issue here.

neorxna avatar Oct 27 '21 23:10 neorxna