Eugene Y. Q. Shen
Eugene Y. Q. Shen
What is the current status of this pull request? Are you still actively working on it, @drinkcat?
@frequent Hey Sven, don't worry about looking through this code. I'll make sure it passes the tests this week and get it into the wiki. Enjoy your vacation!
Sorry about the previous failure - I accidentally linked to a folder on IPFS instead of a single file. Everything should be fixed now: ``` $ ./gradlew run Starting a...
@ligi Please kick off another build when you can 🙏
Furthermore, users should have the ability to filter out a subset of courses while browsing the tree. For example, listing only a certain year, or listing only courses that are...
@mmv08 Do you know who will be able to merge this PR?
I think the `Deposit` event remains the same with the same parameters and parameter names. This EIP just specifies that that the implementation should `emit Deposit(controller, receiver, assets, shares)` -...
For context, this shows up when calling [web3.soliditySha3](https://github.com/web3/web3.js/blob/4.x/packages/web3-utils/src/hash.ts#L368-L369). It eventually calls [solidityPack](https://github.com/web3/web3.js/blob/4.x/packages/web3-utils/src/hash.ts#L313-L325) which tries calling `rightPad(value, 64)` when the type is `bytes32`.