Skip to content

Commit

Permalink
internal: update web3.js to 0.18.1, embed deps with go-bindata (ether…
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and fjl committed Jan 12, 2017
1 parent 3dab303 commit 93077c9
Show file tree
Hide file tree
Showing 6 changed files with 774 additions and 327 deletions.
22 changes: 2 additions & 20 deletions internal/jsre/bignumber_js.go → internal/jsre/deps/bignumber.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

258 changes: 258 additions & 0 deletions internal/jsre/deps/bindata.go

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions internal/jsre/deps/deps.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Copyright 2017 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethereum library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

// Package deps contains the console JavaScript dependencies Go embedded.
package deps

//go:generate go-bindata -o bindata.go bignumber.js web3.js
Loading

0 comments on commit 93077c9

Please sign in to comment.