Skip to content

Commit

Permalink
Prepare open source (#82)
Browse files Browse the repository at this point in the history
* change docs

* change npm @lbmjs to @Finschia

* change lbmjs to finschia in packages.json

* delete cosmwasm features in simapp

* change lbm to finschia

* change version to 1.0.0

* chore: delete old image in readme

* docs: add CoC, contributing.md, issue template

* docs: fix redundant in notice

* chore: re generate template after chnage home dir to finschia

* docs: change company name

* chore: delete blank

* change url to finschia

* add changelog

* change org to finschia
  • Loading branch information
loin3 authored Apr 20, 2023
1 parent d887296 commit f7bcc40
Show file tree
Hide file tree
Showing 95 changed files with 1,033 additions and 1,866 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug Report
about: Create a report to help us squash bugs!
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template
v Please also ensure that this is not a duplicate issue :)
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Summary of Bug
<!-- Concisely describe the issue -->

## Version
<!-- git commit hash or release version -->

## Steps to Reproduce
<!-- What commands in order should someone run to reproduce your problem? -->

____

## For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature Request
about: Create a proposal to request a feature
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out proposals may be rejected
v without deliberation
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Summary
<!-- Short, concise description of the proposed feature -->

## Problem Definition
<!-- Why do we need this feature?
What problems may be addressed by introducing this feature?
What benefits does the SDK stand to gain by including this feature?
Are there any disadvantages of including this feature? -->

## Proposal
<!-- Detailed description of requirements of implementation -->

____

#### For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
10 changes: 5 additions & 5 deletions .github/workflows/finschia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: download contracts
run: |
cd scripts/lbm/contracts
cd scripts/finschia/contracts
bash download.sh
- name: Set up Node.js
Expand All @@ -37,11 +37,11 @@ jobs:
- name: Build
run: yarn build

- name: start lbm
run: CI= scripts/lbm/start.sh
- name: start finschia
run: CI= scripts/finschia/start.sh

- name: init contract on lbm
run: scripts/lbm/init.sh
- name: init contract on finschia
run: scripts/finschia/init.sh

- name: Unit Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ coverage/
# We are not using yarn's deferred versioning for now (see https://yarnpkg.com/features/release-workflow)
# !.yarn/versions
scripts/simapp/test_chain_data
scripts/lbm/test_chain_data
scripts/finschia/test_chain_data
486 changes: 243 additions & 243 deletions .pnp.cjs

Large diffs are not rendered by default.

94 changes: 60 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,69 @@ and this project adheres to
## [Unreleased]

