Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Truite
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EcoMobiCoin
Truite
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
e648ac3dea00011e98fa66d469f67744d0d09fa3
Select Git revision
Branches
7
108-cannot-mine-multiple-txs-from-same-address
123-node-clock-is-stuck-in-time-and-generate-futureblock-errors
141-implement-mining-strategies
144-rejected-bad-block-header-when-running-simulation
ci-test
dev
default
protected
test_vdf_different_approaches
Tags
6
v0.0.1-prealpha5
protected
v0.0.1-prealpha4
protected
v0.0.1-prealpha3
protected
v0.0.1-prealpha2
protected
v0.0.1-prealpha1
protected
v0.1.0-alpha
protected
13 results
Begin with the selected commit
Created with Raphaël 2.2.0
22
Mar
21
20
15
14
13
12
8
7
29
Feb
27
22
20
16
15
7
5
31
Jan
29
24
23
22
18
17
16
12
11
9
8
18
Dec
15
14
13
12
8
7
6
5
4
30
Nov
29
28
24
23
22
21
17
16
15
14
10
9
8
6
2
31
Oct
26
23
20
18
11
10
9
6
5
4
2
29
Sep
28
27
26
20
19
15
14
12
11
6
5
4
31
Aug
24
23
17
16
28
Jul
25
24
21
20
19
18
17
11
6
5
4
3
28
Jun
23
22
19
16
13
12
8
6
5
1
26
May
25
24
23
17
16
15
12
11
10
9
5
3
2
28
Apr
27
26
25
24
17
14
13
6
5
29
Mar
28
24
22
20
17
16
15
14
13
10
9
7
6
3
2
1
28
Feb
27
24
22
20
16
15
10
9
8
3
2
1
30
Jan
25
24
18
17
13
12
11
9
5
4
2
15
Dec
14
13
12
9
8
5
2
1
20
Nov
16
13
12
10
5
4
27
Oct
26
25
24
12
11
10
9
6
30
Sep
29
25
24
22
19
16
15
14
13
11
10
8
7
6
3
30
Aug
27
24
20
18
17
16
13
10
9
5
4
3
1
30
Jul
29
24
21
19
18
17
Added more values for simulation and uncommented difficulty updates
test_vdf_differ…
test_vdf_different_approaches
Fix some logs in test compute_various_vdf_difficulties()
Added different computations of vdf and test to gather statistics on their outputs
Merge branch 'change_network_difficulty' into 'dev'
v0.0.1-prealpha…
v0.0.1-prealpha5 dev
changed beginning network difficulty
change network difficulty, can't be less than one
Lowered difficulty even more
Changed vdf difficulty to make sure modulus is only applied on hash
Reduced initial difficulty of pob
Update difficulty computation for corrected formula
Merge branch 'avoid-multiple-network-difficulty-calculations' into 'dev'
Avoid network difficulty calculation in 2 different methods when mining
Fix test after difficulty adjustement period update
Update difficulty_adjustment_period to 1 in all networks
Merge branch 'update-demo-docker-compose' into 'dev'
Add docker profile example for demo docker compose
Change demurrage logs level to TRACE
Update demo docker compose with latest tests
Miner now chooses more bxs from pool
Added a minimum for network difficulty at one
Add failing test from logs
144-rejected-ba…
144-rejected-bad-block-header-when-running-simulation
Update docker compose data-vis port to avoid conflicts
Update install link
Merge branch 'add-data-visualisation-to-demo' into 'dev'
141-implement-m…
141-implement-mining-strategies
Add data visualisation image to docker compose
Merge branch '142-update-difficulty-every-n-blocks' into 'dev'
Remove MAX_DIFFICULTY when updating network difficulty
Fix max_update_network_difficulty_percent unit
Update difficulty only every P blocks
Merge branch 'add-demo-docker-compose' into 'dev'
v0.0.1-prealpha4
v0.0.1-prealpha4
Merge branch 'dev' into add-demo-docker-compose
Merge branch 'error-handling' into 'dev'
Merge branch 'dev' into error-handling
Small fix of number of bxs allowed in a block
Handle error where behavior input is empty, previously it'd run demurrage and not reverse it in this use case
Merge branch 'fix-ci-build' into 'dev'
Specify cargo-chef version to be compatible with rust 1.71
Remove old github ci file
Remove gitlab kube agent conf file
Fix demo script path in init docker image
Loading