forked from ethereum/remix-ide
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use proper javascript object for scripting * clear circle cache * warn deprecated * help message in terminal * typo * intro * clear circle cache * Filter tests * Add event trigger/register for new File created * Push new file to allTest and run only selectedTests * Add checked to new tests * Add styling to test outputs * Add filename to tests summary * fix lost refs while rebasing * new css style for test result * Fix copy input field * Update test-tab.js * draggable content for extension * update font awesome * don't load plugin if loaded * add actions (minimize, maximise, close) * load plugin * standard * add compiler metadata * retrieve contract metadata * linklibrairies in metadata file is present * fix path * autodeploy libs when creating instances * add autdeploylib property to metadata * fix compilation slow warning * clear circle ci cache * Update package.json * json file include network id * clear ci cache * resolve only networkname if id no present * also return by networkid * Update test-tab.js * Update txlogger.js Decoded output log now have copytoclipboard feature * commit added vm acount (for fixing account balance) * add NPM pkg for .sol syntax hilighting Start using https://www.npmjs.com/package/ace-mode-solidity , which is an improved version of src/app/editor/mode-solidity.js * add ethers.js to the console * implemented `execute` terminal command * return error if localhost not connected * use Web3 1.0.0 in remix-ide * Update terminal.js * Update package.json * Update terminal.js * Update compiler-imports.js * Update publishOnSwarm.js * Check lowered case metadata key * add http && https explorer and import raw url * remove User Agent Remix * clear circle ci cache * Alignment fixes * Some more fixes in UI of run tab * Fix_ErrorWhileCallingUnknownContract * typo * fix display status not available if receipt not available * add console.warn to terminal * add missing css to dark style * add generate test file * fix tab name * fix description * fix test tab * add "no test file available" * tab ordering * Warn user at deploy time if contract size above ethereum/EIPs#170 * reorg debug panel * Improve log styling * fix test * Update vmdebugger.js * Update vmdebugger.js * Update vmdebugger.js * clear accounts list before renewing * fix autoDeploy lib, default behavior * auto update accounts list * standard * add warning color to stylesheet * update requires to new remix libs * point to local libs to test * use lastest package versions * fix reference to storage * fix typo * cleanup * fix web3 obj * update txbrowser web3 reference * reinit vmdebugger; tolerate view not existing * fix fixes for remix-debug integration * fix debugging * make linter happy * fix debug button * fix loading trace * don't display provider url * remove reference when unloading * use getSourceLocationFromVMTraceIndex * fix used ref * fix hit breakpoint * use latest published remix lib * remove downloadsolc + clean cache * fix ref * adapt UI * ui small fixes * small ui fixes * clear cache * fix standalone debugger * delete comment * remove console.log * fix updating web reference * show all panels in any case * fix fake provider * fix tests * fix test * add remix-debug to the console * typo * fix tests * move solidity version selector to compile tab * move plugin panel up * move remix, remixd info to setttings tab * refactor plugin loading/removing * UX update for buttons for plugin tab * add title in pluging * fix dark styling * add some help log * option for generating metadata * Add ability to sign messages for web3 providers and Javascript VM * fix standard && display hashed messages in the result * remove ECRecover test * word wrap for modal dialog * display error message in the console * Update README.md * Update package.json * Add Custom networks when using Web3 Provider. * Fixed linkages
- Loading branch information
Showing
68 changed files
with
4,513 additions
and
2,324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.