Alan Lu

Results 25 issues of 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...

future
pr
needs rebase

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...

enhancement
P3

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...

enhancement
P3

Gotta move these changes over to the new official site for docs which is the repo `conditional-tokens-docs`

enhancement
P3

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...

enhancement
P3

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...

enhancement
P3

Somebody using web3-react and ethers.js v5 with this library currently is unable to initialize the CPK: ![image](https://user-images.githubusercontent.com/298447/97731901-ba265d80-1aa3-11eb-8f62-ac00ac2863c6.png) 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...

bug
ts

(For Geth and OpenEthereum support)