Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/test del rot multisig more (#267)
* testing delegation and deployed services Signed-off-by: 2byrds <[email protected]> * tested delegation endpoint Signed-off-by: 2byrds <[email protected]> * successful single and multisig delegation Signed-off-by: 2byrds <[email protected]> * fixed local test-setup run with latest keria Signed-off-by: 2byrds <[email protected]> * fixed salty log event ked/serder creation Signed-off-by: 2byrds <[email protected]> * with keripy multiplexor parser using local=True, getting to delegatee multisig member 2 failing on acceptMultisig exchange Signed-off-by: 2byrds <[email protected]> * small salty test fixes and updates del-multisig to notify Signed-off-by: 2byrds <[email protected]> * fixes for keripy/keria updates to exn w/ rp field Signed-off-by: 2byrds <[email protected]> * del multisig w/o witnesses success Signed-off-by: 2byrds <[email protected]> * added back witnesses for delegated multisig successful integration test Signed-off-by: 2byrds <[email protected]> * multisig-vlei-issuance successful integration test Signed-off-by: 2byrds <[email protected]> * updated digest in test per Serder changes Signed-off-by: 2byrds <[email protected]> * revert local test changes Signed-off-by: 2byrds <[email protected]> * remove comments, etc Signed-off-by: 2byrds <[email protected]> * small fix depending on env Signed-off-by: 2byrds <[email protected]> * prettier Signed-off-by: 2byrds <[email protected]> * making multisig methods available for other tests Signed-off-by: 2byrds <[email protected]> * fix docker digest Signed-off-by: 2byrds <[email protected]> * fix docker keria health check Signed-off-by: 2byrds <[email protected]> * prettier and audit fix Signed-off-by: 2byrds <[email protected]> * some test utility consolidation but a new issue should be created Signed-off-by: 2byrds <[email protected]> * prettier Signed-off-by: 2byrds <[email protected]> * fix syntax Signed-off-by: 2byrds <[email protected]> * prettier Signed-off-by: 2byrds <[email protected]> * Fix naming * prettier Signed-off-by: 2byrds <[email protected]> * updated docker-compose.yaml with entrypoint override for keria Signed-off-by: 2byrds <[email protected]> * restoring original keria docker-compose version string Signed-off-by: 2byrds <[email protected]> * simplify admitSingleSig call Signed-off-by: 2byrds <[email protected]> * bump version to 0.3.0 to signal breaking change with previous 0.1.x keria versions Signed-off-by: 2byrds <[email protected]> * fixed ixn url Signed-off-by: 2byrds <[email protected]> * prettier Signed-off-by: 2byrds <[email protected]> * fix npm audit issue with mermaid-js with override Signed-off-by: 2byrds <[email protected]> * restore eslint, etc Signed-off-by: 2byrds <[email protected]> * using constants Signed-off-by: 2byrds <[email protected]> * revert package-lock.json to original with minimal audit fixes Signed-off-by: 2byrds <[email protected]> * specify the keria version Signed-off-by: 2byrds <[email protected]> * adding test coverage for delegation approval Signed-off-by: 2byrds <[email protected]> * unit test coverage for delegation approval Signed-off-by: 2byrds <[email protected]> * prettier Signed-off-by: 2byrds <[email protected]> * reverting to 127.0.0.1 oobis for test value in local mode Signed-off-by: 2byrds <[email protected]> * per review, delegating test - remove credential related code Signed-off-by: 2byrds <[email protected]> * per review, added check of body for delegation approval Signed-off-by: 2byrds <[email protected]> * per review, removing comments Signed-off-by: 2byrds <[email protected]> * per review, avoid testing changing id Signed-off-by: 2byrds <[email protected]> * per review, fixing warnings in delegation test Signed-off-by: 2byrds <[email protected]> * per review, consolidated waitAndMarkNotification functions Signed-off-by: 2byrds <[email protected]> * prettier Signed-off-by: 2byrds <[email protected]> * small fixes from checks Signed-off-by: 2byrds <[email protected]> --------- Signed-off-by: 2byrds <[email protected]>
- Loading branch information