internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545)

This commit is contained in:
Péter Szilágyi
2017-01-12 22:28:35 +02:00
committed by Felix Lange
parent 3dab303826
commit 93077c98e4
6 changed files with 774 additions and 327 deletions

View File

@ -27,9 +27,15 @@ import (
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/internal/jsre/deps"
"github.com/robertkrimen/otto"
)
var (
BigNumber_JS = deps.MustAsset("bignumber.js")
Web3_JS = deps.MustAsset("web3.js")
)
/*
JSRE is a generic JS runtime environment embedding the otto JS interpreter.
It provides some helper functions to