everx-labs / evernode-ds

Community version of Evernode Platform (client supernode with GraphQL API) for TVM blockchains (Everscale, Venom, TON, Gosh) that exposes GraphQL API.
Apache License 2.0
35 stars 20 forks source link

build fail #11

Closed Viste closed 3 years ago

Viste commented 3 years ago

build fails on ton-node

   Compiling external-ip v4.1.0
error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
    --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:1129:33
     |
1129 |                     let chunk = TaggedByteSlice {
     |                                 ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
   --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:199:27
    |
199 |                 let ret = TaggedByteSlice {
    |                           ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
   --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:215:19
    |
215 |         let ret = TaggedByteSlice {
    |                   ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
    --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:1223:34
     |
1223 | ...                   &TaggedByteSlice {
     |                        ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
    --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:1235:34
     |
1235 | ...                   &TaggedByteSlice {
     |                        ^^^^^^^^^^^^^^^ missing `tag`

error: aborting due to 5 previous errors
Viste commented 3 years ago

@artemr-tl

Viste commented 3 years ago

If i put commit https://github.com/tonlabs/ton-labs-node/commit/572f55e5300c95801bff7345c8a438838d7b9bba to env Instead of master its build, but dont work correctly geting errors


thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorMessage { msg: "Can't load cell  id 0x3a3bcb559d47f3887b863ccd15cc51c982cf0c3109f2fa6bde12b25302549208  db_index 1  in_cache false  error: Key not found: CellId(3a3bcb559d47f3887b863ccd15cc51c982cf0c3109f2fa6bde12b25302549208 (node_db/cells_db1)) storage/src/dynamic_boc_db.rs:98" }', /root/.cargo/git/checkouts/ton-labs-types-44487be4b4f492ad/87d0916/src/cell/mod.rs:229:43```