Commit Graph

7404 Commits (f29335d85d86fd1d55c675285fa14afae20bad4b)
 

Author SHA1 Message Date
Iuri Matias b69fbce523 remove duplicated methods 5 years ago
Iuri Matias 9cf3f70ca2 refactor some unnecessary if/else conditions 5 years ago
Iuri Matias 8daf16f0d5 update blockchain module syntax 5 years ago
Iuri Matias 42b8a5be63 move udapp into blockchain module 5 years ago
Iuri Matias b7acc307be abstract udapp plugin so it maintains backwards compatibilify with the plugin api 5 years ago
Iuri Matias 5eeff6dd85 remove unused methods from udapp 5 years ago
Iuri Matias 79f70139a5 replace web3 from wei with directly using web3 utils 5 years ago
Iuri Matias 9a06836a67 Revert "listen to new transaction using blockchain abstraction instead of txlistener" 5 years ago
Iuri Matias c2d7422266 listen to new transaction using blockchain abstraction instead of txlistener 5 years ago
Iuri Matias 9ea4b775cc move udapp from remix-lib back to remix-ide 5 years ago
Iuri Matias 18fd1c9b0b move blockchain class to its own folder 5 years ago
Iuri Matias 9ce1849e29 move executionContext initialization to blockchain object 5 years ago
Iuri Matias 3908f1a299 replace executionContext for network module with blockchain object 5 years ago
Iuri Matias 784a01d39f replace executionContext for debugger with blockchain object 5 years ago
Iuri Matias fcf8e36673 move udapp reference to blockchain class 5 years ago
Iuri Matias 7371fc64ce remove udapp and execution context from run-tab 5 years ago
Iuri Matias 9449a02fba move reset and init methods to blockchain class 5 years ago
Iuri Matias 433cedb2d8 convert universal dapp ui to a class and update syntax 5 years ago
Iuri Matias c11bb34c35 remove udapp and executionContext from universal dapp ui 5 years ago
Iuri Matias 36e72f9290 move udapp function call to blockchain module 5 years ago
Iuri Matias 8757ec5426 extra confirmation dialog out of udapp-ui 5 years ago
Iuri Matias 00aea1d25b
Merge pull request #2506 from ethereum/refactor_logic1 5 years ago
Iuri Matias c7986d2d51
Merge pull request #2475 from ethereum/web3_utils 5 years ago
Iuri Matias 3767ac45d7 remove unnecesary udapp params 5 years ago
Iuri Matias a47410e6ec remove udapp param from make-udapp 5 years ago
Iuri Matias ee246a686f remove executioncontext param from makeUdapp 5 years ago
Iuri Matias ffa27f4caf move txDetailsLink into remix-ide 5 years ago
Iuri Matias c868040406 fix linting issues 5 years ago
Iuri Matias 7479275036 abstract txlistener 5 years ago
Iuri Matias 1d7d364b40 use blockchain object instead of executionContext in transactionReceiptResolver 5 years ago
Iuri Matias 06a08a7f6a remove executionContext from mainview 5 years ago
Iuri Matias f2516523eb use blockchain object in txlogger 5 years ago
Iuri Matias 383e1e8e78 use blockchain module instead of executio ncontext for cmd interpreter 5 years ago
Iuri Matias fd97320952 move compiler-data into blockchain module; load blockchain module from run-tab 5 years ago
Iuri Matias aff1801f69 remove old settings file 5 years ago
Iuri Matias d0e80226d3 move blockchain specific logic from settings to blockchain model 5 years ago
Iuri Matias 7fdbf7c8a6 add missing params to udapp events 5 years ago
Iuri Matias c07d37b008 add missing config param 5 years ago
Iuri Matias 1f304eddda fix linting issues 5 years ago
Iuri Matias 32e10ac9cc refactor out of the recorder executioncontext and udapp 5 years ago
Iuri Matias 5861a6c5c3 move common fromWei/toWei/determineGasFee methods into blockchain module 5 years ago
Iuri Matias 0185af3d98 refactor recorder logic to extract modal and confirm dialogs out, use blockchain class 5 years ago
Iuri Matias 3988121e2f move dropdown executionContext and udapp related logic to blockchain model 5 years ago
Iuri Matias 4620ed292b refactor modal and confirm dialog out from the dropdown logic 5 years ago
Iuri Matias c12bf91764 fix linting issues; issue with deploy 5 years ago
Iuri Matias 8ccc4cddb2 refactor contract dropdown logic 5 years ago
Iuri Matias 29457b71e6 refactor contract dropdown logic 5 years ago
Iuri Matias 3e47a365b0 fix binding issue with network module call 5 years ago
Iuri Matias f51f3308e6 add missing executionContext 5 years ago
Iuri Matias a7421820f9 pass executionContext as param instead of relying in a global var 5 years ago