-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: wrong tag reference (v1.1.1-0.11.2) (#95) * chore: update latest `line/cosmwasm` commit (merged Finschia/cosmwasm#256 PR) Signed-off-by: zemyblue <[email protected]> * add library * add changelog * ci: add ci test about compiled internal libraries. Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> * feat: add codeowners file (#100) * fix: fix a test for rustc 1.68 or later (#108) * build: replace line modules with Finschia's (#109) * build: change depending cosmwasm and repository info to finschia * build: replace module name line/wasmvm with Finschia/wasmvm * docs: replace "line" with "Finschia" in docs and scripts related docs * docs: change copylight * build: rename docker containers from line/* to finschia/* * docs: replace lbm-sdk with finschia-sdk * docs: replace mail address and repository name * docs: replace lbm-sdk with finschia-sdk in comments * chore: update cargo author information. (#112) * chore: update cargo author information. Signed-off-by: zemyblue <[email protected]> * chore: update changelog Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> Co-authored-by: zemyblue <[email protected]>
- Loading branch information
Showing
38 changed files
with
436 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @da1suk8 @dudong2 @loloicci @kokeshiM0chi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# How to contribute to `line/wasmvm` | ||
# How to contribute to `Finschia/wasmvm` | ||
|
||
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/wasmvm/issues) to report bugs and propose new features and | ||
- File an issue in [the issue tracker](https://github.com/Finschia/wasmvm/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/wasmvm/issues). | ||
- Browse [the list of previously answered questions](https://github.com/line/wasmvm/issues?q=label%3Aquestion). | ||
- Contribute your work by sending [a pull request](https://github.com/line/wasmvm/pulls). | ||
- Ask a question by creating a new issue in [the issue tracker](https://github.com/Finschia/wasmvm/issues). | ||
- Browse [the list of previously answered questions](https://github.com/Finschia/wasmvm/issues?q=label%3Aquestion). | ||
- Contribute your work by sending [a pull request](https://github.com/Finschia/wasmvm/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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# wasmvm | ||
|
||
[![Tests](https://github.com/line/wasmvm/actions/workflows/tests.yml/badge.svg)](https://github.com/line/wasmvm/actions/workflows/tests.yml) | ||
[![Tests](https://github.com/Finschia/wasmvm/actions/workflows/tests.yml/badge.svg)](https://github.com/Finschia/wasmvm/actions/workflows/tests.yml) | ||
|
||
This repository is forked from [CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) | ||
|
||
This is a wrapper around the [CosmWasm VM](https://github.com/line/cosmwasm/tree/main/packages/vm). | ||
This is a wrapper around the [CosmWasm VM](https://github.com/Finschia/cosmwasm/tree/main/packages/vm). | ||
|
||
It allows you to compile, initialize and execute CosmWasm smart contracts | ||
from Go applications, in particular from [x/wasm](https://github.com/line/lbm-sdk/tree/main/x/wasm). | ||
from Go applications, in particular from [x/wasm](https://github.com/Finschia/finschia-sdk/tree/main/x/wasm). | ||
|
||
For more detail, see the [original document](https://github.com/CosmWasm/wasmvm#readme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/line/wasmvm | ||
module github.com/Finschia/wasmvm | ||
|
||
go 1.17 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.