aodhgan
aodhgan
npm start gives the error: > [email protected] start /Users/agleeson/typescript-koa-example > tsc && node src/index.js node_modules/typeorm/connection/Connection.d.ts:40:28 - error TS1039: Initializers are not allowed in ambient contexts. 40 readonly isConnected = false;...
Cool repo. In the case of (create2-based) SneakyAuction, at auction end you could potentially deploy preset bytecode to transfer/sweep an ERC20 to the highest bidder, and similarly for withdrawing to...
trying to build this repo, steps: `git clone https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades --recursive` `forge install foundry-rs/forge-std forge install OpenZeppelin/openzeppelin-foundry-upgrades forge install OpenZeppelin/[email protected] forge install OpenZeppelin/[email protected]` Set the following in remappings.txt: @openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/ @openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/ ```...
Enables more efficient communication with RPC endpoints that support WebSockets, we have seen a reduction in latency with this change testing the bundler. infers type from RPC URL (websocket or...
## Description ### Summary Adds a gas-lean circular (ring) buffer for bytes32: LibCircularBuffer. Highlights - Packed meta (1 slot): cap:64 | size:64 | head:128 (head masked to 128b). - Power-of-two...