Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
grunt-html-snapshot Archived
A grunt task that takes html snapshots from websites. Useful to make ajax sites crawlable
-
-
-
Example code used for this posting: http://stackoverflow.com/questions/6089727/how-to-architecture-a-webapp-using-jquery-mobile-and-knockoutjs
-
-
1,288 contributions in the last year
Activity overview
Contribution activity
October 2020
- cburgdorf/eth-rlp Python
- cburgdorf/py-trie Python
Created a pull request in ethereum/eth-tester that received 12 comments
Relax upper bound of RLP dependency
What was wrong?
The current RLP dependency has a hard bound on 2.0.0a1. Trinity, Py-EVM and friends need to migrate to 2.0.0a2 so we need to update…
- Data layout spec.
- Support for arguments in call expressions.
- FeSized trait and data opertions.
- Implement call expressions
- Nested maps
- Support AST and Tokens as output targets
- ERC20 contract fixture.
- Readme goals updates and build doc.
- Type checking for assignments and declarations.
- Fix issue with parser not handling functions without arguments
- Compiler decomposition
- Use aiohttp for reporting metrics annotations
- Handle exception for dead processes in system metrics collecting
- Add eth_chainId rpc endpoint
- #1785 - On Clique, checkpoints need to be aligned with Clique checkpoints
- Add new block component to propagate new block messages
- Add integration test for enabled metrics
Created an issue in ethereum/fe that received 8 comments
Require taking self as argument for contract methods that interact with self
Proposed Change
Currently methods on contracts have implicit access to self as seen in the following snippet.
contract Something: x: u256 = 1 pub d…
- revert, emit and potentially others should be turned into library functions
- Ensure order of function in contract doesn't matter for semantic analyses
- Support for call expressions with parameters
- Support events outside of contracts
- Implement revert reasons
- Improve parser error message
- Create an online editor for people to try out Fe