This repository was archived by the owner on Oct 4, 2019. It is now read-only.
forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 8
EIP-150 for Ethereum Classic cpp-ethereum. #10
Open
marcusrbrown
wants to merge
23
commits into
ethereumproject:develop
Choose a base branch
from
marcusrbrown:etc/eip-150
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1c609fd
EIP150 version1 gasPrice change proposal
41d22dc
update gas price for
9eaaad0
fixing PR
975f09a
Implement EIP150 1b for calls
chfast e78f769
Implement EIP150 1b (63/64 gas) for CREATE
chfast 30a7f20
Refactor EIP150 1b changes for improve readability
chfast 30a38c4
Additional cost of SELFDESTRUCT sending to non-existing account
chfast 3250d78
update EIP150 test filler
1cbb407
Improve EVMSchedule
chfast f7c82e5
Rename EIP150 related objects
chfast f3ed580
test: add gasCheck on creation of a contract
394cf2c
Rework code for "all but one 64th" rule. NFC
chfast 2adbdc0
EIP150 MemExpandingTests
ed38acb
more EIP150 state tests
f013d6b
change frontierCompatibilityModeLimit to homsteadForkBlock
1a97c6a
Restore stack limit of 1024 for EIP150
chfast dc81af7
Adapt Homestead tests to EIP150 specs
375ac97
fix incorrect bnumber in state tests
ea24960
Move blockchain tests to be run on EIP150 rules
255c249
update blockchainEIP fillers
9612186
blockhain tests that crash cpp eth
2d6fc35
change EIP150 bnumber to 2463000
7c1d277
Change the EIP-150 block number from 2463000 to 2500000 for Ethereum …
marcusrbrown File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this change spec'd in the yellow paper? i don't remember seeing it implemented in geth