Open shekhar-shubhendu opened 4 years ago
Thanks for reporting this! Just to be certain, you are saying that not only does source
not work, but also that from
does not work either? Or does from
work and source
does not?
It is the first one. Neither source
nor from
seems to work.
I confirm, source
and from
not working to switch accounts.. @shekhar-shubhendu do you have find a way to by pass this problem to test a contract with multiple accounts ?
@vivienbcr nope. i never found one. i just used plain taquito to test the stuff.
Hello @haltman-at & @fainashalts can you please make a statement as to why Tezos support is not a priority anymore? To be honest it leaves a bad taste after the big announcement od Tezos support in Truffle (Twitter and Blogpost) over two years ago. The funny thing is the support didnt last long, less than a year later Truffle started to ghost all issues and update requests on github or stated to do it later.. why the sudden change back then?
At least make either make it official and announce that you are not supporting Tezos anymore or at least update Tezos Truffle to current protocol standard. I dont know maybe its a failure on the communication side, maybe Truffle @tcoulter and Tezos Foundation @drchrispinnock need to talk but the current state is unfortunate.
Issue
When using from ethereum we can pass a custom address via
from
param and in tezos (via taquito) this can be done via passingsource
but truffle (truffle contract) does not supportsource
param so I can not use it.Steps to Reproduce
try doing the method call like one of the below:
Expected Behavior
Either of the above should change the source address
Actual Results
Source address remains unchanged. Therefore it is hard to test the actual access control logic.
Environment
truffle version
):node --version
):npm --version
):