### Added
- [\#69](https://github.com/line/lbmjs/pull/69) apply the changes of `x/token` and `x/collection` protos
- [\#71](https://github.com/line/lbmjs/pull/71) @lbmjs/finschia: Add custom GetBlockWithTxs for lbm
- [\#77](https://github.com/line/lbmjs/pull/77) @lbmjs/finschia: Enable amino sign store msgs in `wasm` and `wasmplus`
- [\#80](https://github.com/line/lbmjs/pull/80) add MsgInstantiateContract2
- [\#81](https://github.com/line/lbmjs/pull/81) add git PR template

- [\#69](https://github.com/Finschia/finschia-js/pull/69) apply the changes of
`x/token` and `x/collection` protos
- [\#71](https://github.com/Finschia/finschia-js/pull/71) @lbmjs/finschia: Add
custom GetBlockWithTxs for lbm
- [\#77](https://github.com/Finschia/finschia-js/pull/77) @lbmjs/finschia:
Enable amino sign store msgs in `wasm` and `wasmplus`
- [\#80](https://github.com/Finschia/finschia-js/pull/80) add
MsgInstantiateContract2
- [\#81](https://github.com/Finschia/finschia-js/pull/81) add git PR template

### Changed
- [\#84](https://github.com/line/finschia-js/pull/84) Bumpup cosmjs to 0.30.1

- [\#84](https://github.com/Finschia/finschia-js/pull/84) Bumpup cosmjs to
0.30.1
- [\#82](https://github.com/Finschia/finschia-js/pull/82) prepare open (change
lbm to finschia)

### Deprecated

### Removed

### Fixed
- [\#73](https://github.com/line/lbmjs/pull/73) fix the local unit test error

### Security
- [\#73](https://github.com/Finschia/finschia-js/pull/73) fix the local unit
test error

### Security

## [v0.7.2]

### Added
- [\#61](https://github.com/line/lbmjs/pull/61) @lbmjs/finschia: Add query minimum gas price
- [\#58](https://github.com/line/lbmjs/pull/58) @lbmjs/finschia: Add test foundation amino

- [\#61](https://github.com/Finschia/finschia-js/pull/61) @lbmjs/finschia: Add
query minimum gas price
- [\#58](https://github.com/Finschia/finschia-js/pull/58) @lbmjs/finschia: Add
test foundation amino

## [v0.7.1] - 2023-01-10

### Fixed
- [\#54](https://github.com/line/lbmjs/pull/54) @lbmjs/finschia: Fix not to import wrong execute msg

- [\#54](https://github.com/Finschia/finschia-js/pull/54) @lbmjs/finschia: Fix
not to import wrong execute msg

## [v0.7.0] - 2022-12-08

### Added
- [\#44](https://github.com/line/lbmjs/pull/44) @lbmjs/finshia: Add amino messages to lbm specific modules, support changed foundation module
- [\#47](https://github.com/line/lbmjs/pull/47) @lbmjs/finshia: Add message encode object interface to token, collection, foundation module

- [\#44](https://github.com/Finschia/finschia-js/pull/44) @lbmjs/finshia: Add
amino messages to lbm specific modules, support changed foundation module
- [\#47](https://github.com/Finschia/finschia-js/pull/47) @lbmjs/finshia: Add
message encode object interface to token, collection, foundation module

### Removed
- [\#43](https://github.com/line/lbmjs/pull/43) chore: remove unused scripts and ci files

- [\#43](https://github.com/Finschia/finschia-js/pull/43) chore: remove unused
scripts and ci files

### Fixed
- [\#49](https://github.com/line/lbmjs/pull/49) fix: change not to override rpc server address as 26657

- [\#49](https://github.com/Finschia/finschia-js/pull/49) fix: change not to
override rpc server address as 26657

## [v0.4.0] - 2022-10-07

Expand All @@ -59,31 +78,40 @@ and this project adheres to
- support lbm-sdk v0.46.0-rc8

### Added
- [\#18](https://github.com/line/lbmjs/pull/18) ci: add unittest CI
- [\#35](https://github.com/line/lbmjs/pull/35) ci: run simapp and enable simapp test in GitHub action

- [\#18](https://github.com/Finschia/finschia-js/pull/18) ci: add unittest CI
- [\#35](https://github.com/Finschia/finschia-js/pull/35) ci: run simapp and
enable simapp test in GitHub action

### Changed
- [\#20](https://github.com/line/lbmjs/pull/20) cosmjs: bump up v0.28.1
- [\#22](https://github.com/line/lbmjs/pull/22) cosmjs: bump up v0.28.4
- [\#37](https://github.com/line/lbmjs/pull/37) merge stargate and cosmwasm-stargate into finschia
- [\#39](https://github.com/line/lbmjs/pull/39) delete stargate, cosmwasm-stargate
- [\#38](https://github.com/line/lbmjs/pull/38) support lbm-sdk-rc8 and bump up cosmjs 0.29

- [\#20](https://github.com/Finschia/finschia-js/pull/20) cosmjs: bump up
v0.28.1
- [\#22](https://github.com/Finschia/finschia-js/pull/22) cosmjs: bump up
v0.28.4
- [\#37](https://github.com/Finschia/finschia-js/pull/37) merge stargate and
cosmwasm-stargate into finschia
- [\#39](https://github.com/Finschia/finschia-js/pull/39) delete stargate,
cosmwasm-stargate
- [\#38](https://github.com/Finschia/finschia-js/pull/38) support lbm-sdk-rc8
and bump up cosmjs 0.29
- add token/collection/foundation module APIs

### Fixed
- [\#19](https://github.com/line/lbmjs/pull/19) @lbmjs/stargate: fix multisignature spec file error

- [\#19](https://github.com/Finschia/finschia-js/pull/19) @lbmjs/stargate: fix
multisignature spec file error

## 0.1.0 - 2022-03-29

- porting @cosmjs v0.27.1
- support lbm v0.3.0


### Added

- @lbmjs/stargate: Add `x/token` module apis ([#7])
- @lbmjs/cosmwasm-stargate: Add `MsgStoreCodeAndInstantiateContract` function and `MsgUpdateContractStatus` tx encoding ([#7])
- @lbmjs/cosmwasm-stargate: Add `MsgStoreCodeAndInstantiateContract` function
and `MsgUpdateContractStatus` tx encoding ([#7])

### Changed

Expand All @@ -96,12 +124,10 @@ and this project adheres to
- @lbmjs/stargate: porting @cosmjs/stargate v0.27.1 ([#7])
- @lbmjs/faucet: support big number ([#14])

[#7]: https://github.com/line/lbmjs/pull/7
[#14]: https://github.com/line/lbmjs/pull/14


[Unreleased]: https://github.com/line/lbmjs/compare/v0.7.2...HEAD
[v0.7.2]: https://github.com/line/lbmjs/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/line/lbmjs/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/line/lbmjs/compare/v0.4.0...v0.7.0
[v0.4.0]: https://github.com/line/lbmjs/compare/v0.1.0...v0.4.0
[#7]: https://github.com/Finschia/finschia-js/pull/7
[#14]: https://github.com/Finschia/finschia-js/pull/14
[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.7.2...HEAD
[v0.7.2]: https://github.com/Finschia/finschia-js/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/Finschia/finschia-js/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/Finschia/finschia-js/compare/v0.4.0...v0.7.0
[v0.4.0]: https://github.com/Finschia/finschia-js/compare/v0.1.0...v0.4.0
132 changes: 132 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
- Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

- The use of sexualized language or imagery, and sexual attention or advances of
any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email address,
without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[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
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series of
actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or permanent
ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within the
community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder][mozilla coc].

For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][faq]. Translations are available at
[https://www.contributor-covenant.org/translations][translations].

[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[mozilla coc]: https://github.com/mozilla/diversity
[faq]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
Loading

0 comments on commit f7bcc40

Please sign in to comment.