index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
vm
/
sqlvm
/
ast
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: vm: sqlvm: ast: decimal decode for bool
Jhih-Ming Huang
2019-05-06
1
-0
/
+5
*
core: vm: sqlvm: ast: copy data before decimal decode
wmin0
2019-05-06
1
-0
/
+2
*
core: vm: sqlvm: ast: fix unsigned get type error code
wmin0
2019-05-06
1
-1
/
+1
*
core: vm: sqlvm: runtime: opLoad load fixed bytes and address in bytes
Jhih-Ming Huang
2019-05-06
2
-16
/
+2
*
vm: sqlvm: refine after updating dexon-foundation/decimal
yenlin.lai
2019-05-06
2
-11
/
+4
*
misc: replace shopspring/decimal with our fork
yenlin.lai
2019-05-06
3
-3
/
+4
*
core: vm: sqlvm: add a descriptor field to IdentifierNode
Ting-Wei Lan
2019-05-06
1
-0
/
+8
*
core: vm: sqlvm: support SQL three-valued logic on AST
Ting-Wei Lan
2019-05-06
3
-1
/
+170
*
core: vm: sqlvm: ast: rename DataTypeUnknown to DataTypePending
Ting-Wei Lan
2019-05-06
3
-14
/
+19
*
core: vm: sqlvm: ast: rename TestSize
Ting-Wei Lan
2019-05-06
1
-1
/
+1
*
core: vm: sqlvm: ast: don't calculate min and max values on demand
Ting-Wei Lan
2019-05-06
2
-55
/
+76
*
core: vm: sqlvm: ast: make DataTypeDecode a method of DataType
Ting-Wei Lan
2019-05-06
2
-28
/
+19
*
core: vm: sqlvm: ast: rename tests for DataType encoding or decoding
Ting-Wei Lan
2019-05-06
1
-31
/
+31
*
core: vm: sqlvm: ast: return error messages from GetType
Ting-Wei Lan
2019-05-06
3
-43
/
+85
*
core: vm: sqlvm: schema: move methods of DataTypeMajor
Ting-Wei Lan
2019-05-06
1
-10
/
+10
*
core: vm: sqlvm: ast: implement decimal to uint64
Jhih-Ming Huang
2019-05-06
2
-8
/
+50
*
core: vm: sqlvm: ast: add size func and move error code to errors.go
Jhih-Ming Huang
2019-05-06
2
-19
/
+58
*
core: vm: sqlvm: types: fix encode bug when exponent is negative (#270)
yenlinlai
2019-05-06
2
-4
/
+10
*
core: vm: sqlvm: make a common interface for statements
Ting-Wei Lan
2019-05-06
1
-6
/
+34
*
core: vm: sqlvm: add shared variables (#228)
Meng-Ying Yang
2019-05-06
2
-11
/
+8
*
core: vm: sqlvm: add ESCAPE grammar
wmin0
2019-05-06
1
-0
/
+35
*
core: vm: sqlvm: limit the depth of AST to 1024
Ting-Wei Lan
2019-05-06
1
-0
/
+5
*
core: vm: sqlvm: ast: use non-empty interfaces in DataType{En,De}code
Ting-Wei Lan
2019-05-06
2
-80
/
+34
*
core: vm: sqlvm: ast: handle error in AST printer
Ting-Wei Lan
2019-05-06
1
-28
/
+52
*
core: vm: sqlvm: fill source code position in AST nodes
Ting-Wei Lan
2019-05-06
2
-38
/
+111
*
core: vm: sqlvm: ast: use pointer receivers
Ting-Wei Lan
2019-05-06
1
-89
/
+89
*
core: vm: sqlvm: ast: remove pointer indicator in printer output
Ting-Wei Lan
2019-05-06
1
-5
/
+4
*
core: vm: sqlvm: check if a number is a valid address
Ting-Wei Lan
2019-05-06
2
-23
/
+5
*
core: vm: sqlvm: introduce interfaces for AST nodes
Ting-Wei Lan
2019-05-06
3
-153
/
+992
*
core: vm: sqlvm: types support data range
Meng-Ying Yang
2019-05-06
2
-0
/
+82
*
core: vm: sqlvm: add schema define and implement rlp serialization
wmin0
2019-05-06
2
-42
/
+44
*
core: vm: sqlvm: ast: add encoder/decoder for decimal to bytes
wmin0
2019-05-06
2
-11
/
+196
*
core: vm: sqlvm: ast: data type encoder and decoder
wmin0
2019-05-06
2
-0
/
+244
*
core: vm: sqlvm: ast: don't hardcode output and indent in PrintAST
Ting-Wei Lan
2019-05-06
1
-25
/
+33
*
core: vm: sqlvm: process non-UTF-8 input and escape sequences
Ting-Wei Lan
2019-05-06
1
-5
/
+31
*
core: vm: sqlvm: remove optional interface and add print tag for detail
wmin0
2019-05-06
2
-96
/
+40
*
core: vm: sqlvm: move AST and parser to their own packages
Ting-Wei Lan
2019-05-06
2
-0
/
+559