diff --git a/CHANGELOG.md b/CHANGELOG.md
index c08593ea7..cabf58537 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# CHANGELOG
# 1.4.0
+
- CosmWasm v1
- Bump WASM gas cost:
- Base WASM invocation 10k -> 100k
@@ -155,7 +156,7 @@ Secret-CosmWasm remains in a version that is compatabile with the v0.10 of vanil
A new feature has been added - plaintext logs. To send an unencrypted log (contract output), use `plaintext_log` instead of `log`.
This allows contracts to emit public events, and attach websockets to listen to specific events. To take advantage of this feature, compile contracts with
-`cosmwasm-std = { git = "https://github.com/enigmampc/SecretNetwork", tag = "v1.2.0" }`
+`cosmwasm-std = { git = "https://github.com/scrtlabs/SecretNetwork", tag = "v1.2.0" }`
## Known Issues
diff --git a/Makefile b/Makefile
index de1f39d20..7011d8c83 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))
ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=SecretNetwork \
-X github.com/cosmos/cosmos-sdk/version.AppName=secretd \
- -X github.com/enigmampc/SecretNetwork/cmd/secretcli/version.ClientName=secretcli \
+ -X github.com/scrtlabs/SecretNetwork/cmd/secretcli/version.ClientName=secretcli \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
-X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(build_tags)"
@@ -462,11 +462,12 @@ update-swagger-openapi-docs: statik-install proto-swagger-openapi-gen statik
protoVer=v0.2
-proto-all: proto-format proto-lint proto-gen proto-swagger-openapi-gen
+proto-all: proto-lint proto-gen proto-swagger-openapi-gen
proto-gen:
@echo "Generating Protobuf files"
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen:$(protoVer) sh ./scripts/protocgen.sh
+ go mod tidy
proto-lint:
@$(DOCKER_BUF) lint --error-format=json
diff --git a/client/docs/static/openapi/index.html b/client/docs/static/openapi/index.html
index fd0d2b7a6..f42e406a7 100644
--- a/client/docs/static/openapi/index.html
+++ b/client/docs/static/openapi/index.html
@@ -2126,7 +2126,7 @@
a given height.
default An unexpected error response.
/ibc/core/connection/v1/connections/{connection_id}/consensus_state/revision/{revision_number}/height/{revision_height}
Query a specific contract code by id
Responses
/compute/v1beta1/code/{code_id}
Query code hash by code id
Responses
/compute/v1beta1/code/{code_id}
Query code hash by code id
Responses
/compute/v1beta1/code_hash/{code_id}
Query code hash by contract address
path Parameters
contract_address required | string address is the bech32 human readable address of the contract
+ /compute/v1beta1/code_hash/by_code_id/{code_id} Query code hash by contract address path Parameterscontract_address required | string address is the bech32 human readable address of the contract
|
Responses/compute/v1beta1/code_hash/{contract_address} Query all contract codes on-chain Responses/compute/v1beta1/code_hash/by_contract_address/{contract_address} Query all contract codes on-chain ResponsesQuery contract address by label Responses/compute/v1beta1/contract_address/{label} Query code info by id Responses/compute/v1beta1/contract_address/{label} Query code info by id Responses/compute/v1beta1/contracts/{code_id} Query contract info by address path Parameterscontract_address required | string address is the bech32 human readable address of the contract
|
Responses/reg/consensus-io-exch-pubkey
|