Tadas Varanauskas

Results 13 issues of Tadas Varanauskas

Depends on #18 This is a draft and has not been tested, but while deploying #18 I was thinking there should be a way to automatically detect the address This...

I want to deliver these punchlines in usage on personal and possibly professional basis in good faith Could you please add appropriate licensing information so people can be sure about...

#### Ledger Live Version and Operating System - tested on Ledger Live 2.33.0 (289) - Phone version: iPhone X #### Expected behavior WalletConnect would work on BSC chain (and other...

Change err type to allow unknown rather than only Error Possible fix for #29

When trying to use this library ```ts try { return await this.exampleRepository.save(input); } catch (error) { const wrapped = wrapError(error); if (wrapped instanceof UniqueViolationError) { throw new ExampleAlreadyExists(wrapped); } throw...

The APY calculation in the webapp has been updated with `epoch_period` (https://github.com/Anchor-Protocol/anchor-web-app/pull/353) https://github.com/Anchor-Protocol/anchor-web-app/blob/d43ab70b8e85dfa144e506160d904d897fcbb27d/app/src/%40anchor-protocol/app-fns/logics/earn/computeApy.ts#L10 This logic is not replicated in `earn.getAPY` https://github.com/Anchor-Protocol/anchor.js/blob/df76c7f9944094787c9ea5ebdb6e0a6d91ea976e/src/facade/earn/earn.ts#L83

Resolves #67 After May 1st APY update the APY returned by the webapp became different than the APY returned by this package. The APY calculation on the webapp was updated...

I have found proxy addresses for some chains in code: https://github.com/ProjectOpenSea/opensea-creatures/blob/f7257a043e82fae8251eec2bdde37a44fee474c4/migrations/2_deploy_contracts.js#L28 Rinkeby: 0xf57b2c51ded3a29e6891aba85459d600256cf317 Mainnet: 0xa5409ec958c83c3f309868babaca7c86dcb077c1 Additionally in the docs I have found proxy address for polygon: https://docs.opensea.io/docs/polygon-basic-integration Polygon: 0x207Fa8Df3a17D96Ca7EA4f2893fcdCb78a304101 Are...

This isolates the SendGrid MailService used inside the Transport class, to prevent the transport class using the global SendGrid MailService, allowing multiple Transports to use multiple MailServices with different API...

As the title describes, if using multiple transports with different API keys it's possible for the wrong API key to be sent as it just grabs one from the transport...