Alan Lu
Alan Lu
I have ```json { "solidity.packageDefaultDependenciesContractsDirectory": "", "solidity.packageDefaultDependenciesDirectory": "node_modules" } ``` in my settings and am trying to import contracts from a scoped package, but am getting an error: `Source "@org/dep/contracts/Dependency.sol"...
I decided to change the behavior on the send module in a project and discovered that I really wanted sendFile to send things.json for a GET request to things when...
For example @xavierlepretre asked should a condition ID be changed from `H(oracle . questionId . numOutcomeSlots)` to `H(pmSystemAddress . oracle . questionId . numOutcomeSlots)` in order to pin condition IDs...
Right now, oracles are expected to report once and only once for a condition. Furthermore, oracles are expected to set the payout values for each outcome slot at the time...
This would entail changing the makeup of the position ID hash payload, adding a value for distinguishing between ERC-20 and ERC-1155 tokens, as well as a value to identify the...
Gotta move these changes over to the new official site for docs which is the repo `conditional-tokens-docs`
Right now, curve points for the ECMH are found via a hash-then-increment construction. However, while there is no practical attack we have found on that construction, it's a sticking point...
Currently, the LMSRMarketMaker has an abstract base class MarketMaker which is unused by anything else AFAIK. Also, there's a set of contracts targeting the FixedProductMarketMaker with pretty different set of...
Somebody using web3-react and ethers.js v5 with this library currently is unable to initialize the CPK:  I think the error is triggered from here: https://github.com/ethers-io/ethers.js/blob/22dee96f512ad7d7cae5d278cc607cdff6112f05/packages/contracts/src.ts/index.ts#L624 The return value of...
(For Geth and OpenEthereum support)