Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add block explorer links #247

Merged
merged 4 commits into from
May 13, 2021
Merged

Add block explorer links #247

merged 4 commits into from
May 13, 2021

Conversation

jholdstock
Copy link
Member

  • Add block explorer links for ticket hash, fee address and fee tx hash.
  • Add a formatted date/time for fee expiration rather than only showing unix timestamp.

Closes #245

params.go Outdated
}

var simNetParams = netParams{
Params: chaincfg.SimNetParams(),
DcrdRPCServerPort: "19556",
WalletRPCServerPort: "19557",
BlockExplorerURL: "https://dcrdata.decred.org",
Copy link
Member

@dnldd dnldd May 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since there isn't a simnet block explorer, a placeholder here would do. Ellipses?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@jholdstock jholdstock merged commit 0936e09 into decred:master May 13, 2021
@jholdstock jholdstock deleted the urls branch January 25, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Links to block explorer
2 participants