From 60423fe4d2487be6c002625dcaf7626e3758d734 Mon Sep 17 00:00:00 2001 From: TAKASE Ryo Date: Thu, 20 Apr 2023 14:28:17 +0900 Subject: [PATCH] docs: replace line with finschia in docs, comments, and scripts related docs (#290) * docs: replace line with finschia in docs, comments, and scripts related docs * docs: execute needed cargo schema * docs: replace email address and title in CONTRIBUTING.md * docs: replace email in CODE_OF_CONDUCT.md * Update README.md Co-authored-by: zemyblue * Update packages/vm/README.md Co-authored-by: zemyblue --------- Co-authored-by: zemyblue --- .chglog/CHANGELOG.tpl.md | 2 +- .chglog/config.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CHANGELOG.md | 76 +++++++++---------- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 12 +-- LICENSE | 2 +- NOTICE | 1 + README.md | 4 +- contracts/README.md | 4 +- contracts/hackatom/schema/hackatom.json | 2 +- contracts/hackatom/src/msg.rs | 2 +- .../schema/ibc-reflect-send.json | 20 ++--- .../ibc-reflect-send/schema/packet_msg.json | 20 ++--- contracts/ibc-reflect/schema/packet_msg.json | 12 +-- contracts/reflect/schema/reflect.json | 20 ++--- packages/crypto/Cargo.toml | 2 +- packages/crypto/README.md | 8 +- packages/derive/Cargo.toml | 2 +- packages/derive/README.md | 4 +- packages/schema/Cargo.toml | 2 +- packages/schema/README.md | 4 +- packages/std/Cargo.toml | 2 +- packages/std/README.md | 4 +- packages/std/schema/cosmos_msg.json | 12 +-- packages/std/src/imports.rs | 2 +- packages/std/src/results/cosmos_msg.rs | 20 ++--- packages/std/src/types.rs | 4 +- packages/storage/Cargo.toml | 2 +- packages/storage/README.md | 4 +- packages/vm/Cargo.toml | 2 +- packages/vm/README.md | 10 +-- 32 files changed, 134 insertions(+), 133 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 6dff67a98..3195d5cfb 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -5,7 +5,7 @@ {{ range .CommitGroups -}} ### {{ .Title }} -{{ range .Commits -}}{{ if regexMatch `^.+\(\[#[1-9][0-9]*\]\(https://github.com/line/cosmwasm/issues/[1-9][0-9]*\)\)$` .Subject }} +{{ range .Commits -}}{{ if regexMatch `^.+\(\[#[1-9][0-9]*\]\(https://github.com/Finschia/cosmwasm/issues/[1-9][0-9]*\)\)$` .Subject }} * {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ mustRegexReplaceAll `issues/([1-9][0-9]*)\)\)$` .Subject `pull/${1}))` }}{{ end }}{{ end }} {{ end -}} diff --git a/.chglog/config.yml b/.chglog/config.yml index b4198458a..3e383b36e 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -2,7 +2,7 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/line/cosmwasm + repository_url: https://github.com/Finschia/cosmwasm options: tag_filter_pattern: '^v\d+\.\d+\.\d+-\d+\.\d+\.\d+' commits: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3b3a940cf..8a215c954 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,7 +21,7 @@ Closes #0 -- [ ] I followed the [contributing guidelines](https://github.com/line/cosmwasm/blob/main/CONTRIBUTING.md). +- [ ] I followed the [contributing guidelines](https://github.com/Finschia/cosmwasm/blob/main/CONTRIBUTING.md). - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] The PR title and commits are followed [conventional commit form](https://www.conventionalcommits.org/en/v1.0.0). diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec33f2bb..4f9e6085b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,83 +1,83 @@ # Changelog -## [[0.16.3-0.5.1](https://github.com/line/cosmwasm/compare/v0.16.3-0.5.0...0.16.3-0.5.1)] - 2022-03-03 +## [[0.16.3-0.5.1](https://github.com/Finschia/cosmwasm/compare/v0.16.3-0.5.0...0.16.3-0.5.1)] - 2022-03-03 ### Fixes -* downgrade wasmer version 2.0.0 ([#166](https://github.com/line/cosmwasm/issues/166)) -* copy with cargo.lock in release CD ([#168](https://github.com/line/cosmwasm/pull/168)) +* downgrade wasmer version 2.0.0 ([#166](https://github.com/Finschia/cosmwasm/issues/166)) +* copy with cargo.lock in release CD ([#168](https://github.com/Finschia/cosmwasm/pull/168)) -## [[0.16.3-0.5.0](https://github.com/line/cosmwasm/compare/v0.14.0-0.4.0...0.16.3-0.5.0)] - 2022-03-02 +## [[0.16.3-0.5.0](https://github.com/Finschia/cosmwasm/compare/v0.14.0-0.4.0...0.16.3-0.5.0)] - 2022-03-02 ### Features -* Add derive macro "IntoEvent" ([#161](https://github.com/line/cosmwasm/pull/161)) -* merge original version 0.16.3 ([#148](https://github.com/line/cosmwasm/pull/148)) -* support Uuid type and sha1_calculate API ([#145](https://github.com/line/cosmwasm/pull/145)) -* Add release automation config ([#108](https://github.com/line/cosmwasm/pull/108)) +* Add derive macro "IntoEvent" ([#161](https://github.com/Finschia/cosmwasm/pull/161)) +* merge original version 0.16.3 ([#148](https://github.com/Finschia/cosmwasm/pull/148)) +* support Uuid type and sha1_calculate API ([#145](https://github.com/Finschia/cosmwasm/pull/145)) +* Add release automation config ([#108](https://github.com/Finschia/cosmwasm/pull/108)) ### Fixes -* exclude floaty from release checking ([#165](https://github.com/line/cosmwasm/pull/165)) -* update rust version in release.yml ([#163](https://github.com/line/cosmwasm/pull/163)) +* exclude floaty from release checking ([#165](https://github.com/Finschia/cosmwasm/pull/165)) +* update rust version in release.yml ([#163](https://github.com/Finschia/cosmwasm/pull/163)) - change the MSRV (Minimum Supported Rust Version) to 1.57.0 -* export vm::testing::contract::Contract ([#147](https://github.com/line/cosmwasm/pull/147)) -* export DivideByZeroError to pub ([#140](https://github.com/line/cosmwasm/pull/140)) +* export vm::testing::contract::Contract ([#147](https://github.com/Finschia/cosmwasm/pull/147)) +* export DivideByZeroError to pub ([#140](https://github.com/Finschia/cosmwasm/pull/140)) -## [[v0.14.0-0.4.0](https://github.com/line/cosmwasm/compare/v0.14.0-0.3.0...v0.14.0-0.4.0)] - 2021-06-28 +## [[v0.14.0-0.4.0](https://github.com/Finschia/cosmwasm/compare/v0.14.0-0.3.0...v0.14.0-0.4.0)] - 2021-06-28 ### Changes -* Update upstream Cosmwasm/cosmwasm version to 0.14.0 ([#122](https://github.com/line/cosmwasm/pull/122)) +* Update upstream Cosmwasm/cosmwasm version to 0.14.0 ([#122](https://github.com/Finschia/cosmwasm/pull/122)) - Please refer [CHANGELOG_OF_COSMWASM_v0.14.0](https://github.com/CosmWasm/cosmwasm/blob/v0.14.0/CHANGELOG.md) ### Removes -* Remove cosmwasm-ext ([#117](https://github.com/line/cosmwasm/pull/117)) +* Remove cosmwasm-ext ([#117](https://github.com/Finschia/cosmwasm/pull/117)) ### Chores -* ci: Migrate CI to Actions ([#104](https://github.com/line/cosmwasm/pull/104)) -* docs: Renew CHANGELOG form ([#111](https://github.com/line/cosmwasm/pull/111)) -* docs: Add copyright to license and notice ([#113](https://github.com/line/cosmwasm/pull/113)) -* docs: Add contributing and CoC ([#114](https://github.com/line/cosmwasm/pull/114)) -* docs: Remove docs and add links to original docs ([#115](https://github.com/line/cosmwasm/pull/115)) -* Modify package description ([#114](https://github.com/line/cosmwasm/pull/114)) -* ci: Fix shellcheck failure ([#119](https://github.com/line/cosmwasm/pull/119)) -* docs: Change ref links to ours ([#120](https://github.com/line/cosmwasm/pull/120)) -* Merge develop into main ([#124](https://github.com/line/cosmwasm/pull/124)) -* Update pull request template ([#125](https://github.com/line/cosmwasm/pull/125)) -* Rename lbm to lfb ([#126](https://github.com/line/cosmwasm/pull/126)) -* Replace links in source ([#127](https://github.com/line/cosmwasm/pull/127)) - -## [[v0.14.0-0.3.0](https://github.com/line/cosmwasm/compare/v0.12.0-0.2.0...v0.14.0-0.3.0)] - 2021-04-02 +* ci: Migrate CI to Actions ([#104](https://github.com/Finschia/cosmwasm/pull/104)) +* docs: Renew CHANGELOG form ([#111](https://github.com/Finschia/cosmwasm/pull/111)) +* docs: Add copyright to license and notice ([#113](https://github.com/Finschia/cosmwasm/pull/113)) +* docs: Add contributing and CoC ([#114](https://github.com/Finschia/cosmwasm/pull/114)) +* docs: Remove docs and add links to original docs ([#115](https://github.com/Finschia/cosmwasm/pull/115)) +* Modify package description ([#114](https://github.com/Finschia/cosmwasm/pull/114)) +* ci: Fix shellcheck failure ([#119](https://github.com/Finschia/cosmwasm/pull/119)) +* docs: Change ref links to ours ([#120](https://github.com/Finschia/cosmwasm/pull/120)) +* Merge develop into main ([#124](https://github.com/Finschia/cosmwasm/pull/124)) +* Update pull request template ([#125](https://github.com/Finschia/cosmwasm/pull/125)) +* Rename lbm to lfb ([#126](https://github.com/Finschia/cosmwasm/pull/126)) +* Replace links in source ([#127](https://github.com/Finschia/cosmwasm/pull/127)) + +## [[v0.14.0-0.3.0](https://github.com/Finschia/cosmwasm/compare/v0.12.0-0.2.0...v0.14.0-0.3.0)] - 2021-04-02 ### Changes -* Update upstream Cosmwasm/cosmwasm version to 0.14.0-beta1 ([#86](https://github.com/line/cosmwasm/issues/86)) +* Update upstream Cosmwasm/cosmwasm version to 0.14.0-beta1 ([#86](https://github.com/Finschia/cosmwasm/issues/86)) - Please refer [CHANGELOG_OF_COSMWASM_v0.14.0-beta1](https://github.com/CosmWasm/cosmwasm/blob/v0.14.0-beta1/CHANGELOG.md) -## [[v0.12.0-0.2.0](https://github.com/line/cosmwasm/compare/v0.12.0-0.1.0...v0.12.0-0.2.0)] - 2021-03-29 +## [[v0.12.0-0.2.0](https://github.com/Finschia/cosmwasm/compare/v0.12.0-0.1.0...v0.12.0-0.2.0)] - 2021-03-29 ### Features -* Add vm::testing::MockApi::new_with_gas_cost to specify how much gas api consume ([#89](https://github.com/line/cosmwasm/issues/89)) -* Add vm::testing::Contract for integration test using more actual flow ([#87](https://github.com/line/cosmwasm/issues/87)) +* Add vm::testing::MockApi::new_with_gas_cost to specify how much gas api consume ([#89](https://github.com/Finschia/cosmwasm/issues/89)) +* Add vm::testing::Contract for integration test using more actual flow ([#87](https://github.com/Finschia/cosmwasm/issues/87)) ## [v0.12.0-0.1.0] - 2021-01-27 ### Features -* Add approve, burn_from and transfer_from for token/collection ([#29](https://github.com/line/cosmwasm/issues/29)) -* Add features to use collection module in ext and add tests for it ([#8](https://github.com/line/cosmwasm/issues/8)) -* Add features to use token module in ext and add tests for it ([#7](https://github.com/line/cosmwasm/issues/7)) -* Add the ext package and tests for it. It is a wrapper to use token and collection module from contracts ([#6](https://github.com/line/cosmwasm/issues/6)) +* Add approve, burn_from and transfer_from for token/collection ([#29](https://github.com/Finschia/cosmwasm/issues/29)) +* Add features to use collection module in ext and add tests for it ([#8](https://github.com/Finschia/cosmwasm/issues/8)) +* Add features to use token module in ext and add tests for it ([#7](https://github.com/Finschia/cosmwasm/issues/7)) +* Add the ext package and tests for it. It is a wrapper to use token and collection module from contracts ([#6](https://github.com/Finschia/cosmwasm/issues/6)) ### Fixes -* Fix bugs on ext packages and refine it ([#35](https://github.com/line/cosmwasm/issues/35)) +* Fix bugs on ext packages and refine it ([#35](https://github.com/Finschia/cosmwasm/issues/35)) ## [cosmwasm v0.12.0] - 2021-01-05 Initial code is based on the cosmwasm v0.12.0 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bdb313039..8edb283b4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[dl_oss_dev@linecorp.com](mailto:dl_oss_dev@linecorp.com). +[dev@finschia.org](mailto:dev@finschia.org). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01dd0f9ee..073eefa80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,19 @@ -# How to contribute to `line/cosmwasm` +# How to contribute to `Finschia/cosmwasm` First of all, thank you so much for taking your time to contribute! It will be amazing if you could help us by doing any of the following: -- File an issue in [the issue tracker](https://github.com/line/cosmwasm/issues) to report bugs and propose new features and +- File an issue in [the issue tracker](https://github.com/Finschia/cosmwasm/issues) to report bugs and propose new features and improvements. -- Ask a question by creating a new issue in [the issue tracker](https://github.com/line/cosmwasm/issues). - - Browse [the list of previously answered questions](https://github.com/line/cosmwasm/issues?q=label%3Aquestion). -- Contribute your work by sending [a pull request](https://github.com/line/cosmwasm/pulls). +- Ask a question by creating a new issue in [the issue tracker](https://github.com/Finschia/cosmwasm/issues). + - Browse [the list of previously answered questions](https://github.com/Finschia/cosmwasm/issues?q=label%3Aquestion). +- Contribute your work by sending [a pull request](https://github.com/Finschia/cosmwasm/pulls). ## Contributor license agreement When you are sending a pull request and it's a non-trivial change beyond fixing typos, please sign the ICLA (individual contributor license agreement). Please -[contact us](mailto:dl_oss_dev@linecorp.com) if you need the CCLA (corporate contributor license agreement). +[contact us](mailto:dev@finschia.org) if you need the CCLA (corporate contributor license agreement). ## Code of conduct diff --git a/LICENSE b/LICENSE index 9a52d7bc1..ff7fa4fb2 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 LINE Plus Corporation + Copyright 2023 Finschia Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 08e00f506..cdd1a6851 100644 --- a/NOTICE +++ b/NOTICE @@ -2,6 +2,7 @@ Copyright 2019 Jehan Tremback Copyright 2019-2020 Confio UO Copyright 2019-2020 Simon Warta Copyright 2021 LINE Plus Corporation +Copyright 2023 Finschia Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 944f70877..794a12f51 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # CosmWasm -[![Tests](https://github.com/line/cosmwasm/actions/workflows/tests.yml/badge.svg)](https://github.com/line/cosmwasm/actions/workflows/tests.yml) +[![Tests](https://github.com/Finschia/cosmwasm/actions/workflows/tests.yml/badge.svg)](https://github.com/Finschia/cosmwasm/actions/workflows/tests.yml) -**WebAssembly Smart Contracts for the LBM** +**WebAssembly Smart Contracts for the Finschia** This repository is forked from [CosmWasm/cosmwasm](https://github.com/CosmWasm/cosmwasm). diff --git a/contracts/README.md b/contracts/README.md index 7e413186d..737fa97ca 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -7,10 +7,10 @@ example contracts, see ## Optimized builds Those development contracts are used for testing in other repos, e.g. in -[wasmvm](https://github.com/line/wasmvm/tree/main/api/testdata) or +[wasmvm](https://github.com/Finschia/wasmvm/tree/main/api/testdata) or [cosmjs](https://github.com/cosmos/cosmjs/tree/main/scripts/wasmd/contracts). -They are [built and deployed](https://github.com/line/cosmwasm/releases) by +They are [built and deployed](https://github.com/Finschia/cosmwasm/releases) by the CI for every release tag. In case you need to build them manually for some reason, use the following commands: diff --git a/contracts/hackatom/schema/hackatom.json b/contracts/hackatom/schema/hackatom.json index 7b490234d..1b9d321fc 100644 --- a/contracts/hackatom/schema/hackatom.json +++ b/contracts/hackatom/schema/hackatom.json @@ -252,7 +252,7 @@ "sudo": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "SudoMsg", - "description": "SudoMsg is only exposed for internal lbm-sdk modules to call. This is showing how we can expose \"admin\" functionality than can not be called by external users or contracts, but only trusted (native/Go) code in the blockchain", + "description": "SudoMsg is only exposed for internal finschia-sdk modules to call. This is showing how we can expose \"admin\" functionality than can not be called by external users or contracts, but only trusted (native/Go) code in the blockchain", "oneOf": [ { "type": "object", diff --git a/contracts/hackatom/src/msg.rs b/contracts/hackatom/src/msg.rs index e85be57f0..274745292 100644 --- a/contracts/hackatom/src/msg.rs +++ b/contracts/hackatom/src/msg.rs @@ -20,7 +20,7 @@ pub struct MigrateMsg { pub verifier: String, } -/// SudoMsg is only exposed for internal lbm-sdk modules to call. +/// SudoMsg is only exposed for internal finschia-sdk modules to call. /// This is showing how we can expose "admin" functionality than can not be called by /// external users or contracts, but only trusted (native/Go) code in the blockchain #[cw_serde] diff --git a/contracts/ibc-reflect-send/schema/ibc-reflect-send.json b/contracts/ibc-reflect-send/schema/ibc-reflect-send.json index 43a3c1994..35dd74583 100644 --- a/contracts/ibc-reflect-send/schema/ibc-reflect-send.json +++ b/contracts/ibc-reflect-send/schema/ibc-reflect-send.json @@ -115,10 +115,10 @@ ], "definitions": { "BankMsg": { - "description": "The message types of the bank module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", + "description": "The message types of the bank module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", "oneOf": [ { - "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", + "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "send" @@ -541,10 +541,10 @@ } }, "StakingMsg": { - "description": "The message types of the staking module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto.", + "description": "The message types of the staking module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto.", "oneOf": [ { - "description": "This is translated to a [MsgDelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgDelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "delegate" @@ -569,7 +569,7 @@ "additionalProperties": false }, { - "description": "This is translated to a [MsgUndelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgUndelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "undelegate" @@ -594,7 +594,7 @@ "additionalProperties": false }, { - "description": "This is translated to a [MsgBeginRedelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgBeginRedelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "redelegate" @@ -650,10 +650,10 @@ ] }, "WasmMsg": { - "description": "The message types of the wasm module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", + "description": "The message types of the wasm module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", "oneOf": [ { - "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", + "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "execute" @@ -690,7 +690,7 @@ "additionalProperties": false }, { - "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", + "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "instantiate" @@ -740,7 +740,7 @@ "additionalProperties": false }, { - "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", + "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "migrate" diff --git a/contracts/ibc-reflect-send/schema/packet_msg.json b/contracts/ibc-reflect-send/schema/packet_msg.json index 787c32971..d49111754 100644 --- a/contracts/ibc-reflect-send/schema/packet_msg.json +++ b/contracts/ibc-reflect-send/schema/packet_msg.json @@ -53,10 +53,10 @@ ], "definitions": { "BankMsg": { - "description": "The message types of the bank module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", + "description": "The message types of the bank module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", "oneOf": [ { - "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", + "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "send" @@ -479,10 +479,10 @@ } }, "StakingMsg": { - "description": "The message types of the staking module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto.", + "description": "The message types of the staking module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto.", "oneOf": [ { - "description": "This is translated to a [MsgDelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgDelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "delegate" @@ -507,7 +507,7 @@ "additionalProperties": false }, { - "description": "This is translated to a [MsgUndelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgUndelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "undelegate" @@ -532,7 +532,7 @@ "additionalProperties": false }, { - "description": "This is translated to a [MsgBeginRedelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgBeginRedelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "redelegate" @@ -588,10 +588,10 @@ ] }, "WasmMsg": { - "description": "The message types of the wasm module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", + "description": "The message types of the wasm module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", "oneOf": [ { - "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", + "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "execute" @@ -628,7 +628,7 @@ "additionalProperties": false }, { - "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", + "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "instantiate" @@ -678,7 +678,7 @@ "additionalProperties": false }, { - "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", + "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "migrate" diff --git a/contracts/ibc-reflect/schema/packet_msg.json b/contracts/ibc-reflect/schema/packet_msg.json index 3ad3a07f3..58dabd857 100644 --- a/contracts/ibc-reflect/schema/packet_msg.json +++ b/contracts/ibc-reflect/schema/packet_msg.json @@ -55,10 +55,10 @@ ], "definitions": { "BankMsg": { - "description": "The message types of the bank module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", + "description": "The message types of the bank module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", "oneOf": [ { - "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", + "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "send" @@ -433,10 +433,10 @@ ] }, "WasmMsg": { - "description": "The message types of the wasm module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", + "description": "The message types of the wasm module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", "oneOf": [ { - "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", + "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "execute" @@ -473,7 +473,7 @@ "additionalProperties": false }, { - "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", + "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "instantiate" @@ -523,7 +523,7 @@ "additionalProperties": false }, { - "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", + "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "migrate" diff --git a/contracts/reflect/schema/reflect.json b/contracts/reflect/schema/reflect.json index d22bdda76..91531835e 100644 --- a/contracts/reflect/schema/reflect.json +++ b/contracts/reflect/schema/reflect.json @@ -84,10 +84,10 @@ ], "definitions": { "BankMsg": { - "description": "The message types of the bank module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", + "description": "The message types of the bank module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", "oneOf": [ { - "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", + "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "send" @@ -568,10 +568,10 @@ ] }, "StakingMsg": { - "description": "The message types of the staking module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto.", + "description": "The message types of the staking module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto.", "oneOf": [ { - "description": "This is translated to a [MsgDelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgDelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "delegate" @@ -596,7 +596,7 @@ "additionalProperties": false }, { - "description": "This is translated to a [MsgUndelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgUndelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "undelegate" @@ -621,7 +621,7 @@ "additionalProperties": false }, { - "description": "This is translated to a [MsgBeginRedelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). `delegator_address` is automatically filled with the current contract's address.", + "description": "This is translated to a [MsgBeginRedelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). `delegator_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "redelegate" @@ -709,10 +709,10 @@ ] }, "WasmMsg": { - "description": "The message types of the wasm module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", + "description": "The message types of the wasm module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", "oneOf": [ { - "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", + "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "execute" @@ -749,7 +749,7 @@ "additionalProperties": false }, { - "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", + "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "instantiate" @@ -799,7 +799,7 @@ "additionalProperties": false }, { - "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", + "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "migrate" diff --git a/packages/crypto/Cargo.toml b/packages/crypto/Cargo.toml index 7e521c631..92490ab7b 100644 --- a/packages/crypto/Cargo.toml +++ b/packages/crypto/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.9-0.7.0" authors = ["LINE Plus Corporation"] edition = "2021" description = "Crypto bindings for cosmwasm contracts" -repository = "https://github.com/line/cosmwasm/tree/main/packages/crypto" +repository = "https://github.com/Finschia/cosmwasm/tree/main/packages/crypto" license = "Apache-2.0" [features] diff --git a/packages/crypto/README.md b/packages/crypto/README.md index 7f5aee14b..a60ffe6e0 100644 --- a/packages/crypto/README.md +++ b/packages/crypto/README.md @@ -3,8 +3,8 @@ _Forked from [CosmWasm/cosmwasm-crypto](https://github.com/CosmWasm/cosmwasm/tree/main/packages/crypto)_ This crate implements cryptography-related functions, so that they can be -available for both, the [cosmwasm-vm](`https://github.com/line/cosmwasm/tree/main/packages/vm`) -and [cosmwasm-std](`https://github.com/line/cosmwasm/tree/main/packages/std`) crates. +available for both, the [cosmwasm-vm](`https://github.com/Finschia/cosmwasm/tree/main/packages/vm`) +and [cosmwasm-std](`https://github.com/Finschia/cosmwasm/tree/main/packages/std`) crates. ## Implementations @@ -25,5 +25,5 @@ cargo bench ## License This package is part of the cosmwasm repository, licensed under the Apache -License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE) -and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)). +License 2.0 (see [NOTICE](https://github.com/Finschia/cosmwasm/blob/main/NOTICE) +and [LICENSE](https://github.com/Finschia/cosmwasm/blob/main/LICENSE)). diff --git a/packages/derive/Cargo.toml b/packages/derive/Cargo.toml index 8ec043559..14350fad5 100644 --- a/packages/derive/Cargo.toml +++ b/packages/derive/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.9-0.7.0" authors = ["LINE Plus Corporation"] edition = "2021" description = "A package for auto-generated code used for CosmWasm contract development. This is shipped as part of cosmwasm-std. Do not use directly." -repository = "https://github.com/line/cosmwasm/tree/main/packages/derive" +repository = "https://github.com/Finschia/cosmwasm/tree/main/packages/derive" license = "Apache-2.0" readme = "README.md" diff --git a/packages/derive/README.md b/packages/derive/README.md index 6b5676f75..37fd61119 100644 --- a/packages/derive/README.md +++ b/packages/derive/README.md @@ -8,5 +8,5 @@ is shipped as part of cosmwasm-std. Do not use directly. ## License This package is part of the cosmwasm repository, licensed under the Apache -License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE) -and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)). +License 2.0 (see [NOTICE](https://github.com/Finschia/cosmwasm/blob/main/NOTICE) +and [LICENSE](https://github.com/Finschia/cosmwasm/blob/main/LICENSE)). diff --git a/packages/schema/Cargo.toml b/packages/schema/Cargo.toml index ad13d7c85..ddd48a347 100644 --- a/packages/schema/Cargo.toml +++ b/packages/schema/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.9-0.7.0" authors = ["LINE Plus Corporation"] edition = "2021" description = "A dev-dependency for CosmWasm contracts to generate JSON Schema files." -repository = "https://github.com/line/cosmwasm/tree/main/packages/schema" +repository = "https://github.com/Finschia/cosmwasm/tree/main/packages/schema" license = "Apache-2.0" [dependencies] diff --git a/packages/schema/README.md b/packages/schema/README.md index 387fb6260..603462af7 100644 --- a/packages/schema/README.md +++ b/packages/schema/README.md @@ -7,5 +7,5 @@ A dev-dependency for CosmWasm contracts to generate JSON Schema files. ## License This package is part of the cosmwasm repository, licensed under the Apache -License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE) -and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)). +License 2.0 (see [NOTICE](https://github.com/Finschia/cosmwasm/blob/main/NOTICE) +and [LICENSE](https://github.com/Finschia/cosmwasm/blob/main/LICENSE)). diff --git a/packages/std/Cargo.toml b/packages/std/Cargo.toml index 26630baff..21b5ca121 100644 --- a/packages/std/Cargo.toml +++ b/packages/std/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.9-0.7.0" authors = ["LINE Plus Corporation"] edition = "2021" description = "Standard library for Wasm based smart contracts on Cosmos blockchains" -repository = "https://github.com/line/cosmwasm/tree/main/packages/std" +repository = "https://github.com/Finschia/cosmwasm/tree/main/packages/std" license = "Apache-2.0" readme = "README.md" diff --git a/packages/std/README.md b/packages/std/README.md index f5a731b86..1ceb5b190 100644 --- a/packages/std/README.md +++ b/packages/std/README.md @@ -8,5 +8,5 @@ is compiled into the smart contract. ## License This package is part of the cosmwasm repository, licensed under the Apache -License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE) -and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)). +License 2.0 (see [NOTICE](https://github.com/Finschia/cosmwasm/blob/main/NOTICE) +and [LICENSE](https://github.com/Finschia/cosmwasm/blob/main/LICENSE)). diff --git a/packages/std/schema/cosmos_msg.json b/packages/std/schema/cosmos_msg.json index 43fb8550b..08aae943d 100644 --- a/packages/std/schema/cosmos_msg.json +++ b/packages/std/schema/cosmos_msg.json @@ -41,10 +41,10 @@ ], "definitions": { "BankMsg": { - "description": "The message types of the bank module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", + "description": "The message types of the bank module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto.", "oneOf": [ { - "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", + "description": "Sends native tokens from the contract to the given address.\n\nThis is translated to a [MsgSend](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). `from_address` is automatically filled with the current contract's address.", "type": "object", "required": [ "send" @@ -125,10 +125,10 @@ "type": "string" }, "WasmMsg": { - "description": "The message types of the wasm module.\n\nSee https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", + "description": "The message types of the wasm module.\n\nSee https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto.", "oneOf": [ { - "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", + "description": "Dispatches a call to another contract at a known address (with known ABI).\n\nThis is translated to a [MsgExecuteContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "execute" @@ -165,7 +165,7 @@ "additionalProperties": false }, { - "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", + "description": "Instantiates a new contracts from previously uploaded Wasm code.\n\nThis is translated to a [MsgInstantiateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "instantiate" @@ -215,7 +215,7 @@ "additionalProperties": false }, { - "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", + "description": "Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to customize behavior.\n\nOnly the contract admin (as defined in wasmd), if any, is able to make this call.\n\nThis is translated to a [MsgMigrateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). `sender` is automatically filled with the current contract's address.", "type": "object", "required": [ "migrate" diff --git a/packages/std/src/imports.rs b/packages/std/src/imports.rs index c5249298c..b8b50bd05 100644 --- a/packages/std/src/imports.rs +++ b/packages/std/src/imports.rs @@ -26,7 +26,7 @@ const HUMAN_ADDRESS_BUFFER_LENGTH: usize = 90; // This interface will compile into required Wasm imports. // A complete documentation those functions is available in the VM that provides them: -// https://github.com/line/cosmwasm/blob/0342c82d5e5c588131c28fae1fb941505838f352/packages/vm/src/instance.rs#L84-L201 +// https://github.com/Finschia/cosmwasm/blob/0342c82d5e5c588131c28fae1fb941505838f352/packages/vm/src/instance.rs#L84-L201 extern "C" { #[cfg(feature = "abort")] fn abort(source_ptr: u32); diff --git a/packages/std/src/results/cosmos_msg.rs b/packages/std/src/results/cosmos_msg.rs index 0ac53b60f..8c15e135e 100644 --- a/packages/std/src/results/cosmos_msg.rs +++ b/packages/std/src/results/cosmos_msg.rs @@ -47,14 +47,14 @@ pub enum CosmosMsg { /// The message types of the bank module. /// -/// See https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto. +/// See https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto. #[non_exhaustive] #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)] #[serde(rename_all = "snake_case")] pub enum BankMsg { /// Sends native tokens from the contract to the given address. /// - /// This is translated to a [MsgSend](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). + /// This is translated to a [MsgSend](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/bank/v1beta1/tx.proto#L19-L28). /// `from_address` is automatically filled with the current contract's address. Send { to_address: String, @@ -68,19 +68,19 @@ pub enum BankMsg { /// The message types of the staking module. /// -/// See https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto. +/// See https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto. #[cfg(feature = "staking")] #[non_exhaustive] #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)] #[serde(rename_all = "snake_case")] pub enum StakingMsg { - /// This is translated to a [MsgDelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). + /// This is translated to a [MsgDelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L79-L88). /// `delegator_address` is automatically filled with the current contract's address. Delegate { validator: String, amount: Coin }, - /// This is translated to a [MsgUndelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). + /// This is translated to a [MsgUndelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L110-L119). /// `delegator_address` is automatically filled with the current contract's address. Undelegate { validator: String, amount: Coin }, - /// This is translated to a [MsgBeginRedelegate](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). + /// This is translated to a [MsgBeginRedelegate](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmos/staking/v1beta1/tx.proto#L93-L103). /// `delegator_address` is automatically filled with the current contract's address. Redelegate { src_validator: String, @@ -120,7 +120,7 @@ fn binary_to_string(data: &Binary, fmt: &mut std::fmt::Formatter) -> Result<(), /// The message types of the wasm module. /// -/// See https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto. +/// See https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto. #[non_exhaustive] #[derive(Serialize, Deserialize, Clone, Derivative, PartialEq, Eq, JsonSchema)] #[derivative(Debug)] @@ -128,7 +128,7 @@ fn binary_to_string(data: &Binary, fmt: &mut std::fmt::Formatter) -> Result<(), pub enum WasmMsg { /// Dispatches a call to another contract at a known address (with known ABI). /// - /// This is translated to a [MsgExecuteContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). + /// This is translated to a [MsgExecuteContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82). /// `sender` is automatically filled with the current contract's address. Execute { contract_addr: String, @@ -139,7 +139,7 @@ pub enum WasmMsg { }, /// Instantiates a new contracts from previously uploaded Wasm code. /// - /// This is translated to a [MsgInstantiateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). + /// This is translated to a [MsgInstantiateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62). /// `sender` is automatically filled with the current contract's address. Instantiate { admin: Option, @@ -156,7 +156,7 @@ pub enum WasmMsg { /// /// Only the contract admin (as defined in wasmd), if any, is able to make this call. /// - /// This is translated to a [MsgMigrateContract](https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). + /// This is translated to a [MsgMigrateContract](https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L90-L100). /// `sender` is automatically filled with the current contract's address. Migrate { contract_addr: String, diff --git a/packages/std/src/types.rs b/packages/std/src/types.rs index a54b7b6c0..ac41e2737 100644 --- a/packages/std/src/types.rs +++ b/packages/std/src/types.rs @@ -85,8 +85,8 @@ pub struct BlockInfo { /// /// It contains the essential info for authorization - identity of the call, and payment. /// -/// [MsgInstantiateContract]: https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62 -/// [MsgExecuteContract]: https://github.com/line/lbm-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82 +/// [MsgInstantiateContract]: https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L45-L62 +/// [MsgExecuteContract]: https://github.com/Finschia/finschia-sdk/blob/v0.46.0/proto/cosmwasm/wasm/v1/tx.proto#L71-L82 #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)] pub struct MessageInfo { /// The `sender` field from `MsgInstantiateContract` and `MsgExecuteContract`. diff --git a/packages/storage/Cargo.toml b/packages/storage/Cargo.toml index ca5d0dcbc..c5322a3ee 100644 --- a/packages/storage/Cargo.toml +++ b/packages/storage/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.9-0.7.0" authors = ["LINE Plus Corporation"] edition = "2021" description = "CosmWasm library with useful helpers for Storage patterns" -repository = "https://github.com/line/cosmwasm/tree/main/packages/storage" +repository = "https://github.com/Finschia/cosmwasm/tree/main/packages/storage" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/storage/README.md b/packages/storage/README.md index 3373356c4..ecafb54b4 100644 --- a/packages/storage/README.md +++ b/packages/storage/README.md @@ -190,5 +190,5 @@ let the `TypedStorage` APIs take care of all the boilerplate. ## License This package is part of the cosmwasm repository, licensed under the Apache -License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE) -and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)). +License 2.0 (see [NOTICE](https://github.com/Finschia/cosmwasm/blob/main/NOTICE) +and [LICENSE](https://github.com/Finschia/cosmwasm/blob/main/LICENSE)). diff --git a/packages/vm/Cargo.toml b/packages/vm/Cargo.toml index f60ed265e..bce96115a 100644 --- a/packages/vm/Cargo.toml +++ b/packages/vm/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.9-0.7.0" authors = ["LINE Plus Corporation"] edition = "2021" description = "VM bindings to run cosmwams contracts" -repository = "https://github.com/line/cosmwasm/tree/main/packages/vm" +repository = "https://github.com/Finschia/cosmwasm/tree/main/packages/vm" license = "Apache-2.0" [features] diff --git a/packages/vm/README.md b/packages/vm/README.md index 40f8dfc02..5713d1792 100644 --- a/packages/vm/README.md +++ b/packages/vm/README.md @@ -42,9 +42,9 @@ compatibility list: There are demo files in `testdata/*.wasm`. Those are compiled and optimized versions of -[contracts/hackatom](https://github.com/line/cosmwasm/tree/main/contracts/hackatom) +[contracts/hackatom](https://github.com/Finschia/cosmwasm/tree/main/contracts/hackatom) and -[contracts/staking](https://github.com/line/cosmwasm/tree/main/contracts/staking) +[contracts/staking](https://github.com/Finschia/cosmwasm/tree/main/contracts/staking) run through [rust-optimizer](https://github.com/CosmWasm/rust-optimizer). To rebuild the test contracts, go to the repo root and do @@ -113,6 +113,6 @@ RUSTFLAGS="-g" cargo build --release --example module_size ## License -This package is part of the line/cosmwasm repository, licensed under the Apache -License 2.0 (see [NOTICE](https://github.com/line/cosmwasm/blob/main/NOTICE) -and [LICENSE](https://github.com/line/cosmwasm/blob/main/LICENSE)). +This package is part of the Finschia/cosmwasm repository, licensed under the Apache +License 2.0 (see [NOTICE](https://github.com/Finschia/cosmwasm/blob/main/NOTICE) +and [LICENSE](https://github.com/Finschia/cosmwasm/blob/main/LICENSE)).