Commit Graph

7213 Commits (c9a70048ffa4277db50c11d269b1470b5ba3baf8)
 

Author SHA1 Message Date
Iuri Matias c9a70048ff refactor to make return value conversion in runTx instead of callers 5 years ago
Iuri Matias ab8d140223 refactor to make address conversion in runTx instead of callers 5 years ago
Iuri Matias dfc87be514 refactor get provider 5 years ago
Iuri Matias 6b8d029bfe remove blockchain context method 5 years ago
Iuri Matias e6328f2d85 refactor/move signMessage to their own providers 5 years ago
Iuri Matias 0062810cb9 fix linting issues; missing requires and params 5 years ago
Iuri Matias d7ac146fa4 fix call to runTx 5 years ago
Iuri Matias 16b5e009b6 move createvmaccount and newaccount to their own providers 5 years ago
Iuri Matias 5aa6d3cf16 move/refactor getBalanceInEther to their own providers 5 years ago
Iuri Matias ab8adf7654 move resetEnvironment accounts reset to vm provider 5 years ago
Iuri Matias 38e3c95aab create classes for each type of provider; move get accounts details to each provider 5 years ago
Iuri Matias 062106ce7c remove duplicated methods 5 years ago
Iuri Matias 6483be8b1b refactor some unnecessary if/else conditions 5 years ago
Iuri Matias 4dcb8b1b76 update blockchain module syntax 5 years ago
Iuri Matias 34e37d1135 move udapp into blockchain module 5 years ago
Iuri Matias 4d7cbe0076 abstract udapp plugin so it maintains backwards compatibilify with the plugin api 5 years ago
Iuri Matias 5f9f80d428 remove unused methods from udapp 5 years ago
Iuri Matias 4153d76f7a replace web3 from wei with directly using web3 utils 5 years ago
Iuri Matias d3bcfdbac4 Revert "listen to new transaction using blockchain abstraction instead of txlistener" 5 years ago
Iuri Matias 40d0439f96 listen to new transaction using blockchain abstraction instead of txlistener 5 years ago
Iuri Matias a6be53a383 move udapp from remix-lib back to remix-ide 5 years ago
Iuri Matias f552d1f1a0 move blockchain class to its own folder 5 years ago
Iuri Matias d6f2de6ca6 move executionContext initialization to blockchain object 5 years ago
Iuri Matias f8aa54ad3a replace executionContext for network module with blockchain object 5 years ago
Iuri Matias 7e41bd78a2 replace executionContext for debugger with blockchain object 5 years ago
Iuri Matias 56cb2422dc move udapp reference to blockchain class 5 years ago
Iuri Matias a743572864 remove udapp and execution context from run-tab 5 years ago
Iuri Matias a9315ebb39 move reset and init methods to blockchain class 5 years ago
Iuri Matias 2986c8067b convert universal dapp ui to a class and update syntax 5 years ago
Iuri Matias b4f106d2c3 remove udapp and executionContext from universal dapp ui 5 years ago
Iuri Matias 856e22e116 move udapp function call to blockchain module 5 years ago
Iuri Matias 2f317cb95e extra confirmation dialog out of udapp-ui 5 years ago
Iuri Matias 2712dbfb2d remove unnecesary udapp params 5 years ago
Iuri Matias e8857dedc7 remove udapp param from make-udapp 5 years ago
Iuri Matias d93f161aed remove executioncontext param from makeUdapp 5 years ago
Iuri Matias 7d9c453c17 move txDetailsLink into remix-ide 5 years ago
Iuri Matias 6b11052440 fix linting issues 5 years ago
Iuri Matias 0349e9fa70 abstract txlistener 5 years ago
Iuri Matias e4099e8d69 use blockchain object instead of executionContext in transactionReceiptResolver 5 years ago
Iuri Matias 0e44610dfa remove executionContext from mainview 5 years ago
Iuri Matias 3d0ff6731a use blockchain object in txlogger 5 years ago
Iuri Matias 7f31bc0208 use blockchain module instead of executio ncontext for cmd interpreter 5 years ago
Iuri Matias 8d3a4403f7 move compiler-data into blockchain module; load blockchain module from run-tab 5 years ago
Iuri Matias 9571416127 remove old settings file 5 years ago
Iuri Matias 78646dcc75 move blockchain specific logic from settings to blockchain model 5 years ago
Iuri Matias 8703062b80 add missing params to udapp events 5 years ago
Iuri Matias 82decdb65e add missing config param 5 years ago
Iuri Matias 779b7ed0b2 fix linting issues 5 years ago
Iuri Matias 856b49f6fc refactor out of the recorder executioncontext and udapp 5 years ago
Iuri Matias d3e30016e2 move common fromWei/toWei/determineGasFee methods into blockchain module 5 years ago