Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: replace line modules with Finschia's #109

Merged
merged 8 commits into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ range .CommitGroups -}}
### {{ .Title }}

{{ range .Commits -}}{{ if regexMatch `^.+\(\[#[1-9][0-9]*\]\(https://github.com/line/wasmvm/issues/[1-9][0-9]*\)\)$` .Subject }}
{{ range .Commits -}}{{ if regexMatch `^.+\(\[#[1-9][0-9]*\]\(https://github.com/Finschia/wasmvm/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/wasmvm
repository_url: https://github.com/Finschia/wasmvm
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/wasmvm/blob/main/CONTRIBUTING.md).
- [ ] I followed the [contributing guidelines](https://github.com/Finschia/wasmvm/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).
66 changes: 33 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# Changelog


## [[v1.1.1-0.11.2](https://github.com/line/wasmvm/compare/v1.1.1-0.11.1...v1.1.1-0.11.2)] - 2023-03-13
## [[v1.1.1-0.11.2](https://github.com/Finschia/wasmvm/compare/v1.1.1-0.11.1...v1.1.1-0.11.2)] - 2023-03-13

The functional changes of this version same with v1.1.1-0.11.1, The only difference is that fix the import problem other service (like wasmd and finshia), because I think it seems to be problem to change the v1.1.1-0.11.1 tag commit.

### Fixes
* fix: wrong tag reference (v1.1.1-0.11.2) ([#95](https://github.com/line/wasmvm/pull/95))
* fix: wrong tag reference (v1.1.1-0.11.2) ([#95](https://github.com/Finschia/wasmvm/pull/95))

## [[v1.1.1-0.11.1](https://github.com/line/wasmvm/compare/v1.1.1-0.11.0...v1.1.1-0.11.1)] - 2023-01-13
## [[v1.1.1-0.11.1](https://github.com/Finschia/wasmvm/compare/v1.1.1-0.11.0...v1.1.1-0.11.1)] - 2023-01-13

### Fixes
* add .so / .dylib file and modify Makefile ([#85](https://github.com/line/wasmvm/pull/85))
* add .so / .dylib file and modify Makefile ([#85](https://github.com/Finschia/wasmvm/pull/85))

## [[v1.1.1-0.11.0](https://github.com/line/wasmvm/compare/v1.0.0-0.10.0...v1.1.1-0.11.0)] - 2023-01-11
## [[v1.1.1-0.11.0](https://github.com/Finschia/wasmvm/compare/v1.0.0-0.10.0...v1.1.1-0.11.0)] - 2023-01-11

### Features
* merge upstream 1.1.1 ([#84](https://github.com/line/wasmvm/pull/84))
* merge upstream 1.1.1 ([#84](https://github.com/Finschia/wasmvm/pull/84))

### Fixes
* fix: getmetrics test due to this is environment-dependent test ([#80](https://github.com/line/wasmvm/pull/80))
* fix: getmetrics test due to this is environment-dependent test ([#80](https://github.com/Finschia/wasmvm/pull/80))

### Changes
* chore: remove the copied interface from tm-db ([#82](https://github.com/line/wasmvm/pull/82))
* refactor: Revert using line/tm-db ([#77](https://github.com/line/wasmvm/pull/77))
* ci: add release job ([#71](https://github.com/line/wasmvm/pull/71))
* chore: Revert linux_static ([#70](https://github.com/line/wasmvm/pull/70))
* chore: remove the copied interface from tm-db ([#82](https://github.com/Finschia/wasmvm/pull/82))
* refactor: Revert using line/tm-db ([#77](https://github.com/Finschia/wasmvm/pull/77))
* ci: add release job ([#71](https://github.com/Finschia/wasmvm/pull/71))
* chore: Revert linux_static ([#70](https://github.com/Finschia/wasmvm/pull/70))

## [v1.0.0-0.10.0] - 2022-06-21

### Features

* merge upstream 1.0.0 ([#64](https://github.com/line/wasmvm/issues/64))
* merge upstream 1.0.0 ([#64](https://github.com/Finschia/wasmvm/issues/64))

### Fixes

* improve CHANGELOG's template and devtools/update_changlog.sh ([#60](https://github.com/line/wasmvm/pull/60))
* improve CHANGELOG's template and devtools/update_changlog.sh ([#60](https://github.com/Finschia/wasmvm/pull/60))

## [v0.16.3-0.9.0] - 2022-03-03

Expand All @@ -44,31 +44,31 @@ The functional changes of this version same with v1.1.1-0.11.1, The only differe

### Features

* merge upstream 0.16.3 ([#54](https://github.com/line/wasmvm/issues/54))
* merge upstream 0.16.3 ([#54](https://github.com/Finschia/wasmvm/issues/54))

### Fixes

* fix Cargo.toml path in devtools/set_version.sh (part of [#59](https://github.com/line/wasmvm/issues/59))
* fix Cargo.toml path in devtools/set_version.sh (part of [#59](https://github.com/Finschia/wasmvm/issues/59))

## [v0.14.0-0.8.0] - 2021-10-01

### Features

* change tag name for static build ([#49](https://github.com/line/wasmvm/issues/49))
* change tag name for static build ([#49](https://github.com/Finschia/wasmvm/issues/49))


## [v0.14.0-0.7.0] - 2021-09-30

### Features

* add static linking of wasmvm ([#46](https://github.com/line/wasmvm/issues/46))
* add static linking of wasmvm ([#46](https://github.com/Finschia/wasmvm/issues/46))


## [v0.14.0-0.6.1] - 2021-07-15

### Fixes

* rebuild shared libs to resolve compile error ([#44](https://github.com/line/wasmvm/issues/44))
* rebuild shared libs to resolve compile error ([#44](https://github.com/Finschia/wasmvm/issues/44))


## [v0.14.0-0.6.0] - 2021-07-12
Expand All @@ -83,19 +83,19 @@ The functional changes of this version same with v1.1.1-0.11.1, The only differe

### Changes

* Change the module uri from github.com/CosmWasm/wasmvm to github.com/link/wasmvm ([#23](https://github.com/line/wasmvm/issues/23))
* Change the module uri from github.com/CosmWasm/wasmvm to github.com/link/wasmvm ([#23](https://github.com/Finschia/wasmvm/issues/23))


## [v0.14.0-0.4.0] - 2021-05-03

### Changes

* change cargo use to tag from the version ([#17](https://github.com/line/wasmvm/issues/17))
* change cargo use to tag from the version ([#17](https://github.com/Finschia/wasmvm/issues/17))

### Code Refactoring

* add build tag 'mocks' ([#16](https://github.com/line/wasmvm/issues/16))
* define own iterator interface spec ([#15](https://github.com/line/wasmvm/issues/15))
* add build tag 'mocks' ([#16](https://github.com/Finschia/wasmvm/issues/16))
* define own iterator interface spec ([#15](https://github.com/Finschia/wasmvm/issues/15))

**BREAKING CHANGE**

Expand Down Expand Up @@ -129,14 +129,14 @@ Initial code is based on the wasmvm v0.12.0, cosmwasm v0.12.0

Please refer [CHANGELOG_OF_WASMVM_v0.12.0](https://github.com/CosmWasm/wasmvm/releases?after=v0.13.0)

[Unreleased]:https://github.com/line/wasmvm/compare/v1.0.0-0.10.0...HEAD
[v1.0.0-0.10.0]:https://github.com/line/wasmvm/compare/v0.16.3-0.9.0...v1.0.0-0.10.0
[v0.16.3-0.9.0]:https://github.com/line/wasmvm/compare/v0.14.0-0.8.0...v0.16.3-0.9.0
[v0.14.0-0.8.0]:https://github.com/line/wasmvm/compare/v0.14.0-0.7.0...v0.14.0-0.8.0
[v0.14.0-0.7.0]:https://github.com/line/wasmvm/compare/v0.14.0-0.6.1...v0.14.0-0.7.0
[v0.14.0-0.6.1]:https://github.com/line/wasmvm/compare/v0.14.0-0.6.0...v0.14.0-0.6.1
[v0.14.0-0.6.0]:https://github.com/line/wasmvm/compare/v0.14.0-0.5.0...v0.14.0-0.6.0
[v0.14.0-0.5.0]:https://github.com/line/wasmvm/compare/v0.14.0-0.4.0...v0.14.0-0.5.0
[v0.14.0-0.4.0]:https://github.com/line/wasmvm/compare/v0.14.0-0.3.0...v0.14.0-0.4.0
[v0.14.0-0.3.0]:https://github.com/line/wasmvm/compare/v0.12.0-0.1.0...v0.14.0-0.3.0
[v0.12.0-0.1.0]:https://github.com/line/wasmvm/compare/v0.12.0...v0.12.0-0.1.0
[Unreleased]:https://github.com/Finschia/wasmvm/compare/v1.0.0-0.10.0...HEAD
[v1.0.0-0.10.0]:https://github.com/Finschia/wasmvm/compare/v0.16.3-0.9.0...v1.0.0-0.10.0
[v0.16.3-0.9.0]:https://github.com/Finschia/wasmvm/compare/v0.14.0-0.8.0...v0.16.3-0.9.0
[v0.14.0-0.8.0]:https://github.com/Finschia/wasmvm/compare/v0.14.0-0.7.0...v0.14.0-0.8.0
[v0.14.0-0.7.0]:https://github.com/Finschia/wasmvm/compare/v0.14.0-0.6.1...v0.14.0-0.7.0
[v0.14.0-0.6.1]:https://github.com/Finschia/wasmvm/compare/v0.14.0-0.6.0...v0.14.0-0.6.1
[v0.14.0-0.6.0]:https://github.com/Finschia/wasmvm/compare/v0.14.0-0.5.0...v0.14.0-0.6.0
[v0.14.0-0.5.0]:https://github.com/Finschia/wasmvm/compare/v0.14.0-0.4.0...v0.14.0-0.5.0
[v0.14.0-0.4.0]:https://github.com/Finschia/wasmvm/compare/v0.14.0-0.3.0...v0.14.0-0.4.0
[v0.14.0-0.3.0]:https://github.com/Finschia/wasmvm/compare/v0.12.0-0.1.0...v0.14.0-0.3.0
[v0.12.0-0.1.0]:https://github.com/Finschia/wasmvm/compare/v0.12.0...v0.12.0-0.1.0
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
[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
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/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: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

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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: all build build-rust build-go test

# Builds the Rust library libwasmvm
BUILDERS_PREFIX := line/wasmvm-builder
BUILDERS_PREFIX := finschia/wasmvm-builder
# Contains a full Go dev environment in order to run Go tests on the built library
ALPINE_TESTER := line/wasmvm-builder-alpine
ALPINE_TESTER := finschia/wasmvm-builder-alpine

USER_ID := $(shell id -u)
USER_GROUP = $(shell id -g)
Expand Down
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Copyright 2019-2021 Confio OÜ
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
6 changes: 3 additions & 3 deletions README.md
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)
2 changes: 1 addition & 1 deletion builders/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Versioned by a simple counter that is not bound to a specific CosmWasm version
# See builders/README.md
#BUILDERS_PREFIX := cosmwasm/go-ext-builder:0013
BUILDERS_PREFIX := line/wasmvm-builder
BUILDERS_PREFIX := finschia/wasmvm-builder

.PHONY: docker-image-centos7
docker-image-centos7:
Expand Down
2 changes: 1 addition & 1 deletion cmd/demo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/ioutil"
"os"

wasmvm "github.com/line/wasmvm"
wasmvm "github.com/Finschia/wasmvm"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
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

Expand Down
10 changes: 5 additions & 5 deletions ibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"io/ioutil"
"testing"

"github.com/line/wasmvm/internal/api"
"github.com/line/wasmvm/types"
"github.com/Finschia/wasmvm/internal/api"
"github.com/Finschia/wasmvm/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand All @@ -28,19 +28,19 @@ func TestIBC(t *testing.T) {
}

// IBCInstantiateMsg is the Go version of
// https://github.com/line/cosmwasm/blob/v0.14.0-0.4.0/contracts/ibc-reflect/src/msg.rs#L9-L11
// https://github.com/Finschia/cosmwasm/blob/v0.14.0-0.4.0/contracts/ibc-reflect/src/msg.rs#L9-L11
type IBCInstantiateMsg struct {
ReflectCodeID uint64 `json:"reflect_code_id"`
}

// IBCExecuteMsg is the Go version of
// https://github.com/line/cosmwasm/blob/v0.14.0-0.4.0/contracts/ibc-reflect/src/msg.rs#L15
// https://github.com/Finschia/cosmwasm/blob/v0.14.0-0.4.0/contracts/ibc-reflect/src/msg.rs#L15
type IBCExecuteMsg struct {
InitCallback InitCallback `json:"init_callback"`
}

// InitCallback is the Go version of
// https://github.com/line/cosmwasm/blob/v0.14.0-0.4.0/contracts/ibc-reflect/src/msg.rs#L17-L22
// https://github.com/Finschia/cosmwasm/blob/v0.14.0-0.4.0/contracts/ibc-reflect/src/msg.rs#L17-L22
type InitCallback struct {
ID string `json:"id"`
ContractAddr string `json:"contract_addr"`
Expand Down
2 changes: 1 addition & 1 deletion internal/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/line/wasmvm/types"
"github.com/Finschia/wasmvm/types"
)

func TestValidateAddressFailure(t *testing.T) {
Expand Down
16 changes: 8 additions & 8 deletions internal/api/callbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (

dbm "github.com/tendermint/tm-db"

"github.com/line/wasmvm/types"
"github.com/Finschia/wasmvm/types"
)

// Note: we have to include all exports in the same file (at least since they both import bindings.h),
Expand All @@ -69,18 +69,18 @@ func recoverPanic(ret *C.GoError) {
name := reflect.TypeOf(rec).Name()
switch name {
// These three types are "thrown" (which is not a thing in Go 🙃) in panics from the gas module
// (https://github.com/line/lbm-sdk/blob/main/store/types/gas.go):
// (https://github.com/Finschia/lbm-sdk/blob/main/store/types/gas.go):
// 1. ErrorOutOfGas
// 2. ErrorGasOverflow
// 3. ErrorNegativeGasConsumed
//
// In the baseapp, ErrorOutOfGas gets special treatment:
// - https://github.com/line/lbm-sdk/blob/main/baseapp/baseapp.go#L647
// - https://github.com/line/lbm-sdk/blob/main/baseapp/recovery.go#L50-L60
// - https://github.com/Finschia/lbm-sdk/blob/main/baseapp/baseapp.go#L647
// - https://github.com/Finschia/lbm-sdk/blob/main/baseapp/recovery.go#L50-L60
// This turns the panic into a regular error with a helpful error message.
//
// The other two gas related panic types indicate programming errors and are handled along
// with all other errors in https://github.com/line/lbm-sdk/blob/main/baseapp/recovery.go#L66-L77.
// with all other errors in https://github.com/Finschia/lbm-sdk/blob/main/baseapp/recovery.go#L66-L77.
case "ErrorOutOfGas":
// TODO: figure out how to pass the text in its `Descriptor` field through all the FFI
*ret = C.GoError_OutOfGas
Expand All @@ -95,7 +95,7 @@ func recoverPanic(ret *C.GoError) {
type Gas = uint64

// GasMeter is a copy of an interface declaration from lbm-sdk
// Defined in https://github.com/line/lbm-sdk/blob/main/store/types/gas.go
// Defined in https://github.com/Finschia/lbm-sdk/blob/main/store/types/gas.go
type GasMeter interface {
GasConsumed() Gas
}
Expand All @@ -104,7 +104,7 @@ type GasMeter interface {

// KVStore copies a subset of types from lbm-sdk
// We may wish to make this more generic sometime in the future, but not now
// Original KVStore is defined in https://github.com/line/lbm-sdk/blob/main/store/types/store.go
// Original KVStore is defined in https://github.com/Finschia/lbm-sdk/blob/main/store/types/store.go
type KVStore interface {
Get(key []byte) []byte
Set(key, value []byte)
Expand Down Expand Up @@ -201,7 +201,7 @@ func cGet(ptr *C.db_t, gasMeter *C.gas_meter_t, usedGas *cu64, key C.U8SliceView
*usedGas = (cu64)(gasAfter - gasBefore)

// v will equal nil when the key is missing
// https://github.com/line/lbm-sdk/blob/786df84b8e0aaa0a1aff79ffbab0541e597ee004/store/types/store.go#L203
// https://github.com/Finschia/lbm-sdk/blob/786df84b8e0aaa0a1aff79ffbab0541e597ee004/store/types/store.go#L203
*val = newUnmanagedVector(v)

return C.GoError_None
Expand Down
2 changes: 1 addition & 1 deletion internal/api/iterator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/line/wasmvm/types"
"github.com/Finschia/wasmvm/types"
dbm "github.com/tendermint/tm-db"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/api/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"runtime"
"syscall"

"github.com/line/wasmvm/types"
"github.com/Finschia/wasmvm/types"
)

// Value types
Expand Down
Loading