Skip to content

Commit

Permalink
Merge pull request #15 from expanse-project/rebase-1.4.4
Browse files Browse the repository at this point in the history
Rebase 1.4.7
  • Loading branch information
chrisfranko committed Jun 19, 2016
2 parents 6162f05 + 246215b commit 4a65375
Show file tree
Hide file tree
Showing 98 changed files with 20,686 additions and 2,933 deletions.
11 changes: 10 additions & 1 deletion .github/CONTRIBUTING.md
@@ -1,6 +1,15 @@
If you'd like to contribute to go-expanse please fork, fix, commit and

send a pull request. Commits who do not comply with the coding standards

Before you do a feature request please check and make sure that it isn't possible
through some other means. The JavaScript enabled console is a powerful feature
in the right hands. Please check our [Bitchin' tricks](https://github.com/expanse-project/go-expanse/wiki/bitchin-tricks) wiki page for more info
and help.

## Contributing

If you'd like to contribute to go-expanse please fork, fix, commit and
send a pull request. Commits which do not comply with the coding standards
are ignored (use gofmt!). If you send pull requests make absolute sure that you
commit on the `develop` branch and that you do not merge to master.
Commits that are directly based on master are simply ignored.
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "cmd/mist/assets/ext/expanse.js"]
path = cmd/mist/assets/ext/expanse.js
url = https://github.com/expanse-org/web3.js
url = https://github.com/expanse-project/web3.js
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,10 +1,12 @@
language: go
go:
- 1.4.2
- 1.5.4
- 1.6.2
install:
# - go get code.google.com/p/go.tools/cmd/goimports
# - go get github.com/golang/lint/golint
# - go get golang.org/x/tools/cmd/vet
# - go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
before_script:
# - gofmt -l -w .
Expand Down
15 changes: 10 additions & 5 deletions Godeps/Godeps.json

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

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions Godeps/_workspace/src/github.com/rs/xhandler/.travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions Godeps/_workspace/src/github.com/rs/xhandler/LICENSE

This file was deleted.

134 changes: 0 additions & 134 deletions Godeps/_workspace/src/github.com/rs/xhandler/README.md

This file was deleted.

93 changes: 0 additions & 93 deletions Godeps/_workspace/src/github.com/rs/xhandler/chain.go

This file was deleted.

0 comments on commit 4a65375

Please sign in to comment.