Pinned
1,155 contributions in the last year
Less
More
Activity overview
Contributed to
ethereum/solidity,
ethereum/solc-bin,
leonardoalt/SolPrologV2
and 5 other
repositories
Contribution activity
July 2021
Created 6 commits in 1 repository
Created a pull request in ethereum/solidity that received 20 comments
Stripping base path from CLI paths (without CLI refactor)
Fixes #4702.
Implements the solc part of #11408. solc-js changes will be submitted in that repo.
This is a version of #11545 that does not depend o…
+706
−14
•
20
comments
Opened 3 other pull requests in 1 repository
Reviewed 11 pull requests in 1 repository
ethereum/solidity 11 pull requests
- Test yul code blocks in documentation.
- Include locations with empty source name.
- isolate_tests: Extract code blocks from documentation using code block header
- Stripping base path from CLI paths (without CLI refactor)
- Merge develop into breaking
- [docs] contributing.rst: Documents evmone.so loading search paths.
- Fix different source hashes when source is passed via standard input and via command line parameter
- CommandLineParser
- Remove CharStream from SourceLocation.
- Make Yul tests independent of optimizer
- Optimise libevmasm in yul
Created an issue in ethereum/solidity that received 3 comments
soltest expects to find VM shared libraries in its working directory rather than the directory containing the executable
Extracted from #11613 (comment).
Related to #11374.
Currently soltest/isoltest looks for dynamic libraries like libevmone.so in its current working…
3
comments