Tarrence van As
Tarrence van As
loving the new mocks! the output is kind of hard to parse though: ``` event/mock.go:30: expectation not met for query `query {result: findOneEvent(where:{id:"eid",},) {id ownerId iCalUID calendarEventId calendarEventSource createdAt updatedAt...
Is it possible to maintain the order of `In` during a query? This is useful for fetching search results that are ranked using an external service
It would be useful it Optimism provided access to L1 block headers similar to L1 Block Number. https://github.com/ethereum-optimism/optimism/blob/f4cf99e34b9d06f20335eece5dc84e10fdbeb8cc/packages/contracts/contracts/L2/predeploys/iOVM_L1BlockNumber.sol#L12 In particular, making the last `n` state roots available on optimism would...
fixes an issue with Cursors when the value is a GoType
Do you have any thoughts around supporting [auto connect](https://wagmi.sh/docs/provider#autoconnect-optional)? It would support reconnecting when a connection has already been approved previously. Currently it seems most people do a hard connect,...
simple example of executing one of the test contracts using wasm compiled oriac
It would be useful to support passing transaction signatures during calls in order to test account transaction validation logic.
currently, the sha256 state var is hardcoded to `IV` which prevents hashing more than a single block https://github.com/starkware-libs/cairo-lang/blob/13cef109cd811474de114925ee61fd5ac84a25eb/src/starkware/starknet/security/whitelists/cairo_sha256.json#L87
Is there a plan to add support for this to the rpc api?