Skip to content

Commit 81af45c

Browse files
authored
add functions to parse vaa to price info (#37)
* add functions to parse vaa to price info * bump * add comments * address comments * add suport for base64 encoding for parseVaa * add test for base64 vaa * fix encode_vaa_for_chain * add test for encode_vaa_for_chain
1 parent 6bb10e2 commit 81af45c

File tree

4 files changed

+486
-2
lines changed

4 files changed

+486
-2
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Created by https://www.toptal.com/developers/gitignore/api/python
22
# Edit at https://www.toptal.com/developers/gitignore?templates=python
33

4+
5+
# VS Code
6+
.vscode/
7+
8+
# MacOS
9+
.DS_Store
10+
411
### Python ###
512
# Byte-compiled / optimized / DLL files
613
__pycache__/

0 commit comments

Comments
 (0)