Skip to content

Commit c05cab2

Browse files
RIg410boozook
andauthored
[dvm]Update libra version. (#165)
* migrate libra * migrate ds * migrate compiler * migrate runtime * refactoring * remove unused code * fix transport * update .gitignore * update libra version. * update oracle implementation. * update Price value type. * added DataSource blacklist. * fix gitignore * CI: add versions prints * CI: remove dvm path because already in PATH Co-authored-by: Alexander Koz <a@koz.email>
1 parent 95ef42b commit c05cab2

30 files changed

Lines changed: 656 additions & 359 deletions

File tree

.github/workflows/integration.dnode.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,19 @@ jobs:
158158
cd ${{ steps.VARS.outputs.NODE_REPO_PATH }}
159159
make
160160
161+
162+
- name: print versions
163+
run: |
164+
echo `rustc -V`
165+
echo `dvm -V`
166+
echo `dnode version`
167+
168+
161169
- name: Tests
162170
run: |
163171
cd ${{ steps.VARS.outputs.NODE_REPO_PATH }}
164172
go test -v ./... --tags=integ
165173
env:
166174
GO111MODULE: "on"
167175
DN_DVM_INTEG_TESTS_USE: "binary"
168-
DN_DVM_INTEG_TESTS_BINARY_PATH: ${{ steps.VARS.outputs.DVM_BIN }}
176+
# DN_DVM_INTEG_TESTS_BINARY_PATH: ${{ steps.VARS.outputs.DVM_BIN }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
.vscode
44
*.iml
55
# compiler's output
6-
/target
6+
target/*

0 commit comments

Comments
 (0)