-
Notifications
You must be signed in to change notification settings - Fork 16
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: add did:ebsi
provider Veramo plugin
#161
Merged
Merged
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
* chore: removed workflows, website * chore: update lock file and some other fixes
* feat: esm ssi-snap-types * feat: esm connector * fix: add readme to output * chore: update connector deps * chore: lintstaged.cjs * chore: more lintstaged.cjs * chore: connector lintstaged.cjs * feat: esm vcmanager and update configs * feat: esm utils * feat: update tests * chore: deps * fix: build dapp * fix: docs * fix: fixes config issues * fix: fixes config issues * fix: resolve last issues
* feat: new dapp initial commit * chore: add basePath * feat: add Dockerfile and workflows * chore: add comments to nginx.conf * fix: update some configuration * feat: new dapp * fix: fixes linting issues * feat: test * feat: tailwind config * feat: basic toggle theme component * feat: welcome page * feat: create initial navbar * fix: change sizes on mobile * feat: add footer for mobile view * fix: changed landing page font sizes * fix: fixes lintstaged * chore: add team member (#106) * Add team member * chore: fix lint issue Co-authored-by: martines3000 <domajnko.martin@gmail.com> * fix: make some components more reusable * feat: add connect Flask functionality * feat: add dashboard card and connect spinner * feat: query VCs * fix: changed landing page * feat: initial table * feat: finish unstyled table * fix: change VC id to hash of VC * feat: add pagination, filter and select to table * feat: data_store filter * fix: change btn size * feat: implement control bar * feat: table design * feat: table tooltips * feat: finish table * feat: create createVP page * feat: view VC (JSON tab) * feat: vc view * fix: vc view * feat: finish VC card * feat: createVP page * fix: fix formated tab banner design * feat: created InputField & ToggleSwitch * feat: added Delete and ModifyDataStore modals * fix: add support for disabled VC stores * feat: importVC modal & DropdownMultiselect comp * fix: typo * fix: change address button color * fix: changed some icons and paddings * feat: add tableCardView * feat: new VC view * feat: finished VC card * chore: update readme (#110) * chore: update veramo (#109) * chore: update veramo and fix issues * chore: skip Ceramic tests until fixed * feat: return Result from onRpcRequest * chore: uncomment tests and use it.skip instead * feat: split utils into a seperate package * chore: disable ceramic tests (#113) * chore: disable ceramic tests until fixed * chore: update deps (#112) * chore: update deps and add package.json sort * feat: added to VCCard * fix: update Account popover * feat: tooltip * fix: add margin to tooltip * feat: use new tooltip & add VCs view icons * fix: make card view default * fix: visual fixes * feat: implement snap * fix: vc selection bug * feat: finish createVP page * fix: change some visual bugs * feat: add MenuPopover * fix: remove cancle button from vpmodal * chore: update pnpm-lock.yaml * chore: remove eslint-disable for navigator.clipboard * chore: remove useUrlQuery hook * chore: small fix * feat: add prettier improvements * fix: use npm version of snap * fix: remove unnecessary files & fix imports * fix: replace classNames with clsx * feat: update eslint rules * fix: use public * feat: fix fonts and images * fix: image sizes * fix: use zustand shallow * fix: fix linting errors * fix: saveVC * feat: add toast & spinners * fix: remove uneccessary vcStore calls * fix: minor bugs * fix: minor bugs * fix: duplicate imports * fix: bugfixes * fix: build & linting issues * chore: sonarcloud ignore test data * chore: prettier * fix: veramoUtils merge bug * fix: fxies onRpcRequests * fix: fixes some types, adds jsdoc comments * feat: finish updating connector * chore: remove ethereum.on() * chore: undo unnecessary changes * fix: undo broken vcmanager test:ci * chore: update package.json * fix: exclude website from build, lint, test steps * fix: ignore website in CI * feat: home background * fix: style improvements * fix: update tests, some jsdoc comments, errors * fix: fix assertion issue * fix: fixes tests * chore: comment out code * fix: fixes build issues and adds tsup * fix: change tailwind colors * feat: start working on dark mode * fix: fix colors * chore: add next/Head * fix: fixes issue with method dropdown * chore: todo and changes to toastStore * feat: add prettier tailwindcss plugin * fix: fixes lintstaged config for dapp * chore: removes whitespace in classNames * chore: remove unnecessary then * chore: refactor navbar * chore: update button * fix: address popover overflow * chore: refactor inputField * chore: remove TODO * fix: reuse navConnect * chore: remove white space * fix: update popover * fix: use padding in home page * chore: update elsintrc.cjs for dapp * fix: rename and update gateways to providers * chore: refactor react imports * fix: fixes compiler warning * fix: colors & style * feat: improved connection handler * fix: fix some styles * feat: fix VC view * fix: saveVC join results * fix: start working on dark mode * feat: dark mode * fix: shadow * feat: esm ssi-snap-types * feat: esm connector * fix: add readme to output * fix: small fixes * chore: update connector deps * chore: lintstaged.cjs * chore: more lintstaged.cjs * chore: connector lintstaged.cjs * fix: build * feat: esm vcmanager and update configs * feat: esm utils * feat: update tests * chore: deps * fix: build dapp * fix: docs * fix: fixes config issues * fix: fixes config issues * fix: resolve last issues * fix: add missing changeIsConnecting(false) * fix: add missing import * chore: remove double whitespace * fix: fixed JIT & theme * feat: esm ssi-snap-types * feat: esm connector * fix: add readme to output * chore: update connector deps * chore: lintstaged.cjs * chore: more lintstaged.cjs * chore: connector lintstaged.cjs * feat: esm vcmanager and update configs * feat: esm utils * feat: update tests * chore: deps * fix: build dapp * fix: docs * fix: fixes config issues * fix: fixes config issues * fix: resolve last issues * fix: fixes tests * fix: fixes lintstagedrc * chore: new lock file * chore: fix issues * chore: update tailwind.config.cjs * fix: chanse base path to ssi-snap * chore: fix lock file * chore: add snap manifest --------- Co-authored-by: Martin Domajnko <35891136+martines3000@users.noreply.github.com> Co-authored-by: martines3000 <domajnko.martin@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
* feat: update types * feat: add createVC RPC method * fix: add bip44CoinTypeNode * test: add params tests * chore: fix tests * feat: add createVC to connector * fix: wrong return type * fix: pr feedback * chore: move queryVCsRequestResult[] type in test * fix: change it.todo in tests * chore: update remaining snaps packages to 0.28 * fix: add patch for snaps-types --------- Co-authored-by: martines3000 <domajnko.martin@gmail.com>
* chore: update dev deps * fix: fixes lockfile * fix: fixes lockfile * chore: update nodejs and pnpm * chore: remove patch * chore: add back snap types patch * fix: should fix CI workflow * fix: set pnpm version in main CI
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Closed
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
andyv09
reviewed
Apr 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update types and connector for switchDidMethod
function and add some tests in snap
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
martines3000
reviewed
Apr 5, 2023
martines3000
reviewed
Apr 7, 2023
martines3000
reviewed
Apr 7, 2023
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
--------- Co-authored-by: Martin Domajnko <35891136+martines3000@users.noreply.github.com> Co-authored-by: martines3000 <domajnko.martin@gmail.com>
martines3000
reviewed
Apr 7, 2023
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
martines3000
approved these changes
Apr 7, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳 🎉 Great work!
This was referenced Apr 21, 2023
Closed
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.
Add Veramo plugin for
did:ebsi
DID method for legal entities. It enables users:did:ebsi
DID.