-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
SEC-7 Negative Value Transactions #342
Milestone
Comments
Re-opening since the fixes for this are still WIP. Let's keep it open until we have the relevant types / types validations fully fixed including working tests. |
Even though the fix is not optimal, this issue is fixed |
ngtuna
pushed a commit
to ngtuna/tomochain
that referenced
this issue
Dec 10, 2018
Add annouce-txs, maxpeers 25
AusIV
pushed a commit
to NoteGio/go-ethereum
that referenced
this issue
Jul 12, 2021
ethclient: fix missing doublequote in example
tony-ricciardi
pushed a commit
to tony-ricciardi/go-ethereum
that referenced
this issue
Jan 20, 2022
tony-ricciardi
pushed a commit
to tony-ricciardi/go-ethereum
that referenced
this issue
Jan 20, 2022
…hereum#344) This reverts commit b58f3c4.
tanishqjasoria
pushed a commit
to tanishqjasoria/go-ethereum
that referenced
this issue
Oct 31, 2023
* delay Archimedes on Alpha by a week * bump version --------- Co-authored-by: HAOYUatHZ <[email protected]>
weiihann
pushed a commit
to weiihann/go-ethereum
that referenced
this issue
Feb 2, 2024
* implement eip 2935 * add touched historical contract slot to the witness
sduchesneau
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Aug 30, 2024
[NIT-2672] Merge v1.13.15
s1na
pushed a commit
to s1na/go-ethereum
that referenced
this issue
Dec 2, 2024
* check v2 switch block is epoch number * revert sync pr * add test * make default block number valid * fix log * fix test
jsvisa
pushed a commit
to jsvisa/go-ethereum
that referenced
this issue
Jan 8, 2025
* feat(beacon): introduce soft blocks * feat: update api.go * chore(ci): update CI * feat: update L1Origin * feat: update `verifyHeader` * test: update tests * feat: update consensus * feat: update consensus * feat: update genesis * feat: remove timestamp check in prepareWork * feat: merge changes in ethereum#281 * Update eth/catalyst/api.go Co-authored-by: maskpp <[email protected]> * Update internal/ethapi/taiko_preconf.go Co-authored-by: maskpp <[email protected]> * fix consensus test * revert commit f1df58 * fix consensus test (ethereum#349) * Update eth/catalyst/api.go Co-authored-by: maskpp <[email protected]> * feat: add back timestamp check in worker * add genesis * temp fix for old l1origin * nil value * feat: rename to `L1OriginLegacy` * feat: change `common.Big0` as the default value for legacy l1Origin, to make `IsSoftblock` return `false` * feat(beacon): change the reorg log level (ethereum#350) * use debug log level to avoid logging too many logs when frequently soft block reorg. * use debug log level to avoid logging too many logs when frequently soft block reorg. * feat: check --taiko flag --------- Co-authored-by: David <[email protected]> * add rlp optional flag (ethereum#353) * fix lint * fix test case * feat(l1Origin): remove the reverted l1Origins (ethereum#355) * remove the reverted l1Origins * feat: add more comments --------- Co-authored-by: David <[email protected]> * only forward txs * chore: update ci --------- Co-authored-by: maskpp <[email protected]> Co-authored-by: Jeffery Walsh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/jonasnick/eth-neg-value-tx
https://github.com/ethereum/go-ethereum/blob/develop/vm/vm.go#L675
Related issue: #340
The text was updated successfully, but these errors were encountered: