Skip to content

Commit

Permalink
docs: replace line with finschia in docs, comments, and scripts relat…
Browse files Browse the repository at this point in the history
…ed 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 <[email protected]>

* Update packages/vm/README.md

Co-authored-by: zemyblue <[email protected]>

---------

Co-authored-by: zemyblue <[email protected]>
  • Loading branch information
loloicci and zemyblue authored Apr 20, 2023
1 parent 5b5192b commit 60423fe
Show file tree
Hide file tree
Showing 32 changed files with 134 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Closes #0
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] 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).
76 changes: 38 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[[email protected]](mailto:[email protected]).
[[email protected]](mailto:[email protected]).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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:[email protected]) if you need the CCLA (corporate contributor license agreement).
[contact us](mailto:[email protected]) if you need the CCLA (corporate contributor license agreement).

## Code of conduct

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion contracts/hackatom/schema/hackatom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion contracts/hackatom/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading

0 comments on commit 60423fe

Please sign in to comment.