Browse Source

support Wasm and Rust contract

tags/1.6.4
liuyuanmu 2 years ago
parent
commit
29ff5d64ef
3 changed files with 6 additions and 2 deletions
  1. +1
    -1
      core
  2. +4
    -0
      deploy/deploy-peer/src/main/resources/assembly.xml
  3. +1
    -1
      framework

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 884bfb65ab1c776acb6dfad4b61207bab288f298
Subproject commit 971cddebb47f27a6f8e2760e0a60c29534c49bee

+ 4
- 0
deploy/deploy-peer/src/main/resources/assembly.xml View File

@@ -32,6 +32,10 @@
<directory>${basedir}/../../core/consensus/consensus-raft/lib</directory>
<outputDirectory>libs</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/../../core/contract/contract-jvm/lib</directory>
<outputDirectory>libs</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>


+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit a7d029faba042769dea0a07a1bdf8ca92466556a
Subproject commit 2e9d504721ece7d2a8e26d68e19eed458e102fca

Loading…
Cancel
Save