Commit Graph

7215 Commits (60ef7af9eb704dd67d7371d6531028eb84014774)
 

Author SHA1 Message Date
Iuri Matias 60ef7af9eb fix pluginUDapp calling udapp 5 years ago
Iuri Matias 00d9214c9d remove callfunction method 5 years ago
Iuri Matias a24a1c1992 refactor to make return value conversion in runTx instead of callers 5 years ago
Iuri Matias e483fa3c3f refactor to make address conversion in runTx instead of callers 5 years ago
Iuri Matias 3d8dceb62e refactor get provider 5 years ago
Iuri Matias d563b17c44 remove blockchain context method 5 years ago
Iuri Matias 71b6590bee refactor/move signMessage to their own providers 5 years ago
Iuri Matias 4947489fa9 fix linting issues; missing requires and params 5 years ago
Iuri Matias 408321f7e6 fix call to runTx 5 years ago
Iuri Matias 4ce1ecd42c move createvmaccount and newaccount to their own providers 5 years ago
Iuri Matias bd444d408b move/refactor getBalanceInEther to their own providers 5 years ago
Iuri Matias 91ae8e364f move resetEnvironment accounts reset to vm provider 5 years ago
Iuri Matias 2404852ef3 create classes for each type of provider; move get accounts details to each provider 5 years ago
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 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