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

NEP: dApp Platform Provider Interface #69

Closed
wants to merge 97 commits into from
Closed
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
9bf36f7
init
nickfujita Aug 28, 2018
2c9d369
add connect method
nickfujita Aug 28, 2018
eaf9440
update headers
nickfujita Aug 28, 2018
81d09f5
remove method detail headers from table of contents
nickfujita Aug 28, 2018
2ff1a5b
update formatting
nickfujita Aug 28, 2018
4c5fe4f
update format
nickfujita Aug 28, 2018
09671d9
update to getBalance
nickfujita Aug 28, 2018
396fa0b
Add send function
nickfujita Sep 11, 2018
15f8b51
invokeRead wip
nickfujita Sep 11, 2018
a95621b
invokeRead
nickfujita Sep 12, 2018
3f21450
invoke
nickfujita Sep 12, 2018
38342c0
getStorage
nickfujita Sep 12, 2018
5cb6ea8
Update section structure
nickfujita Sep 13, 2018
5ff31e3
rational
nickfujita Sep 13, 2018
a2563f8
update summary
nickfujita Sep 13, 2018
3803f28
update wallet provider details
nickfujita Sep 13, 2018
97d3e59
Update nep-dapi.mediawiki
nickfujita Sep 13, 2018
cb70c79
provider example formattting
nickfujita Sep 13, 2018
9303ac8
update send `receiver` to `to`
nickfujita Sep 13, 2018
36ea766
add website to provider return details
nickfujita Sep 14, 2018
b833e90
clean up typos
nickfujita Oct 15, 2018
72f57cf
add send network fee
nickfujita Oct 15, 2018
abe15fa
add transfer insufficient funds error
nickfujita Oct 15, 2018
60135a5
Reorganize method details to consolidate sections
nickfujita Oct 16, 2018
9a38fad
fix raw line spacing
nickfujita Oct 16, 2018
b86633c
Formatting dapp provider list
nickfujita Oct 16, 2018
4e906ce
Update method inputs formatting
nickfujita Oct 16, 2018
bea61c8
Update getBalance to support multiple requests
nickfujita Oct 16, 2018
1d52c92
Update Invoke to allow attached assets
nickfujita Oct 16, 2018
a6158d6
Add getNetwork method
nickfujita Oct 16, 2018
10aa353
Update method categories
nickfujita Oct 16, 2018
46d3bff
Add eventing method
nickfujita Oct 16, 2018
6905baa
add removeEventListener
nickfujita Oct 16, 2018
769c81e
add ready method and event
nickfujita Oct 16, 2018
6cfd6a1
add network fee to invoke
nickfujita Oct 16, 2018
20a0af0
update send function asset comments
nickfujita Oct 17, 2018
d05bb3e
Update network handling, Update balanceOf result
nickfujita Oct 29, 2018
ae65def
Add implementation example
nickfujita Oct 30, 2018
c790f3b
Update send input args to be more verbose
nickfujita Nov 6, 2018
ae32d36
Update how ready is handled
nickfujita Nov 21, 2018
bee91b1
Updates to invoke method
nickfujita Nov 21, 2018
40e6f86
Updates based on proposal feedback
nickfujita Dec 3, 2018
52b0a63
Update getNetworks response
nickfujita Dec 18, 2018
5dbad9a
Update error handling response definitions
nickfujita Dec 18, 2018
91a6b84
Updates to getAccount and getProvider based on feedback
nickfujita Jan 28, 2019
8731dc3
Add DISCONNECTED event
nickfujita Jan 28, 2019
8b7564a
Add NETWORK_CHANGED event
nickfujita Jan 31, 2019
0794226
Update getBalance return attribute key from scriptHash to assetID
nickfujita Jan 31, 2019
95373d8
Update error response format
nickfujita Feb 7, 2019
b9a96dc
Update nep-dapi.mediawiki
nickfujita Feb 7, 2019
916b675
Update nep-dapi.mediawiki
nickfujita Feb 7, 2019
4088c23
Add argument data type Hash256
nickfujita Feb 25, 2019
94f188f
add getPublicKey method
nickfujita Feb 25, 2019
59a0662
Add signMessage & verifyMessage
nickfujita Feb 25, 2019
96a4540
Update nep-dapi.mediawiki
nickfujita Feb 26, 2019
0286d1c
Update nep-dapi.mediawiki
nickfujita Feb 26, 2019
3f440da
Add deploy method
nickfujita Mar 13, 2019
94bc791
update network input attribute on all methods to be optional
nickfujita Apr 17, 2019
7a8e1cd
update signMessage & verifyMessage to encase into non-executable tx f…
nickfujita Apr 17, 2019
446e414
update for new methods, getBlock, getTransaction, getApplicationLog, …
nickfujita May 9, 2019
2522f8f
add broadcastOverride option to write methods
nickfujita May 10, 2019
de5cacb
Update invoke with optional argument to add hash tx attributes
nickfujita May 15, 2019
3e3b1f9
update getBalance to only accept scriptHash for assets
nickfujita May 30, 2019
90981e0
update send to only accept scriptHash for assets
nickfujita May 30, 2019
9350ca5
update getBalance input formatting
nickfujita May 30, 2019
85ca532
remove verifyMessage method
nickfujita May 30, 2019
5c3e931
add invokeMulti method
nickfujita Jun 11, 2019
bc18a72
Update nep-dapi.mediawiki
nickfujita Jun 24, 2019
a04b04b
Update nep-dapi.mediawiki
nickfujita Jul 22, 2019
7691a65
Update nep-dapi.mediawiki
nickfujita Jul 22, 2019
fe914c1
Update nep-dapi.mediawiki
nickfujita Jul 22, 2019
e4b84a9
Setting the script tx attr for invoke/multiInvoke
nickfujita Jul 23, 2019
bcce859
Assign NEP number
nickfujita Jul 23, 2019
16a75ca
Update proposal status
nickfujita Jul 23, 2019
facdc0f
rename file to nep-12
nickfujita Jul 23, 2019
822db8e
formatting
nickfujita Aug 1, 2019
2226b54
formatting
nickfujita Aug 1, 2019
79c7677
typo
nickfujita Aug 1, 2019
bc6001c
format
nickfujita Aug 1, 2019
13634f6
typo
nickfujita Aug 1, 2019
a6e939e
Update Implementations
nickfujita Aug 1, 2019
d3a24bb
Update nep-12.mediawiki
nickfujita Aug 1, 2019
05d126b
Update dApp implementations
nickfujita Aug 1, 2019
afb7851
Update nep-12.mediawiki
nickfujita Aug 1, 2019
eef71bf
Update nep-12.mediawiki
nickfujita Aug 5, 2019
81a4e45
Update nep-12.mediawiki
nickfujita Aug 5, 2019
b6b8523
Update nep-12.mediawiki
nickfujita Aug 5, 2019
b55f5e4
Update nep-12.mediawiki
nickfujita Aug 5, 2019
6d44a65
Update nep-12.mediawiki
nickfujita Aug 5, 2019
e076f8a
Update nep-12.mediawiki
nickfujita Aug 5, 2019
5c10fc9
Update nep-12.mediawiki
nickfujita Aug 5, 2019
de16d12
Update nep-12.mediawiki
nickfujita Aug 5, 2019
a9f3465
Update nep-12.mediawiki
nickfujita Aug 5, 2019
14aed5d
Add getBlockHeight
nickfujita Aug 9, 2019
a18ddfa
Add spec for versioning client integration modules
nickfujita Aug 9, 2019
e300825
Fix grammar & vocab
corollari Aug 11, 2019
6495bb5
Merge pull request #2 from corollari/patch-5
nickfujita Aug 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view