New Release: Vault Phase 1 (real vault)

Another question: Is safe_vault currently in master branch (commit 8b66ce2f5cad843a605b53094c1ca132a3e0c0c5) and compiled from source, supposed to be compatible with safe-browser from here (CLI-POC-2)

I have copied the vault_connection_info.config from the vault server to the browser client. I have also authorized firewall for the choosen udp port on the vault.

It works partially because I get the following lines from the vault logs:

Running safe-vault v0.19.2
==========================
INFO 2019-09-15T19:31:20Z [src/client_handler.rs:102] QuicP2p started on pp.pp.pp.pp:5483
with certificate [...]
INFO 2019-09-15T19:39:24Z [src/client_handler.rs:153] 21fb7b..: Connected to new client on nn.nn.nn.nn:34443
INFO 2019-09-15T19:39:24Z [src/client_handler.rs:700] 21fb7b..: Accepted App(Bls(a4869e..), owner: Bls(a4869e..)) on nn.nn.nn.nn:34443.
INFO 2019-09-15T19:41:44Z [src/client_handler.rs:157] 21fb7b..: Networking error: Connection was actively cancelled
INFO 2019-09-15T19:41:44Z [src/client_handler.rs:159] 21fb7b..: Disconnected from App(Bls(a4869e..), owner: Bls(a4869e..)) on nn.nn.nn.nn:34443

(where pp.pp.pp.pp and nn.nn.nn.nn are IP addresses of server and client)

But I cannot display a small page that is stored in the vault. I get:

And this name exists in the vault:

./safe cat safe://test -iii
Native data type: PublishedSeqAppendOnlyData
Type tag: 1100
XOR name: 0x4a5203f8655e7d7625f2f0b288790356e72fd56e921e58d1d1053c584bac6648

Resolved using NRS Map:
PublicName: "test"
Container XOR-URL: safe://hnyydyw5xyknabqan31b8fkpyrd4nydtwpausi3urhtxqob4fk78n6siaybqh
Native data type: PublishedSeqAppendOnlyData
Type tag: 1500
XOR name: 0x36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80
Version: 0
+------------------+----------------------+----------------------+--------------------------------------------------------------------------+
| NRS name/subname | Created              | Modified             | Link                                                                     |
+------------------+----------------------+----------------------+--------------------------------------------------------------------------+
| test             | 2019-09-14T20:43:42Z | 2019-09-14T20:43:42Z | safe://hnyynyiffry9acix847tf6mamfnd3ypmqqm6ip4jbhsgt4rnuasnmiturobnc?v=0 |
+------------------+----------------------+----------------------+--------------------------------------------------------------------------+

Files of FilesContainer (version 0) at "safe://test":
+-------------------------------+------+----------------------+----------------------+-------------------------------------------------------------------+
| Name                          | Size | Created              | Modified             | Link                                                              |
+-------------------------------+------+----------------------+----------------------+-------------------------------------------------------------------+
| /xtest/img/safe_logo_blue.svg | 5851 | 2019-09-14T20:38:19Z | 2019-09-14T20:38:19Z | safe://hbwynon5ey35si9umca83jkuo6t6qkmkwcp6s9t3g964d9u8fyippaza6z |
+-------------------------------+------+----------------------+----------------------+-------------------------------------------------------------------+
| /xtest/index.html             | 398  | 2019-09-14T20:38:19Z | 2019-09-14T20:38:19Z | safe://hbhybydex8tt7x4mqq3h6mm3i5d65zeaa7t47ju47fco4e3p6o6z34pjnf |
+-------------------------------+------+----------------------+----------------------+-------------------------------------------------------------------+

Note: safe-cli is also build from source in master branch (commit 5910ca91dbe3539352d7af94f551d4f2ed164dc4)

1 Like