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

Simple blockchain explorer views for Skycoin #248

Open
7 tasks
olemis opened this issue Nov 15, 2019 · 0 comments · May be fixed by #340
Open
7 tasks

Simple blockchain explorer views for Skycoin #248

olemis opened this issue Nov 15, 2019 · 0 comments · May be fixed by #340
Assignees
Labels
explorer Blockchain explorer qml_models QML models to connect to core interface skyfiber SkyFiber altcoin plugin stdev wip Work in progress
Milestone

Comments

@olemis
Copy link
Contributor

olemis commented Nov 15, 2019

Feature description

Blockchain block explorer

Is your feature request related to a problem? Please describe.
It is not possible to see blocks and corresponding transactions

Describe the solution you'd like
Choose coin and display blocks list . Zoom details and navigate up to transaction level.

Additional context
The following web sites can be considered as reference

Transaction details should have been implemented already , see #19 #216 #238

Possible implementation

  • Latest blocks
  • View all blocks (with pagination)
  • Block detail
  • Latest confirmed transactions
  • Add miner details e.g. Spark Pool
  • Link to transaction details
  • Input and output details
@olemis olemis added bitcoin Bitcoin altcoin plugin ethereum Ethereum altcoin plugin skyfiber SkyFiber altcoin plugin stdev wip Work in progress labels Nov 15, 2019
@olemis olemis added this to the next milestone Nov 15, 2019
@olemis olemis changed the title Simple blockchain explorer view Simple blockchain explorer view for Skycoin Nov 15, 2019
@olemis olemis added qml_models QML models to connect to core interface and removed bitcoin Bitcoin altcoin plugin ethereum Ethereum altcoin plugin labels Nov 15, 2019
@olemis olemis changed the title Simple blockchain explorer view for Skycoin Simple blockchain explorer views for Skycoin Nov 18, 2019
@olemis olemis added the explorer Blockchain explorer label Nov 20, 2019
@olemis olemis assigned AntiD2ta and unassigned stdevPavelmc Nov 20, 2019
@olemis olemis self-assigned this Dec 5, 2019
AntiD2ta added a commit to simelo/fibercryptowallet that referenced this issue Dec 27, 2019
Include initial implementation of backend model for explorer view as a list of blocks
AntiD2ta added a commit to simelo/fibercryptowallet that referenced this issue Dec 27, 2019
Changes:
- Add QBlock QObject that contains the block's data
- Implement init
- Add rowCount and roleNames methods
- Implement data
AntiD2ta added a commit to simelo/fibercryptowallet that referenced this issue Dec 27, 2019
AntiD2ta added a commit to simelo/fibercryptowallet that referenced this issue Dec 27, 2019
hsequeda added a commit to simelo/fibercryptowallet that referenced this issue Jan 9, 2020
…ansactionDetails type of TransactionList parameter in BlockModel in explorer package. Added - TransactionTypeGeneric to transaction types in transactions package.

 - Added NewTransactionDetailFromCoreTransaction method in transaction package.
 - Added TransactionDetails UI to Explorer UI.
@hsequeda hsequeda linked a pull request Feb 11, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explorer Blockchain explorer qml_models QML models to connect to core interface skyfiber SkyFiber altcoin plugin stdev wip Work in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants