diff --git a/.goreleaser.yml b/.goreleaser.yml index b8ed090c..e15e4538 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -15,7 +15,7 @@ builds: - -mod=readonly - -tags=netgo ledger ldflags: - - -X github.com/line/lbm-sdk/version.Name=fisnchia + - -X github.com/line/lbm-sdk/version.Name=finschia - -X github.com/line/lbm-sdk/version.ServerName=finschia - -X github.com/line/lbm-sdk/version.Version={{ .Version }} - -X github.com/line/lbm-sdk/version.Commit={{ .FullCommit }} diff --git a/.releaserc b/.releaserc index 3e994339..dc3f4a0b 100644 --- a/.releaserc +++ b/.releaserc @@ -1,5 +1,5 @@ --- -repositoryUrl: git@github.com:line/lbm.git +repositoryUrl: git@github.com:line/finschia.git verifyConditions: ['@semantic-release/github'] prepare: [] publish: ['@semantic-release/github'] diff --git a/CHANGELOG.md b/CHANGELOG.md index 5359c4b1..46fb5936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Build, CI ### Docs +* (license) [\#170](https://github.com/line/finschia/pull/170) fix license copyright holder and typo ## [v1.0.0-rc4](https://github.com/line/lbm/releases/tag/v1.0.0-rc4) - 2023-04-08 diff --git a/LICENSE b/LICENSE index b7e8bca9..48df4e5a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,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 d35c2bdd..6489962f 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,7 @@ Copyright 2016 All in Bits, Inc Copyright 2021 LINE Plus Corporation + + finschia (Apache-2.0) Copyright 2023 Finschia Foundation Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index cb6a4c50..27c94162 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,3 +1,3 @@ -# LBM Release Note +# Finschia Release Note This is a sample release note. If you see this message in the release note, make sure that `./RELEASE_NOTE.md` is written correctly. diff --git a/cli_test/README.md b/cli_test/README.md index 1c0e9c48..a82ee6d9 100644 --- a/cli_test/README.md +++ b/cli_test/README.md @@ -33,7 +33,7 @@ func TestMyNewCommand(t *testing.T) { This boilerplate above: - Ensures the tests run in parallel. Because the tests are calling out to `os/exec` for many operations these tests can take a long time to run. -- Creates `.fisnchia` folder in a new temp folder. +- Creates `.finschia` folder in a new temp folder. - Uses `fnsad` to create 2 accounts for use in testing: `foo` and `bar` - Creates a genesis file with coins (`1000footoken,1000feetoken,150stake`) controlled by the `foo` key - Generates an initial bonding transaction (`gentx`) to make the `foo` key a validator at genesis diff --git a/contrib/single-node.sh b/contrib/single-node.sh index 95cea72c..0dd1ae98 100755 --- a/contrib/single-node.sh +++ b/contrib/single-node.sh @@ -18,10 +18,10 @@ fnsad gentx validator 5000000000stake --keyring-backend="test" --chain-id $CHAIN fnsad collect-gentxs # Set proper defaults and change ports -sed -i 's#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' ~/.fisnchia/config/config.toml -sed -i 's/timeout_commit = "5s"/timeout_commit = "1s"/g' ~/.fisnchia/config/config.toml -sed -i 's/timeout_propose = "3s"/timeout_propose = "1s"/g' ~/.fisnchia/config/config.toml -sed -i 's/index_all_keys = false/index_all_keys = true/g' ~/.fisnchia/config/config.toml +sed -i 's#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' ~/.finschia/config/config.toml +sed -i 's/timeout_commit = "5s"/timeout_commit = "1s"/g' ~/.finschia/config/config.toml +sed -i 's/timeout_propose = "3s"/timeout_propose = "1s"/g' ~/.finschia/config/config.toml +sed -i 's/index_all_keys = false/index_all_keys = true/g' ~/.finschia/config/config.toml # Start the link fnsad start --pruning=nothing diff --git a/docker-compose.yml b/docker-compose.yml index 8f50fe45..d58136d8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - "26656-26657:26656-26657" environment: - ID=0 - - LOG=${LOG:-lbm.log} + - LOG=${LOG:-finschia.log} volumes: - ./mytestnet:/data:Z networks: @@ -22,7 +22,7 @@ services: - "26659-26660:26656-26657" environment: - ID=1 - - LOG=${LOG:-lbm.log} + - LOG=${LOG:-finschia.log} volumes: - ./mytestnet:/data:Z networks: @@ -34,7 +34,7 @@ services: image: "line/finschianode" environment: - ID=2 - - LOG=${LOG:-lbm.log} + - LOG=${LOG:-finschia.log} ports: - "26661-26662:26656-26657" volumes: @@ -48,7 +48,7 @@ services: image: "line/finschianode" environment: - ID=3 - - LOG=${LOG:-lbm.log} + - LOG=${LOG:-finschia.log} ports: - "26663-26664:26656-26657" volumes: diff --git a/docs/delegators/delegator-guide-cli.md b/docs/delegators/delegator-guide-cli.md index 427e0a97..460800f7 100644 --- a/docs/delegators/delegator-guide-cli.md +++ b/docs/delegators/delegator-guide-cli.md @@ -69,7 +69,7 @@ Not available yet. ## Finschia Accounts -At the core of every Finschia account, there is a seed, which takes the form of a 12 or 24-words mnemonic. From this mnemonic, it is possible to create any number of Fisnchia accounts, i.e. pairs of private key/public key. This is called an HD wallet (see [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) for more information on the HD wallet specification). +At the core of every Finschia account, there is a seed, which takes the form of a 12 or 24-words mnemonic. From this mnemonic, it is possible to create any number of Finschia accounts, i.e. pairs of private key/public key. This is called an HD wallet (see [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) for more information on the HD wallet specification). ``` Account 0 Account 1 Account 2 diff --git a/docs/finschia-tutorials/installation.md b/docs/finschia-tutorials/installation.md index a01b6885..76e2e570 100644 --- a/docs/finschia-tutorials/installation.md +++ b/docs/finschia-tutorials/installation.md @@ -62,7 +62,7 @@ fnsad version --long ```bash name: finschia -server_name: fisnchia +server_name: finschia version: 1.0.0 commit: 8692310a5361006f8c02d44cd7df2d41f130089b build_tags: netgo,goleveldb