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
3
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
Merge requests
!4
Features 2565 - Integration libdap-chain-net-python with python-cellframe
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Features 2565 - Integration libdap-chain-net-python with python-cellframe
features-2565
into
master
Overview
0
Commits
5
Pipelines
0
Changes
7
Merged
alexey.stratulat
requested to merge
features-2565
into
master
5 years ago
Overview
0
Commits
5
Pipelines
0
Changes
7
Expand
Integration libdap-chain-net-python with python-cellframe
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
58a94951
5 commits,
5 years ago
7 files
+
49
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
include/python-cellframe.h
+
8
−
0
Options
@@ -18,6 +18,14 @@
#include
"wrapping_dap_chain_datum_tx.h"
#include
"wrapping_dap_chain_ledger.h"
// ============
// === Chain net ===
#include
"libdap_chain_net_python.h"
#include
"wrapping_dap_chain_net_node.h"
#include
"wrapping_dap_chain_net_node_cli.h"
#include
"wrapping_dap_chain_net_node_client.h"
#include
"wrapping_dap_chain_net_node_info.h"
#include
"wrapping_dap_chain_net_state.h"
// ============
#include
"dap_common.h"
Loading