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

Add ability to set initial block height at genesis #3416

Merged
merged 1 commit into from
Oct 16, 2020

Conversation

abukosek
Copy link
Contributor

@abukosek abukosek commented Oct 16, 2020

This adds the ability to change the initial block height at genesis time to something other than 1.

@abukosek abukosek force-pushed the andrej/feature/netrunner-initial-height branch from a0a8496 to 463d442 Compare October 16, 2020 06:55
@codecov
Copy link

codecov bot commented Oct 16, 2020

Codecov Report

Merging #3416 into master will decrease coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3416      +/-   ##
==========================================
- Coverage   66.18%   66.06%   -0.13%     
==========================================
  Files         371      371              
  Lines       33367    33368       +1     
==========================================
- Hits        22085    22045      -40     
- Misses       8041     8097      +56     
+ Partials     3241     3226      -15     
Impacted Files Coverage Δ
go/oasis-node/cmd/genesis/genesis.go 50.24% <100.00%> (+0.12%) ⬆️
go/worker/compute/executor/committee/state.go 71.42% <0.00%> (-14.29%) ⬇️
go/staking/api/grpc.go 51.26% <0.00%> (-7.57%) ⬇️
go/consensus/tendermint/apps/staking/query.go 35.71% <0.00%> (-4.77%) ⬇️
go/worker/keymanager/handler.go 57.14% <0.00%> (-4.09%) ⬇️
go/worker/compute/executor/committee/node.go 59.09% <0.00%> (-3.93%) ⬇️
go/keymanager/client/client.go 83.18% <0.00%> (-2.66%) ⬇️
go/consensus/tendermint/staking/staking.go 52.83% <0.00%> (-2.52%) ⬇️
go/storage/mkvs/lookup.go 72.63% <0.00%> (-2.11%) ⬇️
go/runtime/committee/nodes.go 69.69% <0.00%> (-1.52%) ⬇️
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 61c7609...5543dbb. Read the comment docs.

@abukosek abukosek force-pushed the andrej/feature/netrunner-initial-height branch from 463d442 to 493f4e5 Compare October 16, 2020 09:31
@abukosek abukosek marked this pull request as ready for review October 16, 2020 09:31
go/oasis-test-runner/oasis/oasis.go Outdated Show resolved Hide resolved
@abukosek abukosek force-pushed the andrej/feature/netrunner-initial-height branch from 493f4e5 to 5543dbb Compare October 16, 2020 09:48
@abukosek abukosek merged commit d520f7d into master Oct 16, 2020
@abukosek abukosek deleted the andrej/feature/netrunner-initial-height branch October 16, 2020 10:16
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