dxos-deprecated / halo

HALO
GNU Affero General Public License v3.0
0 stars 1 forks source link

Running list of features required by ETHworks #14

Open rzadp opened 4 years ago

rzadp commented 4 years ago

Features

Next

Issues

chriswaclawek commented 4 years ago

@dboreham @telackey note addition of “ 6. Testing framework to test all of complex interactions without UX”

telackey commented 4 years ago
  1. in @dxos/party-manager@1.0.1-beta.19+
  2. in @dxos/party-manager@1.0.1-beta.18+
telackey commented 4 years ago

@rzadp I added a new test case here: https://github.com/dxos/halo/blob/master/packages/party-manager/src/party-manager-parties.test.js#L64

It is narrowly scoped at substituting a publicKey-authorized invitation for a PIN-authorized one and covers what each end needs to do to create, accept, and validate the invitation.

Just to be clear, this doesn't cover out-of-band communication of the invitation details or anything about offline invitations. See: https://github.com/dxos/halo/issues/18