Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DoS fix: add check for wrong block number in chain fork #865

Conversation

Gustav-Simonsson
Copy link

No description provided.

@obscuren
Copy link
Contributor

obscuren commented May 6, 2015

Invalid. You've just broke a test. It "works" because of the static test hashes in block.go

@obscuren obscuren closed this May 6, 2015
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this pull request Jan 20, 2022
* Fix gosigar build error on iOS using our fork

libproc.h is not available on iOS

* Fix gobind build error on iOS due to different parameter names in the generated ObjC code of the Sign method between Signer and MobileSigner

Error was:
Geth_darwin.m:5082:17: error: method 'sign:p1:error:' in protocol 'GethSigner' not implemented [-Werror,-Wprotocol]

* Remove bitcode patch, bitcode is now disabled in gomobile for go < 1.14

See golang/mobile@875e90d

* Make sure the right go version is installed

* Fix android dockerfile so it's simpler to use from circleci

* Simplify ios build step

Directly install the default rust toolchain

* No need to wait for build-geth to build ios and android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants