Skip to content

Testnet Option Not Working Due to Decommissioned Testnet #52

Description

@antonkazachenko

Hey there!

I added some code to log the raw response from the API, and to my surprise, I got a message saying the Cardano testnet network has been decommissioned. Here's the snippet where I logged the response in the AddressUTXOs function:

bodyBytes, err := io.ReadAll(res.Body)
if err != nil {
    return nil, err
}
bodyString := string(bodyBytes)
fmt.Println(bodyString)

And here's the message I got:
{"status_code":400,"error":"Bad Request","message":"Cardano testnet network has been decommissioned."}

I initially thought this was an issue with the library, but then I realized it was just the API response to my request. Maybe we could update the library or its documentation to give a heads up about the testnet situation? It could save others some time and confusion.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions