Commit Graph

57 Commits (864ed32b941798ce7d1ebd3324dbf26e0ed94ecd)

Author SHA1 Message Date
LianaHus f59ee22262 return result for non VM calls 5 years ago
ioedeveloper 61189b4519 Removed networkcallid in updateNetwork function. 5 years ago
yann300 7df0669bab fix signature 5 years ago
yann300 8dc4cddd3e fix standard 5 years ago
Iuri Matias 27ddc17747 cleanup 5 years ago
Iuri Matias 72d3e8ec35 fix signMessage 5 years ago
Iuri Matias abe70b61f9 refactor signmessage 5 years ago
Iuri Matias e847c67687 refactor getBalanceInEther, getgasPrice, newAccount, resetEnvironment to use remix remix simulator accounts 5 years ago
Iuri Matias 55ef244bf5 use remix simulator resetaccounts instead of adding accounts manually 5 years ago
Iuri Matias 798cac85d0 use remix-simulator accounts and addAccount 5 years ago
yann300 0308559e9b fix emiting newTransaction event 5 years ago
yann300 eaf50fea59 fix emiting newTransaction event 5 years ago
yann300 d4112432ed fix signing messages 5 years ago
yann300 06e5bd7abc remove unused dep 5 years ago
yann300 6833e344ac return if error 5 years ago
yann300 1800813663 fix missing ref 5 years ago
Iuri Matias ed22d29da0 update blockchain module syntax 5 years ago
Iuri Matias 5169cfb515 move udapp into blockchain module 5 years ago
Iuri Matias 1732e9e707 abstract udapp plugin so it maintains backwards compatibilify with the plugin api 5 years ago
Iuri Matias 18cadabdfc remove unused methods from udapp 5 years ago
Iuri Matias 20f39ede7a replace web3 from wei with directly using web3 utils 5 years ago
Iuri Matias a827b6bd51 Revert "listen to new transaction using blockchain abstraction instead of txlistener" 5 years ago
Iuri Matias a9e16b82af listen to new transaction using blockchain abstraction instead of txlistener 5 years ago
Iuri Matias 2ac2b64b85 move udapp from remix-lib back to remix-ide 5 years ago
Iuri Matias 3d426df64b move blockchain class to its own folder 5 years ago
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