Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ $(BUILD_STAMP): \
lib/track.js \
lib/wallet.js \
lib/web_service.js \
lib/wot.js \
lib/update_passphrase_hash.js \
lib/update_settings.js \
lib/util.js
Expand Down
8 changes: 2 additions & 6 deletions lib/alloc.js

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

4 changes: 1 addition & 3 deletions lib/main.js

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

147 changes: 0 additions & 147 deletions lib/wot.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/alloc.iced
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ base = require './base'
{get_own} = require './util'
team = require './team'
team_hidden = require './team_hidden'
wot = require './wot'

#=======================================================

Expand Down Expand Up @@ -66,8 +65,6 @@ lookup_tab = {
"team.kbfs" : team.KBFS
"team.settings" : team.Settings
"team.bot_settings" : team.BotSettings
"wot.vouch" : wot.Vouch
"wot.react" : wot.React
}

#--------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions src/constants.iced
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ exports.constants = constants =
kbfs : "team.kbfs"
settings : "team.settings"
bot_settings : "team.bot_settings"
# wot proofs are deprecated, but constants must remain available to kbweb
# because of existing signatures.
wot :
vouch : "wot.vouch"
react : "wot.react"
Expand Down Expand Up @@ -83,6 +85,8 @@ exports.constants = constants =
bot_settings: 48
wallet :
stellar : 15
# wot proofs are deprecated, but constants must remain available to kbweb
# because of existing signatures.
wot :
vouch : 16
vouch_with_revoke : 17
Expand Down
2 changes: 0 additions & 2 deletions src/main.iced
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ mods = [
require('./scrapers/hackernews')
require('./scrapers/generic_social')
require('./errors')
require('./wot')
]

for m in mods
Expand All @@ -44,4 +43,3 @@ exports.team = require('./team')
exports.team_hidden = require('./team_hidden')
exports.sig3 = require('./sig3')
exports.schema = require('./schema3')
exports.wot = require('./wot')
96 changes: 0 additions & 96 deletions src/wot.iced

This file was deleted.

Loading
Loading