Leechael
Leechael
Interface changed. Please updated.
As we discuss at Twitter, protential solution include Jotai & react-query. For Jotai, we can use initialValues: https://github.com/pmndrs/jotai/issues/340 For react-query, we can use QueryClient.prefetch / QueryClient.setQueryData, but it's a bit...
Got this: ``` $ functions start Google Cloud Functions Emulator RUNNING ERROR: TypeError: Cannot read property 'call' of undefined at Promise (/Users/leechael/.nvm/versions/node/v6.11.1/lib/node_modules/@google-cloud/functions-emulator/src/client/rest-client.js:34:42) at getService.then (/Users/leechael/.nvm/versions/node/v6.11.1/lib/node_modules/@google-cloud/functions-emulator/src/client/rest-client.js:33:16) at process._tickCallback (internal/process/next_tick.js:109:7) ``` My...
## Description Check `response.headersSent` in both handleSuccess & handleError, prevents that response already sent and Express app crashed.
The PoC5 testnet is deprecated and took down soon, so this PR propose for update the endpoint URL to the testnet, and also update the doc URL.
The OpenZeppelin team has reorganized their folders, resulting in the relocation of `ReentrancyGuard.sol`. https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4551 This change should be considered breaking. If developers use `forge install` and manage an external library...
In the `collectAuctionPayout` function, it becomes apparent that the variable `paidOutBidAmount` is set to `true` before the necessary `require` checks are performed. This has the potential to cause an issue...