Skip to content

Commit

Permalink
refactor(): lint, cleanup, fix tests, upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Mar 30, 2021
1 parent c6552f7 commit 41980fe
Show file tree
Hide file tree
Showing 36 changed files with 415 additions and 346 deletions.
7 changes: 4 additions & 3 deletions archive.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
const { createIdentityKeyPath } = require('./key-path')
const { unpack, keyRing } = require('ara-network/keys')
const { createChannel } = require('ara-network/discovery/channel')
const { createCFS } = require('cfsnet/create')
const { Handshake } = require('ara-network/handshake')
const { toHex } = require('./util')
const isBuffer = require('is-buffer')
const messages = require('./protobuf/messages')
const crypto = require('ara-crypto')
const debug = require('debug')('ara:identity:archive')
const path = require('path')
const pump = require('pump')
const raf = require('random-access-file')
const net = require('net')
const messages = require('./protobuf/messages')
const { toHex } = require('./util')

const { createIdentityKeyPath } = require('./key-path')
const rc = require('./rc')()

const DEFAULT_ARCHIVER_CONNECTION_TIMEOUT = 10000
Expand Down
Loading

0 comments on commit 41980fe

Please sign in to comment.