everx-labs / ever-abi

Application Binary Interface implementation for TVM compatible blockchains (Everscale, Venom, TON, Gosh, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build node-se

nrukavkov opened this issue · comments

While building node-se I've got this error:

  Compiling ton_abi v1.0.0 (https://github.com/tonlabs/ton-labs-abi.git#e8527154)
error[E0599]: no method named `prepend_reference_cell` found for struct `BuilderData` in the current scope
   --> /home/runner/.cargo/git/checkouts/ton-labs-abi-444eec65f3f6eb9d/e852715/src/function.rs:361:25
    |
361 |                 builder.prepend_reference_cell(BuilderData::with_raw(signature, len).unwrap().into_cell().unwrap());
    |                         ^^^^^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `append_reference_cell`

error[E0599]: no method named `prepend_reference_cell` found for struct `BuilderData` in the current scope
   --> /home/runner/.cargo/git/checkouts/ton-labs-abi-444eec65f3f6eb9d/e852715/src/function.rs:363:25
    |
363 |                 builder.prepend_reference_cell(Cell::default());
    |                         ^^^^^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `append_reference_cell`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0599`.
error: could not compile `ton_abi`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
Error: Process completed with exit code 101.

This issue has been fixed.