Commit Graph

7222 Commits (425d6a5059e3f116e3fc75613fbac8d9769aedfe)
 

Author SHA1 Message Date
Iuri Matias 425d6a5059 fix check getProvider 5 years ago
Iuri Matias 57bb904ef2 remove unneeded method 5 years ago
Iuri Matias f1da60d86f use current provider for gas price 5 years ago
Iuri Matias 03ddf082bf extract 2 different deployment methods depending on metadata condition; move condition to the caller 5 years ago
Iuri Matias 7c79dd92b0 extract address from transaction result in transactionExecuted event 5 years ago
Iuri Matias 55f882a732 fix wrong parameter on runTx call 5 years ago
Iuri Matias 20ecdebe55 fix recursion, take into account error 5 years ago
Iuri Matias 13b6748b81 fix pluginUDapp calling udapp 5 years ago
Iuri Matias 7a95c443cc remove callfunction method 5 years ago
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