Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Move all chain parameters into engine_params #50

Merged
merged 6 commits into from
Jan 4, 2016
Merged

Move all chain parameters into engine_params #50

merged 6 commits into from
Jan 4, 2016

Conversation

gavofyork
Copy link
Contributor

…and let Engine impl provide them.

engine_params: vec![
("block_reward", encode(&(finney() * U256::from(1500u64)))),
("maximum_extra_data_size", encode(&U256::from(1024u64))),
("account_start_nonce", encode(&U256::from(0u64))),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use this hashmap macro instead.

arkpar added a commit that referenced this pull request Jan 4, 2016
Move all chain parameters into `engine_params`
@arkpar arkpar merged commit d15d803 into master Jan 4, 2016
gavofyork pushed a commit that referenced this pull request Jan 17, 2016
updated to rocksdb wrapper version 0.3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants