Skip to content

Commit add5dc8

Browse files
committed
updates as per review from Martin
1 parent d973c5d commit add5dc8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
`class JsonRpcSigner extends Signer` of `ethers`.
1515
- Filter methods on `DidAccount` verificationmethods are not public.
1616
- `DidSolError` is now public.
17+
- Fixed resolve error when setting verificationmethod flags
1718

1819
### Deprecated
1920

sol-did/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"start-validator-legacy": "solana-test-validator --bpf-program didso1Dpqpm4CsiCjzP766BGY89CAdD6ZBL68cRhFPc ./target/deploy/sol_did.so --bpf-program idDa4XeCjVwKcprVAo812coUQbovSZ4kDGJf2sPaBnM ../legacy/program/target/deploy/sol_did_legacy.so --reset"
1717
},
1818
"dependencies": {
19-
"@project-serum/anchor": "^0.25.0"
19+
"@project-serum/anchor": "0.25.0"
2020
},
2121
"devDependencies": {
2222
"@identity.com/sol-did-client": "^3.1.5-beta1",

sol-did/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
version "0.25.0"
812812
resolved "https://github.com/kklas/anchor-nightly/releases/download/anchor-cli-latest/anchor-cli-0.25.0-7a0a37e.tgz#492ce179642aaec777abb9eca4818508d8cb8699"
813813

814-
"@project-serum/anchor@0.25.0", "@project-serum/anchor@^0.25.0":
814+
"@project-serum/anchor@0.25.0":
815815
version "0.25.0"
816816
resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.25.0.tgz#88ee4843336005cf5a64c80636ce626f0996f503"
817817
integrity sha512-E6A5Y/ijqpfMJ5psJvbw0kVTzLZFUcOFgs6eSM2M2iWE1lVRF18T6hWZVNl6zqZsoz98jgnNHtVGJMs+ds9A7A==

0 commit comments

Comments
 (0)