Skip to content
GitLab
Explore
Sign in
Commits on Source
210
c3c5bdc6
[enh] Support for Node 10 (
#1373
) + fix
#1372
(scryptb removal)
May 05, 2019
1cf9c350
[fix] .gitlab-ci.yml: changes on `.gitlab/**/*` as well
May 07, 2019
986b441f
[fix] CI: use Node 10
May 07, 2019
273c6791
[fix] CI: g1 and gt control hash has changed to add `replayable_on`
May 07, 2019
a24f5fdd
[enh] build version with Node 10.11.0
May 07, 2019
d540c42c
[fix] use docker image v1.4.0
May 07, 2019
e7bcb261
[mod] #1373: duniter.sh: move to Nodejs v10
May 07, 2019
217003c8
[fix] BMA: in case of wrong network configuratio, Duniter could crash on startup
May 21, 2019
c1169e2b
[enh] Abstracting conf DAL to ConfDAO
May 21, 2019
ba5d0619
[fix] BMA: /branches should not throw if current block does not exist
May 21, 2019
a8940efe
[enh] Remove ArchiveDAO, which is a LokiJS artifact
May 21, 2019
f81ef834
[enh] Add to an interface ServerDAO methods that could be used by external modules
May 21, 2019
73673478
[enh] StatsDAL => replaced by LevelDB indexes
May 21, 2019
7539d306
[enh] Make network auto configuration available to external calls
May 21, 2019
4eb392c0
[enh] Upgrade TypeScript to 3.4.3
May 21, 2019
a6cf131f
[enh] add network/ws2p/heads requests in HTTP_API.md
May 28, 2019
79aef668
Add network/ws2p/heads in table of content
May 28, 2019
16d2cde0
Merge branch 'feat/node10' into dev
May 28, 2019
26c48bd4
Merge remote-tracking branch 'origin/add_heads_in_http_api' into dev
May 28, 2019
37ad8da5
[fix] #1379 + #1380: prevent expired documents to reach the mempool
May 28, 2019
1040f4b2
[fix]
#1379
: missing code
May 28, 2019
67b98e90
[enh] logging: failure details for identity while coming to mempool
May 28, 2019
e5d1b35d
[doc] Add changelog for v1.7.19
Jun 02, 2019
c12cd770
[doc] Add changelog for future v1.8.0
Jun 02, 2019
68d9af9c
[doc] externalize protocols documentation
Jun 02, 2019
4cd96f14
Merge branch 'externalize_protocol_doc' into 'dev'
Jun 02, 2019
67528e1d
Trigger CI/CI when yarn.lock changes
Jul 23, 2019
260824fc
Merge branch '1.7' into dev
Oct 16, 2019
d3aff4f3
[fix] Too much peer signals: was 144/day on Ğ1, set to 4/day
Dec 09, 2019
e64e28f3
Merge branch '1.7' into dev
Jan 28, 2020
467399cf
[fix] failing transpilation after merge
Jan 28, 2020
b142100f
[fix] github sync
Jan 28, 2020
bb13a3e6
Merge branch '1.7' into dev
Feb 14, 2020
3cc705d3
[ci] remove job github-sync (use gitlab mirroring instead)
Feb 14, 2020
37c7a105
[fix] upgrade dependencies with potential security vulnerabilities
Feb 15, 2020
f3060873
Merge branch 'fix/deps-secu' into 'dev'
Feb 15, 2020
e572326d
[fix] bma: bma endpoint should be autoset to BMAS whe remoteport is 443
Feb 20, 2020
c99e97c1
Merge branch 'elois/bmas' into 'dev'
Feb 21, 2020
53a17233
Update HTTP_API.md
Feb 27, 2020
0514f737
[fix] fix missing command in HTTP_API.md
Mar 30, 2020
cbb3f6c0
[fix] fix link to wotrequirements-of-pendingminsig in HTTP_API.md
Mar 30, 2020
527a8424
[fix] fix wot/requirements json returned in HTTP_API.md
Mar 30, 2020
720b26db
[build] fix: arm build must use yarn
Mar 30, 2020
a1590a2f
Merge branch 'arm-yarn' into dev
Mar 31, 2020
302426c5
[build] add rust & force node version to 10.19.0
Mar 31, 2020
ab81593f
[ref] migrate wotb -> dubp-wot-rs
Mar 31, 2020
3a66fc91
[fix] do not save wotb file in memory mode
Mar 31, 2020
31a8e8d0
[fix] wotb: default file path must be new path
Apr 01, 2020
8cc285bf
Merge branch 'wotb-rs' into dev
Apr 01, 2020
1fd04354
Bump handlebars from 4.0.11 to 4.7.4
Apr 01, 2020
0502d2c4
Merge branch 'dependabot/npm_and_yarn/handlebars-4.7.4' into dev
Apr 01, 2020
fa559ea3
[docs] update README (+ apply markdown linter)
Apr 01, 2020
4be2f7c6
[ci] remove build stage (test stage already execute same build)
Apr 01, 2020
fb3cd04c
[ci] build docker image in CI
Apr 01, 2020
a8fa1990
[docs] add docker documentation
Apr 02, 2020
5743ad32
Merge branch 'feature/docker' into dev
Apr 02, 2020
367f245c
[ci] restoring stages order
Apr 02, 2020
fbaedac0
[docs] update quick-start
Apr 05, 2020
5a0640d3
[ref] migrate dubp-wot-rs -> duniteroxyde
Apr 05, 2020
9618367d
[build] remove unused duniteroxyde intermediate binaries
Apr 05, 2020
40c1c56d
[ref] sha256: use duniteroxyde to compute sha256 hash
Apr 05, 2020
01690ecf
[enh] keyring: use duniteroxyde to sign and verify
Apr 05, 2020
46c25f3b
[enh] scrypt: keypair generation use duniteroxyde instead of tweetnacl
Apr 05, 2020
3cbe722f
[ref] remove useless modules base58 & nacl-utils
Apr 05, 2020
3b4c6490
Merge branch 'feature/oxyde-crypto' into dev
Apr 19, 2020
fac23701
[docs] add git conventions
Apr 19, 2020
2039c6f3
[style] add Husky to automatically lint and format things with Prettier
Apr 19, 2020
91a20a12
[style] prettify all .ts files
Apr 19, 2020
cf2f008f
Merge branch 'feature/husky-linting' into dev
Apr 19, 2020
fe3f7ea1
Bump mixin-deep from 1.3.1 to 1.3.2
Apr 19, 2020
c90cee1b
Merge branch 'dependabot/npm_and_yarn/mixin-deep-1.3.2' into dev
Apr 19, 2020
2ac6ceea
Use same default DUNITER_HOME for OpenRC
Apr 22, 2020
6ea8a994
Use OpenRC SSD option at correct place
Apr 22, 2020
d9310e29
Merge branch 'OpenRC' into 'dev'
Apr 22, 2020
23f35f2e
[feat] show public key when asking to change keypair
⚡
Apr 22, 2020
1e69d267
[fix]
🐛
log message instead of throwing an error when 'Peer with zero...
Apr 22, 2020
4ae26468
[feat]
📖
doc to setup rust cargo, and rearrange yarn install
Apr 22, 2020
daac09ae
[docs]
📖
fix documentation on Scrypt parameters
Apr 22, 2020
96bef51b
Merge branch 'feature/info-peers' into dev
Apr 22, 2020
b4f70277
[deps] upgrade several dependencies
Apr 23, 2020
77d655fe
Merge branch 'feature/upgrade-deps' into dev
Apr 23, 2020
608868e3
[ci] replace only/except by rules
Apr 23, 2020
b55d6952
[ci] rework pipeline rules for MR
Apr 24, 2020
1f5225ec
Merge branch 'feature/ci-rules' into 'dev'
Apr 23, 2020
22d96c72
[build] update yarn.lock
Apr 24, 2020
267d2b0c
[ref] dal: comment expiration steps
Apr 24, 2020
0203bb96
[fix] sync: save wot file on sync
Apr 24, 2020
0c277ebd
[ref] prover: no log proof with 3 zeros
Apr 27, 2020
a92f5028
[deps] duniteroxyde: upgrade to 0.2.9
Apr 27, 2020
7d81b9da
Merge branch 'fix/wotb-save-at-sync' into dev
Apr 27, 2020
2141600d
[ci] all jobs use redshift runner
Apr 28, 2020
833a00a9
[ref] embedding of Duniteroxide in Duniter repository
Apr 28, 2020
b35d40c8
[style] git: add rustfmt check to pre-commit hook
Apr 28, 2020
00b5c0c0
[ci] add jobs for rust code
Apr 28, 2020
e3c6a750
Merge branch 'ref/embedding-duniteroxyde' into dev
Apr 28, 2020
b7c3c922
[ci] exec quality stage after package stage
Apr 28, 2020
04d16320
[tests] reproduce bug
#1402
Apr 29, 2020
60266f5d
[fix]computation:checkHaveEnoughLinks must never count same issuer twice
Apr 30, 2020
4000c830
Merge branch 'fix/1402' into dev
Apr 30, 2020
ec6d26c7
[ref] git: add binary index.node to .gitignore
Apr 30, 2020
110 additional commits have been omitted to prevent performance issues.
Loading