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

feat: #153 #177

Merged
merged 15 commits into from
Nov 22, 2022
Merged

feat: #153 #177

merged 15 commits into from
Nov 22, 2022

Commits on Nov 21, 2022

  1. feat: add support for docs with typedoc

    Conflicts:
    	packages/store/package.json
    	pnpm-lock.yaml
    hugomrdias committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b316b56 View commit details
    Browse the repository at this point in the history
  2. chore: some renaming

    hugomrdias committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    41f5dc0 View commit details
    Browse the repository at this point in the history
  3. feat: accounts, delegations and proofs

    - add list of Abilities types
    - renamed `any.js` to `wildcard.js`
    - added `parseAbility` and `canDelegateAbility` functions to the capabilities `utils.js`
    - cli is mostly commented out needs to be updated in a follow PR
    - StoreData interface revamped
    - added more exports to index.js to help with the generated docs until typedoc supports export maps
    - added a bunch of delegation utilities to `delegation.js`
    - agent has new methods, `addProof`, `proofs`, `proofWithMeta`, `delegations`, `delegationsWithMeta`, `createAccount`, `setCurrentAccount`, `currentAccount`, `currentAccountWithMeta` and `execute`
    - old createAccount renamed to `registerAccount`
    
    Conflicts:
    	packages/access-client/package.json
    	packages/access-client/src/capabilities/utils.js
    	packages/access-client/src/capabilities/voucher.js
    hugomrdias committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    703073c View commit details
    Browse the repository at this point in the history
  4. fix: tests

    hugomrdias committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bd4bc6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    538f6a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d034a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05bddc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cb2686 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    288e685 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a963881 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91d29de View commit details
    Browse the repository at this point in the history
  12. chore: deps

    hugomrdias committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0319959 View commit details
    Browse the repository at this point in the history
  13. chore: more docs

    hugomrdias committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5385f33 View commit details
    Browse the repository at this point in the history
  14. chore: alan feedback

    hugomrdias committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fbf5b27 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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