mirror of
https://github.com/status-im/status-go.git
synced 2025-01-16 01:35:10 +00:00
e4cbce12c4
* Update `github.com/ethereum/go-ethereum` package to 1.8.1 branch. Part of #638 * Fix code due to some signature changes. Part of #638 * use upstream for whisper backend * Add patch to downgrade usage of Whisper v6 to v5 in some geth 1.8.1 vendor files. Part of #638 * Take into account the DNS rebinding protection introduced in 1.8.0 by adding exception for localhost. Part of #638 * Add patches required for cross-compiled builds starting with geth 1.8.0. Only applied during build. Part of #638 * Update expected JSON result in `TestRegressionGetTransactionReceipt()` and `TestCallRawResultGetTransactionReceipt()`. Part of #665 * Fix some failing e2e tests. Part of #638 * Address comments in PR #702. Part of #638
17 lines
671 B
Markdown
17 lines
671 B
Markdown
## Can I have feature X
|
|
|
|
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 [Wiki page](https://github.com/ethereum/go-ethereum/wiki) for more info
|
|
and help.
|
|
|
|
## Contributing
|
|
|
|
If you'd like to contribute to go-ethereum please fork, fix, commit and
|
|
send a pull request. Commits which do not comply with the coding standards
|
|
are ignored (use gofmt!).
|
|
|
|
See [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)
|
|
for more details on configuring your environment, testing, and
|
|
dependency management.
|