Commit Graph

7222 Commits (4b7ee3396afba96924449be868aeefa4fa750f1c)
 

Author SHA1 Message Date
Iuri Matias 4b7ee3396a fix check getProvider 5 years ago
Iuri Matias 3a7260e762 remove unneeded method 5 years ago
Iuri Matias da2065795f use current provider for gas price 5 years ago
Iuri Matias a3c926c751 extract 2 different deployment methods depending on metadata condition; move condition to the caller 5 years ago
Iuri Matias d27f2e6c2c extract address from transaction result in transactionExecuted event 5 years ago
Iuri Matias 15e356c444 fix wrong parameter on runTx call 5 years ago
Iuri Matias a023d33756 fix recursion, take into account error 5 years ago
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