-
Notifications
You must be signed in to change notification settings - Fork 15
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
Skycoin_Explorer #340
Open
hsequeda
wants to merge
14
commits into
fibercrypto:develop
Choose a base branch
from
simelo:stdevHsequeda_t248_Explorer
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Skycoin_Explorer #340
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Include initial implementation of backend model for explorer view as a list of blocks
…f SkycoinBlock type in skycoin package. Added GetTransactions () ([]Transaction,error) method to block interface in core package. Implemented GetTransaction method in SkycoinBlock type. Added GetRangeBlocks(start,end uint64) ([]core.Block,error) method to BlockchainStatus interface. Implemented GetRangeBlocks method in SkycoinBLockchain type. Added BlockInRange(start,end uint64) (*readable.Blocks,error) method to SkycoinAPI interface. Added GetSkycoinTransactionByTxId(txId string ) (core.Transaction,error) to coin.go file in skycoin package. Created models/explorer/blockModel.go and models/explorer/explorerManager.go. Created ui/ExplorerPage.qml and ui/Delegates/BlockListDelegate.qml files. Added explorer window to UI. Implemented Block list in explorer interface in the UI.
…ockchain_explorer_for_Skycoin
…r_Skycoin" and "stdevHsequeda_t248_Explorer"
Changes: - Add QBlock QObject that contains the block's data - Implement init - Add rowCount and roleNames methods - Implement data
…ycoinTransactionByTxId and GetRangeOfBlocks methods of SkycoinBlockchain and SkycoinBlock types in skycoin package. Completed the list of blocks with pagination in the UI.
…in skycoin package. Added GetBlockByHash method to BlockchainStatus interface in core package. Added GetSize and GetTotalAmount method to Block interface in core package. Implemented GetSize and GetTotalAmount methods in SkycoinBlock type. Implemented GetBlockByHash method in SkycoinBlockchain type. Added TransactionLen, Blockhash, PrevBlockhash, Size, TotalAmount and TransactionList property to QBLock type in explorer package. Added loadBlockByHash method to BlockModel type in explorer package. Updated blockToQBlock method of BlockModel type in explorer package. Created BlckPage.qml and TransactionListDelegate.qml file in ui. Implemented block details page and transaction list delegate for each block in the UI.
…iD2ta_t248_Blockchain_explorer_for_Skycoin # Conflicts: # Makefile
…queda_t248_Explorer
…o stdevHsequeda_t248_Explorer
…queda_t248_Explorer # Conflicts: # src/ui/CustomMenuBar.qml # src/ui/GeneralStackView.qml
…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.
@stdevHsequeda pls update from develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #248
Changes:
Does this change need to mentioned in CHANGELOG.md?
yes
Requires testing
Requires testing
no