Rodrigo Ariza

Results 15 issues of Rodrigo Ariza

Gauntlet currently uses Spl token library to interact with the Token program. This library only exports the `mintTo` instruction, which is not as precise as the `mintToChecked` one. Anchor will...

gauntlet

Mentioned: https://github.com/smartcontractkit/chainlink-solana/pull/26#discussion_r767710080

gauntlet

I'd prefer we avoid adding static artifacts like this and actually add an example contract, compile it and use it. I assume the idea is this will at one point...

All relevant docs should go to the `./docs` subfolder, and only a quick overview + pointer to docs should be kept in the README.md files. Imagine we build a CI...

Currently a new account private key is shown in the console. Save it instead in an encrypted file https://github.com/smartcontractkit/chainlink-starknet/pull/2#discussion_r876224193

gauntlet

Currently the Websocket multiplexor filter can't identify subscriptions from incoming messages. As this is not a problem with messages that contain the subscription info ([we identify it through the adapter...

enhancement

- Use util functions for those env vars with an specific type [(as on websockets with Number)](https://github.com/smartcontractkit/external-adapters-js/blob/feature/websockets/packages/core/bootstrap/src/lib/ws/config.ts) - Use `enum` for large sets of variables

enhancement

A common RDD module for every Gauntlet is necessary. Until I design on this is decided, RDD utils can live inside `gauntlet-terra` or `gauntlet-core`

gauntlet