Giter Club home page Giter Club logo

Comments (3)

adlerjohn avatar adlerjohn commented on July 24, 2024 1

The lack of this is actually a pretty big sore spot as an SDK user.

from fuels-rs.

nfurfaro avatar nfurfaro commented on July 24, 2024

This is something I'm able to work around for now while writing tests, but the more contracts involved in a test, the more cumbersome this gets.
For example, in the following snippet, I'm interacting with 2 contracts, and as a result I need the same ContractId(context_id) defined in 3 different ways (one under the namespace of each contract and 1 using fuel_types::ContractId);

    let context_id = Contract::deploy(&compiled, &client).await.unwrap();
    let ctx = testcontextcontract_mod::ContractId { value: context_id.into() };
    let ctx2 = testcontextcallercontract_mod::ContractId { value: context_id.into() };

    caller_instance.call_get_this_balance_with_coins(send_amount, ctx2).set_contracts(&[context_id]).call().await.unwrap();

    let result = context_instance
        .get_this_balance(ctx)
        .call()
        .await
        .unwrap();

from fuels-rs.

digorithm avatar digorithm commented on July 24, 2024

It truly is, can't wait to tackle this one. If only we had more bandwidth... :-)

from fuels-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.