Peteris Erins

Results 31 issues of Peteris Erins

There are some use cases which may mandate using the low-level `starknet.js` operations `callContract` and `invokeFunction`. However, today, no hook api exists for them. This is particularly useful in StarkNet...

Type: feature
Difficulty: easy
Context: isolated
Duration: under a day
State: open
Techno: js

Is there a way to configure calls to route to a custom endpoint, for example, the Cartridge powered node: https://twitter.com/cartridge_gg/status/1524391388841975808. As a follow-up - is there a way to specify...

Type: feature
Difficulty: easy
Context: coupled
Duration: under a day
State: open
Techno: js

Hi @manojpramesh, thanks for the great work in creating this. Do you plan to continue updating the cheat sheet? If not, wanted to let you know that we're building a...

Hi There, Thanks for building these awesome tests! Have you considered adding a license so they could be used further? Thank you :)

Would be really nice to have default pool interfaces for Router and Pool (beyond what exists in `Router_base`).

While trying to write sanity checking scripts for basic Comptroller testing, I was not able to check balances on cTokens for some reason. When I run the original deploy script...

Hi There, [`DAIInterestRateModelV3`](https://github.com/compound-finance/compound-protocol/blob/master/contracts/DAIInterestRateModelV3.sol) and [`CDaiDelegate`](https://github.com/compound-finance/compound-protocol/blob/master/contracts/CDaiDelegate.sol) now have two different implementations of the Maker `PotLike` interface with the same name. **`DAIInterestRateModelV3.sol`** ``` contract PotLike { function chi() external view returns (uint);...

Hi There, When a `~/.ethereum/` private key file is not provided for a given network, the alternative environment variable provision may not work. Tested using the script: https://github.com/compound-finance/compound-protocol/blob/master/spec/sim/0005-grants/hypothetical_upgrade.scen and seeing...

Hi There, When testing this script: https://github.com/compound-finance/compound-protocol/blob/master/spec/sim/0005-grants/hypothetical_upgrade.scen, I ran into an issue where the script breaks when trace compilation is enabled in the saddle config.

I think this docstring example creation is outdated as it is missing the `deploy_execution_info` argument: https://github.com/starkware-libs/cairo-lang/blob/167b28bcd940fd25ea3816204fa882a0b0a49603/src/starkware/starknet/testing/contract.py#L45