Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
cellframe
python-cellframe
Graph
fe40f4f4f45f9b2e269d1cd799352d9d25aa3508
Select Git revision
Branches
20
Redesign
archive-0.1
backport-8107
bugfix-11771
bugfix-12833
bugfix-8974
bugfix-8974_1
bugfix-9102
bugfix-checking-dap-server-in-added-http-proc
bugfix-nativewinbuild
bugs-4725
bugs-4761
bugs-4783
create_tx_cond
custom_tx_in_develop
develop
develop+master-351
develop_refactoring
documentation
feature-11948
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Sep
16
15
7
6
5
3
30
Aug
28
27
25
24
21
20
19
12
11
10
9
6
5
3
2
30
Jul
28
26
23
22
21
16
25
Jun
17
May
18
Apr
8
Feb
20
Jan
19
5
25
Dec
23
22
21
20
18
27
Nov
2
30
Oct
28
27
13
11
9
2
30
Sep
27
25
24
23
22
20
9
31
Aug
27
24
23
21
24
Jun
17
16
3
30
May
15
13
11
10
9
8
7
6
4
3
2
3
2
28
Apr
27
26
23
21
20
17
15
14
13
12
11
10
9
8
7
6
5
3
29
Mar
27
25
23
22
20
13
12
3
2
1
2
1
28
Feb
29
27
26
24
23
22
21
20
18
17
14
23
Jan
16
15
14
13
11
10
9
8
29
Dec
23
20
21
20
19
20
19
20
19
18
17
16
14
13
12
11
9
8
6
5
2
28
Nov
27
26
27
26
25
22
21
20
19
18
15
16
15
14
13
12
11
8
7
6
5
4
3
18
Oct
17
14
11
10
9
8
7
4
3
[+] Added error code output if AppCliServer initialization failed.
[*] Build restored
[*] The function for creating an object of the ChainCell type has been replaced with the dap_chain_cell_create_fill function.
[+] Added functions to check what type ChainCellID and Chain objects are.
[*] Update cellframe-sdk into branch support-4810.
[*] Renamed class from CryptoKey to EncKey.
[*] Added -fpic parameter when building some libraries. Removed the commented out code.
Merge branch 'hotfix-4916' into 'master'
[-] Wrong signature for dap_chain_cell_create()
[*] Fix functions init and deinit dap-sdk.
[*] Fix.
[+] Added initialization of the following object types: Key, HashFast, HashType, Pkey, PkeyType, Cert, CertMetadata, CertMetadataType, SignType, Sign.
[-] The declaration of the newKey and generateNewKey functions has been removed.
[+] Added functions for creating and deleting an object of type Key. And removed the key generation function it is moved to the object's constructor.
[*] The functions returning an object of the key type have been modified.
[+] Added function for encode and decode bytes using functions that take a Bytes object as an argument.
[+] Added classes type Base58 and Base64 to module.
[*] Fix.
[*] Added wrapping for functions dap_enc_key_serealize_pub_key, dap_enc_key_deserealize_priv_key, dap_enc_key_deserealize_pub_key, dap_enc_key_dup.
[+] Added wrapping functions dap_enc_key_serealize_priv_key. And fixed functions dap_enc_key_get_enc_size_py, dap_enc_key_get_dec_size_py, dap_enc_gen_key_public_size_py.
[*] Fixed errors related tothe transfer of the definitions of the CryptoKey class.
[*] Moved calss definitions from libdap_crypto_key_python.h to wrapping_dap_enc_key.h.
Merge branch 'support-4810' of https://gitlab.demlabs.net/cellframe/python-cellframe into support-4810
[+] Added description classes type Base58 and Base64.
[*] Merdge a branch release-2.9
[*] Updated README file formatting.
[*] Update installation instructions in REAADME file.
[*] Update 08-28-2021 Version release-2.9.
[*] Fix script.
[+] Added in gitignore following directories CellFrame/__pycache__, DAP/__pycache__ and DAP.egg-info.
[-] Removed files.
[+] Added installation files for assembling and installing DAP and CellFrame package.
[*] Made changes to files for separate assembly of dap-sdk and cellframe-sdk.
[+] Added init files for DAP and CellFrame packages.
[*] Edit tp_name. Prefix CellFrame renamed to DAP.
...
Merge branch 'release-2.9' of gitlab.demlabs.net:cellframe/python-cellframe into develop
[+] Added compilation and defining attributes.
[*] Fix building python-cellframe as part of a cellframe-node.
[*] Removed call function dap_events_socket_find_unsafe. This function removed from cellframe-sdk.
Loading