mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-17 08:07:51 +00:00
wip
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
f4bca2710f
commit
7812951164
@ -1,4 +1,5 @@
|
|||||||
const asciiTable = require('ascii-table');
|
const asciiTable = require('ascii-table');
|
||||||
|
const ethAbi = require('web3-eth-abi');
|
||||||
|
|
||||||
class Profiler {
|
class Profiler {
|
||||||
constructor(embark) {
|
constructor(embark) {
|
||||||
@ -36,6 +37,17 @@ class Profiler {
|
|||||||
return paramString;
|
return paramString;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
generateGasEstimation(method) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
generateRandomType(type) {
|
||||||
|
switch(type) {
|
||||||
|
case "uint256":
|
||||||
|
case "uint"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
registerConsoleCommand() {
|
registerConsoleCommand() {
|
||||||
const self = this;
|
const self = this;
|
||||||
self.embark.registerConsoleCommand((cmd, _options) => {
|
self.embark.registerConsoleCommand((cmd, _options) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user