Missing functionality checklist & discussion
See original GitHub issueNearlib expected to be used by DApps and DWallets and it functionality should cover:
- Blockchain structure:
- Block header by (
block.numberorblock.hash) - Shard header by (
blockandshard.index) orshard.hash - Transaction header by (
shardandtransaction.index) ortransaction.hashoraccount.nonceoraddress.nonce - Transaction header by (
shardandtransaction.index) ortransaction.hash - Latest block number
- Main coin balance
- Merkle proofs of different structures
- Block header by (
- Account management:
- Transaction internal and external (hardware wallets) signing
- Custom message signing similar to EIP-712
- Smart contract interaction:
- Calling view methods of smart contract without on-chain tx
- Creating transactions by forming method call arguments
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (17 by maintainers)
Top Results From Across the Web
Pages 5 features checklist - Apple Support Communities
Pages 5 features checklist · 1. Selecting non-contiguous text gone · 2. Outline view appears gone · 3. Customizable Toolbar is gone ·...
Read more >missing features checklist? · Issue #93 · la5nta/pat - GitHub
I am tempted to suggest that we first discuss new features in the pat-users mailing list, and then escalate it as an issue...
Read more >Feature design checklist. Questions that ensure you consider…
When we (the communal designer we) are churning out features it is easy to miss crucial aspects, because the things we design are...
Read more >How to Discover Missing Requirements
Structured Walkthrough: Reviewing requirements with stakeholders can help to identify missing requirements. When stakeholders are invited to ...
Read more >Potential Checklist Items for Guidelines 1.1 and 1.3
The following is an attempt to list all of the potential checklist items relevant to guidelines 1.1 and 1.3. In order to make...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@frol @k06a account balance can be queried through
queryrpc. Merkle root of tx results is included in the chunk header.@janedegtiareva not really, most of the features are already implemented