Skip to content

Commit

Permalink
Merge pull request #175 from keybase/miles/PICNIC-1087-wot-author-proofs
Browse files Browse the repository at this point in the history
rm wot failing_proofs
  • Loading branch information
mlsteele committed Apr 10, 2020
2 parents ec534da + e0a9f2b commit e65b1ff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.3.23 (2020-03-10)

- update WOT schema again

## 2.3.22 (2020-03-10)

- update WOT schema
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/wot.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/wot.iced
Expand Up @@ -61,7 +61,6 @@ exports.Vouch = class Vouch extends Base
proofs: schema.array(proof_schema).optional()
other : schema.string({max_length: 90}).optional()
})
failing_proofs : schema.array(proof_schema).optional()
vouch_text : schema.string({max_length: 700})
})
err = schm.check(obj)
Expand Down
1 change: 0 additions & 1 deletion test/files/wot.iced
Expand Up @@ -30,7 +30,6 @@ exports.wot_vouch_happy = (T,cb) ->
username_verified_via : "audio"
other : "lorem ipsum"
proofs : [ proof1, proof2]
failing_proofs : [ proof3, proof4 ]
vouch_text : "darn rootin tootin"
obj = new wot.Vouch me
await obj.generate_v2 esc(defer(out)), {dohash:true}
Expand Down

0 comments on commit e65b1ff

Please sign in to comment.