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

Commits on Aug 28, 2018

  1. init

    nickfujita committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    9bf36f7 View commit details
    Browse the repository at this point in the history
  2. add connect method

    nickfujita committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    2c9d369 View commit details
    Browse the repository at this point in the history
  3. update headers

    nickfujita committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    eaf9440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81d09f5 View commit details
    Browse the repository at this point in the history
  5. update formatting

    nickfujita committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    2ff1a5b View commit details
    Browse the repository at this point in the history
  6. update format

    nickfujita committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    4c5fe4f View commit details
    Browse the repository at this point in the history
  7. update to getBalance

    nickfujita committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    09671d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Add send function

    nickfujita committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    396fa0b View commit details
    Browse the repository at this point in the history
  2. invokeRead wip

    nickfujita committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    15f8b51 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. invokeRead

    nickfujita committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    a95621b View commit details
    Browse the repository at this point in the history
  2. invoke

    nickfujita committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    3f21450 View commit details
    Browse the repository at this point in the history
  3. getStorage

    nickfujita committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    38342c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Update section structure

    nickfujita committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    5cb6ea8 View commit details
    Browse the repository at this point in the history
  2. rational

    nickfujita committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    5ff31e3 View commit details
    Browse the repository at this point in the history
  3. update summary

    nickfujita committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a2563f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3803f28 View commit details
    Browse the repository at this point in the history
  5. Update nep-dapi.mediawiki

    nickfujita committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    97d3e59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb70c79 View commit details
    Browse the repository at this point in the history
  7. update send receiver to to

    nickfujita committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    9303ac8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    36ea766 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. clean up typos

    nickfujita committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    b833e90 View commit details
    Browse the repository at this point in the history
  2. add send network fee

    nickfujita committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    72f57cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe15fa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    60135a5 View commit details
    Browse the repository at this point in the history
  2. fix raw line spacing

    nickfujita committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    9a38fad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b86633c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e906ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bea61c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d52c92 View commit details
    Browse the repository at this point in the history
  7. Add getNetwork method

    nickfujita committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    a6158d6 View commit details
    Browse the repository at this point in the history
  8. Update method categories

    nickfujita committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    10aa353 View commit details
    Browse the repository at this point in the history
  9. Add eventing method

    nickfujita committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    46d3bff View commit details
    Browse the repository at this point in the history
  10. add removeEventListener

    nickfujita committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    6905baa View commit details
    Browse the repository at this point in the history
  11. add ready method and event

    nickfujita committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    769c81e View commit details
    Browse the repository at this point in the history
  12. add network fee to invoke

    nickfujita committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    6cfd6a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    20a0af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Update network handling, Update balanceOf result

    Network handling was updated to give dapp developer more control, since wallet network may be changed async which can cause a race condition where a tx has the potential to be sent to the incorrect network.
    
    getBalance success result format updated to provide more details
    nickfujita committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    d05bb3e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Add implementation example

    nickfujita committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ae65def View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Update send input args to be more verbose

    There is a small race condition for the connected account, as all dapp to wallet provider communications are assumed to be async. There is a chance that the dapp developer submits the send request to the wallet provider as the `ACCOUNT_CHANGED` event is fired, resulting in the dapp developer sending assets from the incorrect account.
    nickfujita committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    c790f3b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    ae32d36 View commit details
    Browse the repository at this point in the history
  2. Updates to invoke method

    nickfujita committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    bee91b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Updates based on proposal feedback

    - getBalance: update input structure, add option to allow for returning UTXOs
    - getNetworks: update output format to be wrapped in object
    - getStorage: update output format to be wrapped in object
    nickfujita committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    40e6f86 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    52b0a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dbad9a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    91a6b84 View commit details
    Browse the repository at this point in the history
  2. Add DISCONNECTED event

    nickfujita committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    8731dc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Add NETWORK_CHANGED event

    nickfujita committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    8b7564a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0794226 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    95373d8 View commit details
    Browse the repository at this point in the history
  2. Update nep-dapi.mediawiki

    nickfujita committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    b9a96dc View commit details
    Browse the repository at this point in the history
  3. Update nep-dapi.mediawiki

    nickfujita committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    916b675 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    4088c23 View commit details
    Browse the repository at this point in the history
  2. add getPublicKey method

    nickfujita committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    94f188f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a0662 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Update nep-dapi.mediawiki

    nickfujita committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    96a4540 View commit details
    Browse the repository at this point in the history
  2. Update nep-dapi.mediawiki

    nickfujita committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    0286d1c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Add deploy method

    nickfujita committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    3f440da View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    94bc791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8e1cd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. update for new methods, getBlock, getTransaction, getApplicationLog, …

    …update for new events BLOCK_HEIGHT_CHANGED and TRANSACTION_CONFIRMED
    nickfujita committed May 9, 2019
    Configuration menu
    Copy the full SHA
    446e414 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    2522f8f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    de5cacb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    3e3b1f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90981e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9350ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85ca532 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. add invokeMulti method

    nickfujita committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    5c3e931 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Update nep-dapi.mediawiki

    nickfujita committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    bc18a72 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Update nep-dapi.mediawiki

    nickfujita committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    a04b04b View commit details
    Browse the repository at this point in the history
  2. Update nep-dapi.mediawiki

    nickfujita committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    7691a65 View commit details
    Browse the repository at this point in the history
  3. Update nep-dapi.mediawiki

    nickfujita committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    fe914c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    e4b84a9 View commit details
    Browse the repository at this point in the history
  2. Assign NEP number

    nickfujita committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    bcce859 View commit details
    Browse the repository at this point in the history
  3. Update proposal status

    nickfujita committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    16a75ca View commit details
    Browse the repository at this point in the history
  4. rename file to nep-12

    nickfujita committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    facdc0f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. formatting

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    822db8e View commit details
    Browse the repository at this point in the history
  2. formatting

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    2226b54 View commit details
    Browse the repository at this point in the history
  3. typo

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    79c7677 View commit details
    Browse the repository at this point in the history
  4. format

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    bc6001c View commit details
    Browse the repository at this point in the history
  5. typo

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    13634f6 View commit details
    Browse the repository at this point in the history
  6. Update Implementations

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    a6e939e View commit details
    Browse the repository at this point in the history
  7. Update nep-12.mediawiki

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    d3a24bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05d126b View commit details
    Browse the repository at this point in the history
  9. Update nep-12.mediawiki

    nickfujita committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    afb7851 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    eef71bf View commit details
    Browse the repository at this point in the history
  2. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    81a4e45 View commit details
    Browse the repository at this point in the history
  3. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    b6b8523 View commit details
    Browse the repository at this point in the history
  4. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    b55f5e4 View commit details
    Browse the repository at this point in the history
  5. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    6d44a65 View commit details
    Browse the repository at this point in the history
  6. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    e076f8a View commit details
    Browse the repository at this point in the history
  7. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5c10fc9 View commit details
    Browse the repository at this point in the history
  8. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    de16d12 View commit details
    Browse the repository at this point in the history
  9. Update nep-12.mediawiki

    nickfujita committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    a9f3465 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Add getBlockHeight

    nickfujita committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    14aed5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a18ddfa View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Fix grammar & vocab

    corollari committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    e300825 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Merge pull request #2 from corollari/patch-5

    Fix grammar & vocab
    nickfujita committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    6495bb5 View commit details
    Browse the repository at this point in the history