hui-an-yang
hui-an-yang
New info is with [abstracted account (proof of event)](https://gitlab.com/tezos/tzip/-/blob/c3854d35866eab8e3feb9bbc76780af531d07ef2/drafts/current/draft-proof-of-event/proof_of_event.md) in wallet, might want to evaluate the value and tradeoff for walletAPI to support more operations
Hello @CapTake Yes current walletAPI support making contract calls, pseudo code will look like below ``` let contract = await Tezos.wallet.at('KT1...') let op = await contract.methodsObject.default({ticket: 'ticket', to_: 'to'}).send(); await...
Would be great if you can provide the Michelson code or contract address on testnets that we'll know better how to construct the entrypoint parameter to make this contract call.
Since taquito is a dapp focused product, we don't look to support above baker oriented rpc for now
Tried changing operationResults to get operationObject from confirmation() in Operation parent class, it added complexity to unit test of each operation classes. The operation class is not pure and we'll...
Would be great to also re-evaluated what tests are still relevant can cross reference files to find duplicate and reduce them
Hello @borderlessdev We're working on a taquito-beacon-wallet bundle that you can use, will keep you posted. Will be great to work with you to make sure if the bundle works...
Hello @borderlessdev Would like to reach out to you again I have bundled a taquito-beacon-wallet file, would be great if you could try and see if it works for your...
fix in https://github.com/ecadlabs/taquito/pull/2957
this test will require making recursive call `curl -i "${ROLLUP_NODE_ENDPOINT}/global/block/cemented/outbox/${L}/messages" ` to a rollup node to get the level that message is cemented (40 blocks after `smart_rollup_add_messages`). Then another rpc...