1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move enableHomestead parameter to constructor from runTx More... about 9 years ago
Web3 isn't a requirement anymore for udapp More... about 9 years ago
Move web3 definition to where it is required in the encoder More... about 9 years ago
Use ethereumjs-abi for encoding the constructor More... about 9 years ago
Require ethereumjs-abi 0.6.2 for the bn.js workaround More... about 9 years ago
Merge pull request #56 from ethereum/web3-udap--fix More... about 9 years ago
Require web3 0.16.0 for fixes (and personal account support) More... about 9 years ago
Pass web3 instance in every case and have a mode selector between vm and web3 More... about 9 years ago
Compiler: use solc/worker instead of builtin code More... about 9 years ago
Merge pull request #50 from ethereum/web3-cleanup More... about 9 years ago
Merge pull request #20 from ethereum/patch/display-tx-costs More... about 9 years ago
Compiler: use a single copy of the solc url More... about 9 years ago
Compiler: simplify loaded state More... about 9 years ago
Compiler: onCompilerLoaded is not public anymore More... about 9 years ago
Provide one external API for loading the compiler: compiler.loadVersion More... about 9 years ago
Remove obsolete external function setCompileJSON More... about 9 years ago
Move all compiler primitives to compiler.js from app.js More... about 9 years ago
Indent the new worker file More... about 9 years ago
Sort dependencies in package.json More... about 9 years ago
Move BN define to the proper place in udapp More... about 9 years ago
The Trie isn't needed anymore as it provided by the VM More... about 9 years ago
Use webworkify and move the compiler worker to the app directory More... about 9 years ago
Merge pull request #49 from redsquirrel/kill-dead-functions More... about 9 years ago
Merge pull request #47 from ethereum/patch/fix-gas-costs More... about 9 years ago
Merge pull request #48 from ethereum/patch/undefined-variables More... about 9 years ago
Merge pull request #45 from ethereum/fixImport More... about 9 years ago
Standard: include curly brackets in branches as required More... about 9 years ago
Standard: add spacing as required More... about 9 years ago
Removing an unused method in UniversalDApp More... about 9 years ago
Standard: use single quotes for strings More... about 9 years ago