ac10n

Results 43 issues of ac10n

Please see the following code: ```typescript const keyTypeSchema = new Schema({ args: [ { prim: "address", annots: ["%owner"] }, { prim: "address", annots: ["%owner"] }, { prim: "nat", annots: ["%token_id"]...

bug

As a moderately experienced angular developer, I struggle to use the documentation of ngx-charts. For instance, please read the angular material docs: it gives a step-by-step guide of how to...

closes #2733 Thank you for your contribution to Taquito. Before submitting this PR, please make sure: - [ ] Your code builds cleanly without any errors or warnings - [...

**What are the goals of the research?** Currently, simply adding the Taquito and Beacon packages to an app does not work. Developers need to polyfill the nodejs dependencies (like `stream`,...

house keeping

- `WalletContract` is the type returned from `Tezos.wallet.at`. It is the "contract abstraction` as accessed through the wallet api - Searching for `WalletContract` in our website results in this page:...

documentation

Currently, our integrations tests do not test the actual interactive Wallet experience. That is only tested using the test dApp. I suggest we modify the test dApp to work like...

taquito-test-dapp

**Is your feature request related to a problem and use case? Please describe.** The simplest use-case would be to inject http headers (maybe authentication headers for an RPC node that...

Thank you for your contribution to Taquito. Before submitting this PR, please make sure: - [ ] Your code builds cleanly without any errors or warnings - [ ] You...

Thank you for your contribution to Taquito. Before submitting this PR, please make sure: - [ ] Your code builds cleanly without any errors or warnings - [ ] You...

Taquito and the KeyGen Api have a circular dependency: - KeyGen has Taquito as a dependency in the codebase - Taquito uses the deployed KeyGen Api for integration tests Because...

testing🧪