Claude Barde

Results 8 issues of Claude Barde

In the parameters to pass in order to originate a new contract, the `balance` property is a string. https://tezostaquito.io/typedoc/modules/_taquito_taquito.html#originateparamsbase It would be more intuitive and easier to use if it...

bug

This is just a blank issue to track the writing of the Ligo tutorial

documentation

As there is a minified version of the `@taquito/taquito` package, a minified version of the `@taquito/signer` package available through CDN could be useful too.

As it appears, it is possible on a protocol level to replace an existing pending transaction with the same transaction with higher fees. This feature would be very useful to...

enhancement

A "style" property on the rendered canvas would allow passing customized style through props from the React component (like border-radius).

While trying to install the QuipuSwap SDK in an app using Taquito version 11, NPM returns the following error message: ``` npm ERR! Could not resolve dependency: npm ERR! peer...

I followed the examples and I received the following error message: `dex.storage` is not a function. I tried to use the value in `dex.storage` as `dexStorage` but it wouldn't work...

I am using the following code inside a loop to fetch the prices of multiple tokens: ``` const dex = await findDex(Tezos, factories, token); const dexStorage = await dex.contract.storage(); const...