Merge branch 'v2.3.1_qc' into 'develop' (merge request !32)
v2.3.1_qc
Showing
LICENSE
0 → 100644
NOTICE
0 → 100644
demo/caller_dvm.go
0 → 100644
demo/contract_fact_cut.go
0 → 100644
This diff is collapsed.
| module chainmaker.org/chainmaker/contract-sdk-go/v2 | ||
| go 1.15 | ||
| go 1.16 | ||
| require ( | ||
| chainmaker.org/chainmaker/common/v2 v2.2.0 | ||
| chainmaker.org/chainmaker/pb-go/v2 v2.2.2-0.20220610071700-48769fb5638b | ||
| chainmaker.org/chainmaker/protocol/v2 v2.2.0 | ||
| chainmaker.org/chainmaker/common/v2 v2.3.0 | ||
| chainmaker.org/chainmaker/pb-go/v2 v2.3.0 | ||
| chainmaker.org/chainmaker/protocol/v2 v2.3.0 | ||
| github.com/gogo/protobuf v1.3.2 | ||
| github.com/golang/mock v1.6.0 | ||
| github.com/golang/protobuf v1.5.2 | ||
| github.com/tjfoc/gmsm v1.4.1 | ||
| go.uber.org/zap v1.18.1 | ||
| golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 | ||
| google.golang.org/grpc v1.40.0 | ||
| golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
| golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
| golang.org/x/tools v0.1.10 // indirect | ||
| golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect | ||
| google.golang.org/grpc v1.41.1 | ||
| ) |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
sandbox/config.go
0 → 100644
sandbox/conn.go
0 → 100644
sandbox/runtime_client.go
0 → 100644
sandbox/sandbox.go
0 → 100644
sandbox/time_statics.go
0 → 100644
sandbox/tx_handler.go
0 → 100644
sandbox/utils.go
0 → 100644
sdk/const.go
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
shim/handler.go
deleted
100644 → 0
This diff is collapsed.
shim/shim.go
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment