Skip to content

Commit

Permalink
updated genallocs for GoldenAge
Browse files Browse the repository at this point in the history
  • Loading branch information
kiltsonfire committed Oct 18, 2024
1 parent bd5f132 commit bbc1bac
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 19 deletions.
1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_cyprus1.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_cyprus2.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_cyprus3.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_hydra1.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_hydra2.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_hydra3.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_paxos1.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_paxos2.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_qi_paxos3.json

This file was deleted.

2 changes: 1 addition & 1 deletion genallocs/gen_alloc_quai_cyprus1.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_cyprus2.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_cyprus3.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_hydra1.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_hydra2.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_hydra3.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_paxos1.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_paxos2.json

This file was deleted.

1 change: 0 additions & 1 deletion genallocs/gen_alloc_quai_paxos3.json

This file was deleted.

2 changes: 1 addition & 1 deletion params/protocol_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var (
OrchardDurationLimit = big.NewInt(5) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
LighthouseDurationLimit = big.NewInt(5) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
LocalDurationLimit = big.NewInt(1) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
TimeToStartTx uint64 = 10
TimeToStartTx uint64 = 5 * BlocksPerDay
BlocksPerDay uint64 = new(big.Int).Div(big.NewInt(86400), DurationLimit).Uint64() // BlocksPerDay is the number of blocks per day assuming 12 second block time
DifficultyAdjustmentPeriod = big.NewInt(720) // This is the number of blocks over which the average has to be taken
DifficultyAdjustmentFactor int64 = 40 // This is the factor that divides the log of the change in the difficulty
Expand Down

0 comments on commit bbc1bac

Please sign in to comment.