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

merge link modules #109

Merged
merged 528 commits into from
Mar 29, 2021
Merged

merge link modules #109

merged 528 commits into from
Mar 29, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 10, 2020

  1. docs: removed proxy related docs (#528)

    * docs: removed proxy related docs
    * test: removed dredd setup of proxy
    * test: removed proxy from app and integration test
    Junyong-Suh authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d8b0526 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. chore: remove static-build-version from swagger docs (#531)

    * chore: remove static-build-version from swagger docs
    
    * chore(Makefile): make the commands of build-swagger-docs silent
    hsyis authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    7779f7f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    802a475 View commit details
    Browse the repository at this point in the history
  2. feat: burn cnft (#539)

    * feat: Burn CNFT feature is newly introduced
    * feat: Burn Permission is newly introduced
    * fix: Do not emit mint permission event for not mintable token issue
    * Prevent reuse token-id of burned nft token will be handled in #553
    kfangw authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    954bb06 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    049428d View commit details
    Browse the repository at this point in the history
  2. feat: add bulk balance request (#446)

    * feat: add bulk balance request
    
    * fix: change api path
    
    * fix: unit test
    
    * fix: typo
    
    * fix: add request limit
    
    * fix: apply review
    
    * fix: lint
    shiki-tak authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ac456b7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4 (#549)

    Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.7.4.
    - [Release notes](https://github.com/gorilla/mux/releases)
    - [Commits](gorilla/mux@v1.7.3...v1.7.4)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    1d435b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76f1338 View commit details
    Browse the repository at this point in the history
  5. feat: implement proxy for collective tokens (#541)

    * feat: implement proxy for collection
    Woosang Son authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    6f15edc View commit details
    Browse the repository at this point in the history
  6. feat: blacklist for safety box accounts (#543)

    * feat: blacklist for safety box accounts
    * fix: hook implementation WIP
    * test: enable hooks and add integration test
    * fix: call hooks only if set
    * fix: fixed duplicated prefix in token
    * fix: remove tests not in use
    * fix: optimize the store key
    Junyong-Suh authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    451bded View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    b49b9e7 View commit details
    Browse the repository at this point in the history
  2. fix: disable safetybox module (#569)

    docs: remove safetybox module related
    Junyong-Suh authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    2eeb094 View commit details
    Browse the repository at this point in the history
  3. feat: implement burn by proxy (#570)

    * feat: implement burn by proxy
    Woosang Son authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    8832505 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #574 from line/develop

    feat: v1.6.0
    jckdotim authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    92a1494 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. chore: Import Faucet account to contract_test's localnet (#583)

    chore: Import Faucet account to contract_test's localnet
    jeehonglee authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    8526a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c56095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cfaddd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    6d6f7c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df76c2c View commit details
    Browse the repository at this point in the history
  3. feat: divide token module into token and collection (#587)

    * refactor: divide token
    
    * refactor: collection
    
    * test: test update
    
    * test: fix unittest
    
    * fix: test
    
    * style: divide files
    
    * test: token handler
    
    * test: unit test for token keeper
    
    * refactor: token module fin
    
    * refactor: collection module
    
    * refactor: collection
    
    * refactor: collection fin
    
    * test: fix
    
    * refactor: remove
    
    * test: coverage
    
    * chore: error code
    
    * fix: adopt #584
    
    * test: increase coverage
    
    * feat: rename tags and add coverage
    
    * docs: swagger update
    
    * docs: update document
    
    * docs: fix token->collection
    
    * chore: codecov
    
    * chore: typo
    kfangw authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    32037e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. style: enable #unparam to go-linter and fix every code to pass. (#589)

    * chore: add unparam to .golangci.yml
    
    * chore: fix unparam check of block_util_test.go
    
    * chore: fix unparam check of writeGenTx
    
    * chore: fix unparam check of query_test.go
    
    * chore: fix unparam check of composability.go
    
    * chore: fix rest of unparam issues
    
    * chore: fix unparam check of block_rest_test.go
    
    * chore: fix rest of unparam issues
    
    * fix: rebase fix
    
    Co-authored-by: Marshall Kim <kfangw@gmail.com>
    jckdotim and kfangw authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    ecab10d View commit details
    Browse the repository at this point in the history
  2. feat: allow attach/detach only with owned token (#606)

    * feat: allow attach/detach only with owned token
    Woosang Son authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    665b27e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. feat: MaxSize of tokenURI (#595)

    * feat: MaxSize of tokenURI)
    * feat: limit tokenURI to 1000 UTF-8 characters
    Co-authored-by: Marshall Kim <kfangw@gmail.com>
    Junyong-Suh authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    672eea0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6 (#610)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@0.0.5...v0.0.6)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a2001ae View commit details
    Browse the repository at this point in the history
  2. feat: introduce account for token (#567)

    * feat: introduce account for token
    
    * test: fix tests
    
    * fix: revert no use
    
    * test: add unit test cases
    
    * chore: interface for accountkeeper
    
    * test: add test cases and review @egonspace
    
    * chore: interface for supply
    
    * chore: check negative, err for token
    kfangw authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c1dcc66 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. feat: add event log of child token when transfering parent token (#607)

    * feat: add event log of child token when transferring parent token
    Woosang Son authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    db4f0a2 View commit details
    Browse the repository at this point in the history
  2. feat: introduce account for collection (#609)

    * feat: coin, account for collection
    
    * fix: remove GetDenom
    
    * fix: rebase
    
    * feat: api
    
    * chore: remove todos
    
    * chore: interfaces
    
    * chore: error messages
    
    * fix: review @egonspace @whylee
    
    * feat: validate denom
    
    * fix: messages for multi
    
    * docs: update messages
    
    * fix: review @egonspace
    
    * chore: no parallel
    kfangw authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    691f3b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. feat: introduce token_type data structure (#616)

    * feat: introduce token_type data structure
    
    * feat: implement token keeper for collection
    
    * feat: token-id for token
    
    * test: fix tests
    
    * chore: interface extend for tokenkeeper
    
    * fix: review @whylee
    
    * test: unit test added
    kfangw authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    fb848ad View commit details
    Browse the repository at this point in the history
  2. feat: lengthen token-id to 16 (#622)

    * feat: lengthen token-id to 16
    
    * test: fix tests
    kfangw authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8c192db View commit details
    Browse the repository at this point in the history
  3. feat: implement empty message (#615)

    * feat: implement empty message
    Woosang Son authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8433c5c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. feat: totalSupply, totalMint, totalBurn query (#621)

    * feat: totalSupply, totalMint, totalBurn query
    * fix: token SetTotalSupply()
    * feat: totalSupply, totalMint, totalBurn query
    * fix: query tests for token
    * fix: query tests for collections
    * fix: temporarily remove new swagger
    * test: fix test -> token_id
    * fix: go.mod go.sum
    Co-authored-by: Marshall Kim <kfangw@gmail.com>
    Junyong-Suh authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    b83056a View commit details
    Browse the repository at this point in the history
  2. feat: permission bonded to the contract (#625)

    * feat: permission bonded to the contract
    kfangw authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    7c5c42b View commit details
    Browse the repository at this point in the history
  3. feat: add ModifyMsg for token, CFT, CNFT, token type and collection (#…

    …623)
    
    * feat: add MsgModify for token
    
    * feat: add validation for MsgModify of token
    
    * feat: add keeper for MsgModify of token
    
    * feat: add handler for MsgModify of token
    
    * feat: add modify command for token to cli
    
    * feat: add MsgModify and validator of collection
    
    * feat: move uri field from token to collection
    
    * feat: add handler and keeper of MsgModify for collection
    
    * feat: add and fix cli command for collection
    
    * feat: support to modify field of token type
    wetcod authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e77ae65 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. feat: query for the tokentype (#626)

    * feat: query for the tokentype
    kfangw authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    19e1d1c View commit details
    Browse the repository at this point in the history
  2. feat: apply contract id instead of symbol (#627)

    * feat: implement contract id for token/collection module
    Woosang Son authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    d6c0ea5 View commit details
    Browse the repository at this point in the history
  3. feat: URL for APIs (#632)

    * feat: URL for APIs
    
    * feat: rebase develop and update docs
    
    * fix: review @egonspace
    kfangw authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    f249534 View commit details
    Browse the repository at this point in the history
  4. refactor: move loop of MsgModify from handler to keeper (#631)

    * refactor: move loop of MsgModify from handler to keeper
    
    * docs: update docs
    
    * test: add cli test for token type
    wetcod authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    b35e700 View commit details
    Browse the repository at this point in the history
  5. docs: update event, messages (#633)

    Woosang Son authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    112b738 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (#611)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.4.0...v1.5.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    e653d52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ad3ad3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #634 from line/develop

    feat: v1.7.0
    jckdotim authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    da06644 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. docs: fix errors

    kfangw authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6cb16c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. chore: no zero coin (#638)

    * fix: user friendly error, remove sdk error
    kfangw authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    feedfb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ce488 View commit details
    Browse the repository at this point in the history
  3. chore: token. permission query for contract_id (#635)

    * fix: token. permission query for contract_id
    kfangw authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3a32e14 View commit details
    Browse the repository at this point in the history
  4. chore: validate contract id first (#639)

    * chore: validate contract id first
    kfangw authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    fb59616 View commit details
    Browse the repository at this point in the history
  5. feat: base16 for token_id (#645)

    * feat: base16 for token_id
    kfangw authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    626543b View commit details
    Browse the repository at this point in the history
  6. feat: create account for the receiver (#637)

    * feat: create account for the receiver
    
    * feat: add grant, proxy
    kfangw authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3cd9ca2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    87b17f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ba04e View commit details
    Browse the repository at this point in the history
  3. feat: add to for issue fungible token messages (#657)

    * feat: add to for issue fungible token messages
    kfangw authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    34c6bee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b5275b View commit details
    Browse the repository at this point in the history
  5. feat: event for children while attaching/detaching (#666)

    * feat: event for children while attaching/detaching
    Woosang Son authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0998640 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. feat: add testnet build option

    Woosang Son committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    efe71c3 View commit details
    Browse the repository at this point in the history
  2. fix: modify prefix tink to tlink

    Woosang Son committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    7f2bde6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #671 from line/feat/testnetaddr

    feat: add testnet build option
    Woosang Son authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    3cb776a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7436fa4 View commit details
    Browse the repository at this point in the history
  5. test: add unit tests for collection, token module (#670)

    * test: add unit tests for collection, token module
    Woosang Son authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b361a2c View commit details
    Browse the repository at this point in the history
  6. fix: build script for testnet (#672)

    * fix: build script for testnet
    Woosang Son authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9e78287 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. fix: build script making multiple binary for testnet (#675)

    * fix: build script for testnet
    Woosang Son authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    b3e8ebd View commit details
    Browse the repository at this point in the history
  2. feat: Introduced meta for token, collection, token type, CFT, CNFT (#679

    )
    
    * feat: 🎸 PoC of token.meta, token.img-uri
    
    * test: revive broken test
    
    * style: apply captLocal issue
    
    * feat: 🎸 add meta to collection, token type, cft, cnft
    
    * test: fix broken test code
    
    * fix: image_uri -> img_uri and dredd test
    
    * style: pass gofmt
    
    * fix: update swagger.yaml
    
    * test: 💍 add meta modification test
    
    * test: add meta modification test for all types
    
    * refactor: 💡 use reference type at the Set* func design
    
    * chore: 🤖 remove unused code & dependencies
    
    also I added some empty modification test
    
    ✅ Closes: #592
    jckdotim authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    1acad95 View commit details
    Browse the repository at this point in the history
  3. fix: fix validation for token symbol (#677)

    * fix: fix validation for token symbol
    
    * fix: fix max token name length
    wetcod authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f476f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    148eab7 View commit details
    Browse the repository at this point in the history
  5. fix: integration-multi-node test failure (#681)

    Woosang Son authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    388ca50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8412fea View commit details
    Browse the repository at this point in the history
  7. Merge pull request #680 from line/develop

    feat: v1.8.0
    jckdotim authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    1bcc5c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    8689178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e967a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. build(deps): bump cosmos-sdk from 0.37.5 to 0.38.0 (#540)

    * build(deps): bump cosmos-sdk from 0.37.5 to 0.38.0
    
    * build(deps): add cmd/linkd/genaccounts.go due to deprecation
    
    * build(deps): fix tendermint/libs paths
    
    * build(deps): fix Error types
    
    * build(deps): fix SendTxCmd from x/bank/client/cli/tx.go
    
    * build(deps): fix errors caused by BlockMeta removal in BlockResult
    
    * build(deps): fix cosmos-sdk/client paths
    
    * build(deps): fix Error types (very hard work..)
    
    * build(deps): fix errors caused by changing auth.NewTxBuilderFromCLI
    
    * build(deps): fix errors caused by changing params.NewKeeper
    
    * build(deps): fix errors caused by changing bank.NewBaseKeeper
    
    * build(deps): fix errors caused by changing staking.NewKeeper
    
    * build(deps): fix Error types (don't bother me anymore..)
    
    * build(deps): fix errors caused by changing types.Handler
    
    * build(deps): fix errors caused by changing types.Querier
    
    * build(deps): fix errors caused by changing x/staking/keeper/keeper.go
    
    * build(deps): fix errors caused by deleting genaccounts module
    
    * build(deps): "tendermint/libs/common".RandStr -> "tendermint/libs/rand".Str
    
    * build(deps): fix errors caused by changing staking.NewDescription
    
    * build(deps): fix InitTestnet from cmd/linkd/testnet.go
    
    * build(deps): fix AddGenesisAccountCmd from cmd/linkd/genaccounts.go
    
    * build(deps): fix Error types
    
    * build(deps): fix test of x/token/internal/types
    
    * build(deps): fix test of x/token/internal/keeper
    
    * build(deps): fix test of x/token
    
    * build(deps): fix test of x/safetybox/internal/keeper
    
    * build(deps): fix test of x/safetybox
    
    * build(deps): fix test of x/proxy/keeper
    
    * build(deps): fix test of x/proxy
    
    * build(deps): fix test of x/bank/internal/keeper
    
    * build(deps): fix test of x/bank
    
    * build(deps): update x/auth/client/utils/mocks/Client.go
    
    * build(deps): fix test of x/account
    
    * build(deps): fix test of contrib/provisioning/k8s
    
    * build(deps): update client/rpc/mock/block_client_mock.go
    
    * build(deps): fix test of client/rpc/link/block
    
    * build(deps): remove linkdebug pubkey command
    
    * build(deps): fix errors caused by changing "tendermint/rpc/client".NewHTTP
    
    * build(deps): fix sim_test
    
    * build(deps): fix cli_test
    
    * build(deps): remove unnecessary newline
    
    * build(deps): fix typo
    
    * build(deps): remove unused variable
    
    * build(deps): fix lint error
    
    * build(deps): add FlagKeyringBackend to AddGenesisAccountCmd
    
    * build(deps): add --keyring-backend=test option to cli_test
    
    * build(deps): register vesting type to app's codec
    
    * build(deps): fix cli_test
    
    * build(deps): fix multi_test
    
    * build(deps): add --keyring-backend=test option to contract_test
    
    * build(deps): change []types.BaseAccount to exported.GenesisAccounts
    
    * build(deps): fix example of genesis-accounts for test
    
    * build(deps): fix type of public_key for contract_test
    
    * build(deps): remove success property for contract_test
    
    * build(deps): fix schema of GenesisAccount for contract_test
    
    * build(deps): remove events property for contract_test
    
    * build(deps): remove block_meta property for contract_test
    
    * build(deps): remove num_txs, total_txs from BlockHeader for contract_test
    
    * build(deps): remove precommits from last_commit for contract_test
    
    * chore: fix error of swagger-ui
    
    * build(deps): add missing properties for contract_test
    
    * build(deps): fix build errors
    
    * build(deps): fix unit-test errors
    
    * build(deps): fix lint error
    
    * build(deps): fix contract_test
    
    * build(deps): fix build errors
    
    * build(deps): fix unit-test errors
    
    * build(deps): fix lint error
    
    * build(deps): add keyring-backend=test to .initialize.sh
    
    * build(deps): update go.mod, go.sum
    
    * chore: no zero coin (#638) (#656)
    
    * fix: user friendly error, remove sdk error
    
    * Revert "chore: no zero coin (#638) (#656)"
    
    This reverts commit 5110fde87ae1f2dc131842dca591362bde265b3c.
    
    * chore: go fmt
    
    * test: fix test
    
    * fix: cierrors
    
    * fix: lint error
    
    * fix: lint error
    
    * Merge develop 9e967a3 to cosmos-sdk v0.38
    
    * chore: remove wrongly merged codes
    
    Co-authored-by: Woosang Son <woosang.son@linecorp.com>
    Co-authored-by: Sangyeop.lee <sangyeop.lee@linecorp.com>
    Co-authored-by: wetcod <37023735+wetcod@users.noreply.github.com>
    Co-authored-by: kfangw <kfangw@gmail.com>
    Co-authored-by: JC Kim <jck@linecorp.com>
    6 people authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    69ab879 View commit details
    Browse the repository at this point in the history
  2. feat: select network mode in runtime

    Woosang Son committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    c744462 View commit details
    Browse the repository at this point in the history
  3. fix: fmt failure

    Woosang Son committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    c71d856 View commit details
    Browse the repository at this point in the history
  4. fix: rerun ci

    Woosang Son committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fab5837 View commit details
    Browse the repository at this point in the history
  5. fix: remove unused flag from ci config

    Woosang Son committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    f18a81f View commit details
    Browse the repository at this point in the history
  6. feat: wrap sdk.Int overflow (#629)

    * feat: wrap sdk.Int overflow
    * test: x/collection/internal/keeper/supply_test.go added
    * fix: lint and test errors
    Junyong-Suh authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    86a6b8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aa407f View commit details
    Browse the repository at this point in the history
  8. fix: mint burn for nft (#696)

    * feat: mint burn count for nft
    
    * fix: no validation for collection name
    kfangw authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    467b458 View commit details
    Browse the repository at this point in the history
  9. fix: apply comment; refine code

    Woosang Son committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fc4b19c View commit details
    Browse the repository at this point in the history
  10. fix: golangci warning

    Woosang Son committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b3ba352 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. fix: mint burn for nft (#696) (#699)

    * feat: mint burn count for nft
    
    * fix: no validation for collection name
    kfangw authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    eff7ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1d4d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #697 from line/hotfix-networkmode

    fix: hotfix for networkmode
    Woosang Son authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    0fe7cc6 View commit details
    Browse the repository at this point in the history
  4. feat: select network mode in runtime (#705)

    * feat: select network mode in runtime
    Woosang Son authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5542864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a92526c View commit details
    Browse the repository at this point in the history
  6. test: fix broken localnet, sim-test (#700)

    * test: remove incorrect simulation module
    
    * test: fix cmd InitTestnet for localnet-test
    
    * test: reduce the number of tests for sim-link-nondeterminism
    
    * test: disable sim-link-multi-seed
    
    * test: add TODO comments for simulation
    
    * test: remove comments in CircleCI config
    hsyis authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    c7194ae View commit details
    Browse the repository at this point in the history
  7. feat: multi-transfer, multi-mint for collection (#678)

    * feat: make mint-ft allow multi token-id
    
    * test: add cases for multi-transfer, multi-mint of ft-collection
    
    * feat: make transfer-nft allow multi token-id
    
    * test: add cases for multi-transfer of nft-collection
    
    * feat: make transfer-nft-from allow multi token-id
    
    * feat: make transfer-nft-from sort multi token-id
    
    * feat: make mint-nft allow multi token-type
    
    * docs: change usage for cmd transfer-nft, mint-nft
    
    * fix: lint errors
    
    * feat: change name for MsgMintNFT
    
    * fix: contract_test errors
    
    * fix: cli_test errors
    
    * test: code coverage up
    
    * fix: build error
    
    * fix: lint error
    hsyis authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    cbcd01e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. fix: remove network mode log (#710)

    * fix: remove network mode log except for start command
    Woosang Son authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    823478b View commit details
    Browse the repository at this point in the history
  2. chore: Move faucet's account from prepare_state.sh to .initialize.sh (#…

    …714)
    
    * chore: Move faucet's account from prepare_state.sh to .initialize.sh
    
    * chore: Move faucet's account from prepare_state.sh to .initialize.sh
    jeehonglee authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ffcb324 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. build(deps): bump github.com/cosmos/cosmos-sdk from 0.38.0 to 0.38.1 (#…

    …703)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.38.0 to 0.38.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/master/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.38.0...v0.38.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    bc46177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46236be View commit details
    Browse the repository at this point in the history
  3. fix: no panic but error for invalid token id (#731)

    * fix: no panic but error for invalid token id
    
    * style: lint
    
    * chore: disable codecov patch check (#693)
    
    Co-authored-by: Junyong <jsuh@linecorp.com>
    kfangw and Junyong-Suh authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    bf46177 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. chore: lint fix (#734)

    Junyong-Suh authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    9ea8b95 View commit details
    Browse the repository at this point in the history
  2. fix: btx bugs (#738)

    * fix: error message with bech32 format
    
    * fix: validate action
    
    * fix: defence code for not exist resource
    
    * fix: check permission first
    
    * fix: validate action for revoke message
    
    * fix: unit test
    
    * fix: review @Junyong-Suh
    kfangw authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    3e98a1c View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 wrong cli command description (#736)

    * fix: 🐛 wrong cli command description
    
    * style: 💄 pass recent linter
    jckdotim authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    3f0ccb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d005813 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c2183e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    88a63ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #715 from line/hotfix-1.9.1

    fix: hotfix 1.9.1
    kfangw authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    06e146f View commit details
    Browse the repository at this point in the history
  3. Merge master branch 06e146f to develop (#743)

    * feat: select network mode in runtime
    
    * fix: fmt failure
    
    * fix: rerun ci
    
    * fix: remove unused flag from ci config
    
    * fix: mint burn for nft (#696)
    
    * feat: mint burn count for nft
    
    * fix: no validation for collection name
    
    * fix: apply comment; refine code
    
    * fix: golangci warning
    
    * fix: remove network mode log (#710)
    
    * fix: remove network mode log except for start command
    
    * fix: no panic but error for invalid token id (#731)
    
    * fix: no panic but error for invalid token id
    
    * style: lint
    
    * chore: disable codecov patch check (#693)
    
    Co-authored-by: Junyong <jsuh@linecorp.com>
    
    * fix: btx bugs (#738)
    
    * fix: error message with bech32 format
    
    * fix: validate action
    
    * fix: defence code for not exist resource
    
    * fix: check permission first
    
    * fix: validate action for revoke message
    
    * fix: unit test
    
    * fix: review @Junyong-Suh
    
    * fix: 🐛 wrong cli command description (#736)
    
    * fix: 🐛 wrong cli command description
    
    * style: 💄 pass recent linter
    
    * fix: make 0 minting/burning invalid (#737)
    
    * fix: response zero balance for non existent accounts (#741)
    
    * fix: improper errors for attach_from, detach_from (#739)
    
    * style: lint
    
    Co-authored-by: JCKim <jck@linecorp.com>
    Co-authored-by: Woosang Son <woosang.son@linecorp.com>
    Co-authored-by: Junyong <jsuh@linecorp.com>
    Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
    5 people authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    936abb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    2311d66 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    feb7bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bd1d5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #747 from line/hotfix-1.9.2

    fix: length validation for meta, name, image
    kfangw authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    3ec5c9c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    2ad3f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f93732 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. feat: migrate TxResponse for cosmos v0.38 (#754)

    Yongwoo Lee authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    30e10ed View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    51e644d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. test: disable a testcase (#786)

    * test: disable a testcase
    kfangw authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    346213c View commit details
    Browse the repository at this point in the history
  2. feat: Bump Tendermint 0.33.3 Cosmos-SDK 0.38.3 (#794)

    * feat: Bump Tendermint 0.33.3 Cosmos-SDK 0.38.3
    kfangw authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    b669486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5abbda2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93733e9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #776 from line/develop

    feat: release v1.10.0
    kfangw authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    3401f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. feat: introduce link load tester (#766)

    * feat(load_test): add wallet feature
    
    * feat(load_test): add LinkService
    
    * feat(load_test): add loadgenerator
    
    * feat(load_test): add txbuilder
    
    * feat(load_test): add master client
    
    * feat(load_test): add load test cli commands
    
    * feat(load_test): fix NewMsgSend from private to public
    
    * feat(load_test): add Dockerfile for load_test
    
    * docs(load-test): add README.md
    
    * refactor: add config type
    
    * refactor: add Reporter
    
    * refactor: add cli package
    
    * test: add integration test
    
    * ci: add integration test to circle ci
    wetcod authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    455bd85 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. feat: limit depth/width for composed tokens (#815)

    Yongwoo Lee authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    129b7a2 View commit details
    Browse the repository at this point in the history
  2. chore: replace cosmos repository (#328)

    * chore: replace cosmos repository
    kfangw authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    63433a1 View commit details
    Browse the repository at this point in the history
  3. feat: enable safetybox for token (#806)

    * feat: revive the safetybox module
    
    * feat: change safetybox's account keeper from auth to token
    
    * feat: change safetybox's bank keeper from cosmos-bank to token
    
    * feat: add contract_test cases for safetybox
    
    * feat: resolve contract_test error
    
    * feat: change safetybox command: sendcoins -> sendtoken
    
    * docs: add safetybox documents
    
    * feat: change safetybox naming
    
    * docs: add safetybox concept for token
    
    * test: add case to send invalid token to safetybox
    
    * feat: add an event for contract_id to safety_box_create
    
    * feat: check whether token exists when creating safetybox
    
    * feat: wrap error with more info when token cannot be found with contractID
    hsyis authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    2ffffd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. feat: Improve link load tester (#809)

    * feat: add ramp up pacer
    
    * feat: add getBlock to service
    
    * fix: fix bug of integration_test
    
    * feat: add getLatestBlock to link service
    
    * feat: add feature of printing report and graph to reporter
    
    * test: increase test time of integration test
    
    * ci: dockerize master and add docker-compose
    
    * feat: add custom target type
    
    * build: add go-chart
    wetcod authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    beefb24 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. fix: provide GITHUB_TOKEN for dockerfile (#822)

    * fix: GITHUB TOKEN for dockerfile
    kfangw authored May 4, 2020
    Configuration menu
    Copy the full SHA
    bdc54c7 View commit details
    Browse the repository at this point in the history
  2. fix: make simulation test be passed (#821)

    Yongwoo Lee authored May 4, 2020
    Configuration menu
    Copy the full SHA
    1ff6b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e652ad View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. fix: /blocks_with_tx_results returns 404 when block height does not e…

    …xist (#823)
    
    * fix: /blocks_with_tx_results return 404 when block does not exist
    
    * fix: resolve lint errors
    hsyis authored May 6, 2020
    Configuration menu
    Copy the full SHA
    cb8a7c0 View commit details
    Browse the repository at this point in the history
  2. feat: add block_size to /blocks_with_tx_results (#825)

    * feat: add block_size to /blocks_with_tx_results
    
    * feat: embedding tendermint/rpc/core/types.ResultBlock
    hsyis authored May 6, 2020
    Configuration menu
    Copy the full SHA
    4ebcdd6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    bc7d885 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. fix: remove proxy, safetybox (#832)

    fix: remove proxy, safetybox
    kfangw authored May 12, 2020
    Configuration menu
    Copy the full SHA
    0790f07 View commit details
    Browse the repository at this point in the history
  2. refactor: remove iam module from token, collection modules (#829)

    * fix: remove iam module from token module
    
    * fix: remove iam module from collection module
    
    * fix: remove iam module and modify documents
    kfangw authored May 12, 2020
    Configuration menu
    Copy the full SHA
    a0eebaf View commit details
    Browse the repository at this point in the history
  3. feat: support cleveldb (#830)

    * build: support cleveldb
    
    * chore: log DB backend of link and tendermint
    
    * ci: use cleveldb for DB backend
    
    * test: fix to test attack count with delta
    
    * ci: fix to cache leveldb binary
    wetcod authored May 12, 2020
    Configuration menu
    Copy the full SHA
    1709791 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    f417108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8104678 View commit details
    Browse the repository at this point in the history
  3. ci: fix bugs of circle-ci with cleveldb (#840)

    * ci: copy clevgeldb binary when running integration_multi_node_test
    
    * ci: change key of cache
    
    * ci: fix a bug that would fail when running the cleveldb install job a second time
    
    * ci: fix separate the cache for cleveldb
    wetcod authored May 14, 2020
    Configuration menu
    Copy the full SHA
    2dfc872 View commit details
    Browse the repository at this point in the history
  4. fix: change NFT params to not be sorted (hotfix-1.10.1) (#845)

    * fix: change tx params of nft to not be sorted
    
    * fix: mod tidy
    
    * ci: remove get-tools from sim-link-nondeterminism
    hsyis authored May 14, 2020
    Configuration menu
    Copy the full SHA
    d8a4344 View commit details
    Browse the repository at this point in the history
  5. refactor: contract id (#831)

    * feat: include contract id into context
    
    * style: lint
    
    * fix: remove token/tokens collection/collections
    
    * feat: embedding contract id of collection
    
    * style: lint
    
    * fix: query for empty data
    
    * feat: defence code
    kfangw authored May 14, 2020
    Configuration menu
    Copy the full SHA
    603b722 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a97d39a View commit details
    Browse the repository at this point in the history
  7. chore: command for list up error codes (#843)

    * chore: command for list up error codes
    kfangw authored May 14, 2020
    Configuration menu
    Copy the full SHA
    0c10409 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fbd1eb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. refactor: sanitize modules and documents (#848)

    * docs: move document to its module
    
    * refactor: rename bank->coin
    
    * refactor: combine auth and account
    
    * docs: add syntax of messages
    
    * fix: remove bank
    
    * docs: update swagger
    
    * style: rename
    kfangw authored May 15, 2020
    Configuration menu
    Copy the full SHA
    670419a View commit details
    Browse the repository at this point in the history
  2. fix: total mint count bug fix (#846)

    * fix: total mint count bug fix
    
    * style: fix lint
    
    * test: fix unittest
    
    * fix: defence code
    
    * fix: case for full
    
    * chore: Update x/collection/internal/keeper/token.go
    
    Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
    
    * fix: compile error
    
    Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
    kfangw and Yongwoo Lee authored May 15, 2020
    Configuration menu
    Copy the full SHA
    e731cf1 View commit details
    Browse the repository at this point in the history
  3. feat: 🎸 add base coin metadata api (#828)

    * feat: 🎸 add base coin metadata api
    
    ✅ Closes: closes #651
    
    * test: 💍 add result example of coin metadata
    
    * fix: 🐛 coin handler's response type
    
    * style: 💄 remove unintended blank line
    jckdotim authored May 15, 2020
    Configuration menu
    Copy the full SHA
    e4bf354 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #849 from line/develop

    release v1.11.0
    kfangw authored May 15, 2020
    Configuration menu
    Copy the full SHA
    8edf7d1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    12dd6c8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. fix: add genesis module instead of memo of genesis.json(#855)

    * fix: add genesis module instead of memo of genesis.json
    
    * fix: empty string
    
    * fix: remove error
    kfangw authored May 21, 2020
    Configuration menu
    Copy the full SHA
    e3909bf View commit details
    Browse the repository at this point in the history
  2. chore: fix deploy job (#851)

    * chore: fix deploy job
    
    * chore: fix config
    
    * chore: fix
    kfangw authored May 21, 2020
    Configuration menu
    Copy the full SHA
    01af197 View commit details
    Browse the repository at this point in the history
  3. fix: http response (#856)

    kfangw authored May 21, 2020
    Configuration menu
    Copy the full SHA
    8f9e862 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94ade59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d7761e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #857 from line/develop

    release link v1.11.1
    kfangw authored May 21, 2020
    Configuration menu
    Copy the full SHA
    d1fce7c View commit details
    Browse the repository at this point in the history
  7. fix: query for denom (#859)

    * fix: query for denom
    
    * fix: type LINE
    
    Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
    
    * fix: full name @jinsankim
    
    * fix: rename symbol -> denomination for the swagger document
    
    Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
    kfangw and Yongwoo Lee authored May 21, 2020
    Configuration menu
    Copy the full SHA
    1ec63e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9c5a06 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #861 from line/develop

    release v1.11.2
    kfangw authored May 21, 2020
    Configuration menu
    Copy the full SHA
    3855702 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. chore: fix linguist

    kfangw authored May 22, 2020
    Configuration menu
    Copy the full SHA
    818b7f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f69c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1201f0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #866 from line/develop

    release v1.11.3
    kfangw authored May 22, 2020
    Configuration menu
    Copy the full SHA
    f283b71 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. fix: blocks_with_tx_results (#870)

    * fix: block_with_tx_responses for account module
    
    * fix: remove unused code
    
    * style: lint
    
    * fix: go sum
    
    * fix: dredd test
    kfangw authored May 28, 2020
    Configuration menu
    Copy the full SHA
    69fd014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe040ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #871 from line/develop

    release v2.0.0
    kfangw authored May 28, 2020
    Configuration menu
    Copy the full SHA
    c59a1e9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. fix: empty list not nil (#872)

    * fix: return empty list not nil
    
    * fix: add document
    kfangw authored May 29, 2020
    Configuration menu
    Copy the full SHA
    87e8238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6cd98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #874 from line/develop

    release v2.0.1
    kfangw authored May 29, 2020
    Configuration menu
    Copy the full SHA
    e5c68a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. fix: performance of MsgMintNFT (#893)

    * fix: nft owner
    
    * test: add peformance test for mint
    
    * style: lint
    
    * fix: burn
    
    * test: fix test
    
    * fix: query balance for nft
    kfangw authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6df80d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7299dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b65c60f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #895 from line/develop

    release v2.0.2
    kfangw authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0d5dc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    f2cc3df View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    18eb790 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    bf0c860 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    72ac86b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754ba3e View commit details
    Browse the repository at this point in the history
  3. feat: change txs search to run without tags (#902)

    * feat: change txs search to run without tags
    
    * test: resolve load_test error
    hsyis authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    e65f43b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    951a98b View commit details
    Browse the repository at this point in the history
  2. fix: store count of total mint, burn (#904)

    * fix: store count of total mint, burn
    
    * fix: unit test
    kfangw authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    11ada11 View commit details
    Browse the repository at this point in the history
  3. feat: reject if from is equal or more than latest height when `bloc…

    …ks_with_tx_results` (#908)
    
    * feat: prevent empty tx results due to commit-execution timing gap
    
    * fix: fix conditional statements
    Yongwoo Lee authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    5912617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83c814f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #910 from line/develop

    release v2.0.4
    kfangw authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1a27ada View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. fix: return [] rather than nil when empty txs in `blocks_with_tx_…

    …results` api (#911)
    Yongwoo Lee authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    662e4ee View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. feat: Add more load test scenarios (#867)

    * refactor: refactor to make adding scenarios easy
    
    * feat: report failed txs
    
    * feat: add tx empty scenario
    
    * feat: add query block scenario
    
    * feat: add tx token scenario
    
    * feat: add tx collection scenario
    
    * feat: add mint nft scenario
    
    * feat: add report command
    
    * feat: print the number of failed tx logs
    
    * feat: report block details and msg info
    
    * feat: add transfer ft and nft scenarios
    
    * feat: add max gas config
    
    * feat: add query coin scenario
    
    * feat: report missing tx
    
    * feat: load generator can generate multiple uri targets in one scenario
    
    * build: add rules for load test to Makefile
    
    * feat: add tx and query all scenario
    
    * feat: add thresholds feature for tps and latency
    wetcod authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    f79618a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. feat: add throughput threshold to load tester (#924)

    * feat: add throughput threshold
    
    * fix: fix reporter to print valid mps for tx_and_query_all scenario
    
    * fix: fix invalid query of tx_and_query_all scenario
    wetcod authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7019dae View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. docs: rewrite the getting started docs (#922)

    * docs: rewrite the getting started docs
    
    - divide the docs into two parts – creating a new network, and joining the network
    - Rewrite the first part
    - Add an intro message into the second part (no rewrite)
    
    * docs: apply feedbacks for #922
    lyingdragon authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    3d521eb View commit details
    Browse the repository at this point in the history
  2. fix: return proper error response when TX simulation error (#935)

    - uses latest line/cosmos-sdk which returns a proper error when TX simulation error.
    - flatten ABCI error information to simulation responses.
    Yongwoo Lee authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    1ca997d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. fix: fix error code for the collection module (#936)

    * fix: fix error code for the collection module
    
    * test: add test case
    kfangw authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    3acdf89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da6d64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #923 from line/develop

    fix: release v2.1.2
    kfangw authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    949acc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. feat: add load test scenario for simulate query (#941)

    * refactor: refactor GenerateTarget using MsgBuilder
    
    * feat: add query simulate scenario
    
    * feat: add scenario parameters as a config
    
    * refactor: fix mint_nft scenario to use parameter instead of multi_mint_nft scenario
    
    * refactor: change scenarioParams to function parameters
    
    * feat: msg type parameters for query_simulate scenario
    wetcod authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    fac8060 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. feat: add an option to query on the check state (#962)

    Yongwoo Lee authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    81e0f42 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    cd67938 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    292c02b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    9b3f593 View commit details
    Browse the repository at this point in the history
  2. chore: split tx_and_query_all scenario (#997)

    * feat: split tx_and_query_all scenario
    
    * fix: fix scripts and config to run load test job
    
    * feat: split target_url into prepare_target_url and load_target_url
    
    * refactor: refactor to remove GetNumTargets()
    wetcod authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7747c95 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. test: enable TestMultiValidatorAddNodeAndFailedTransactions in `mul…

    …ti_test.go` (#1002)
    
    * fix: test case for `CheckTx passed, but DeliverTx failed`
    
    * chore: remove unnecessary `WaitForNextNBlocksTM()`
    
    * fix: `CheckTx failed`
    
    * chore: revise `CheckTx passed, but removed in mempool by Recheck`
    jinsan-line authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    ee6e1a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. chore: lint for comment and defer func (#1031)

    * chore(lint): adopt golangci upgrade
    kfangw authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    406348c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    42ba1cb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. feat: add /collection/{contract_id}/tokentypes/{token_type}/tokens (#…

    …1004)
    
    * feat: add /collection/{contract_id}/tokentypes/{token_type}/tokens
    
    * feat: make logics
    
    * fix: modify typo
    
    * feat: make linkcli
    
    * fix: go format
    
    * fix: Add error handling
    
    * feat: unit test
    
    * fix: add test content about tokens and remove unused a flag
    
    * test: Adding missing or correcting existing tests
    
    * fix: Delete unnecessary if statements
    
    * fix: format
    
    * fix: format goimports
    
    * fix: A cli_test bug fix
    
    * fix: Delete unnecessary processing and check the result
    
    * test: Adding fttoken Test to cli_test.go and querier_test.go
    
    * fix: Changed tokentt command to tokens command with option --tokentype=xxx
    
    * fix: go format
    
    * fix: Regular expression check and character string definition without options
    
    * style: goimports apply
    
    * fix: Moved regular expression check function to token_type go file
    
    * fix: Replace value "default" to the const variable.
    
    * fix: move cmd.Flags().StringVarP into GetTokensCmd() func
    
    * fix: a function name and the position to declare the constant.
    
    * style: go format
    
    * fix: G101 Potential hardcoded credentialsx
    
    * style: go format
    
    * fix: G101 Potential hardcoded credentials
    
    * style: function name
    
    * fix: The query function is divided into two
    
    * fix: remove the unused variable noOptionFlag
    
    * fix: go format
    
    * fix: S1021 should merge variable declaration with assignment on next line (gosimple)
    
    * fix: arrange the PR
    
    * test: Adding missing or correcting existing tests
    
    * fix: token-type option
    
    Co-authored-by: kfangw <kfangw@gmail.com>
    Kynea0b and kfangw authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    730a7a2 View commit details
    Browse the repository at this point in the history
  2. refactor: prepare Daphne repository migration (#1039)

    * refactor: move changes to each modules
    
    * refactor: symbol for each modules
    
    * chore: remove unused code
    
    * refactor: remove cosmos-sdk docs
    
    * refactor: remove version and use cosmos-sdk version
    
    * refactor: move load_test to github.com/line/vulcan
    
    * chore: remove loadtester from circleci and Makefile
    
    * fix: goreleaser version tags
    kfangw authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8fe0fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae0b6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af4160e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    dd64a74 View commit details
    Browse the repository at this point in the history
  2. chore: go mod tidy (#1043)

    jinsan-line authored and kfangw committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e48b145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62353a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. test: Add test for BlockWithTxs (#1038)

    * test: add UnitTest for BlockWithTxResponses
    
    * fix: comply with local convension
    SatoshiSakamori authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    cc55c82 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    21ede82 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. test: fix that integration test is frequently failed on circle ci (#…

    …1059)
    
    * chore: revise port assigning method
    
    * chore: revise boilerplate code example in README.md
    jinsan-line authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    40f4621 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    d919288 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. feat: /collection/{contract_id}/accounts/{address}/approvers (#1022)

    * feat: /collection/{contract_id}/accounts/{address}/proxies
    
    * feat: rest api and cli command
    
    * test: Adding approve test
    
    * fix: A bug fix
    
    * test: Adding missing or correcting existing tests
    
    * test: Adding missing or correcting existing tests
    
    * fix: iterate function fix
    
    * fix: A CollectionProxiesKey fix
    
    * fix: input proxy output approvers
    
    * style: function name fix
    
    * fix: fix params proxy for the approvers
    
    * fix: A param name
    
    * fix: param name and add TODO
    
    * fix: address []byte
    
    * fix: Change input / output to address
    
    * fix: change retriever.GetApprovers Return type and so on
    
    * fix: param name and swagger ui
    
    * test: correcting existing tests
    
    * test: correcting existing test code
    
    * fix: add index position definition and fix test code
    
    * test: add a test case when getting empty
    
    * fix: swagger.yaml indent error
    
    * fix: change a value "proxy" of the param to "address"
    
    * fix: typo function name
    
    * fix: lint error
    
    * fix: contract test
    
    * fix: variable name
    
    * fix: add Cleanup
    
    * fix: variable name
    
    * fix: typo
    
    * refactor: minor refactoring
    
    * chore: unused code
    
    * fix: A bug fix
    
    Co-authored-by: kfangw <kfangw@gmail.com>
    Kynea0b and kfangw authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    0f91c42 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. feat: add proxy function for issue1044 (#1053)

    * feat: add proxy function in keeper for issue1044
    
    * feat: add transferFrom and msg type
    
    * feat: add handler for Proxy
    
    fix lint
    
    * feat: implement cmd for token proxy and IT test
    
    * feat: remove disapprove codes
    SatoshiSakamori authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f82949b View commit details
    Browse the repository at this point in the history
  2. test: fix testcase (#1077)

    * test: adjust the order of account
    
    * test: fix cli test too
    kfangw authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f04d09b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    9b2b829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd0460e View commit details
    Browse the repository at this point in the history
  3. feat: /collection/{contract_id}/accounts/{address}/balances (#1070)

    * fix: swagger.yaml
    
    * fix: fix queryBalances and add TestNewQuerier_queryBalances
    
    * fix: test code, function def order and variable name
    
    * fix: investigation Coins type
    
    * fix: Int64 conversion error
    
    * fix: Preallocate an array variable, delete unnecessary rows, variable names
    
    * fix: Delete an unnecessary test case
    
    * fix: delete an unused variable
    
    * style: Change value "6" to constant variable decimal
    Kynea0b authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a76ecf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb16ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2716cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c9d89e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ce2b0a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from kfangw/merge/origin_link_v2.3.0

    merge origin link v2.3.0
    kfangw authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    fe570df View commit details
    Browse the repository at this point in the history
  9. fix: remove client

    kfangw committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    21e40ce View commit details
    Browse the repository at this point in the history
  10. fix: remove client

    fix: remove client
    kfangw authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c629db7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3 from line/develop

    release v0.2.0
    kfangw authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ce0f6dd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. feat: add wasm module (#1)

    Yongwoo Lee authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    1578327 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. feat: Implement Querier to Get approver (#7)

    SatoshiSakamori authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4aa189e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. feat: implement token module encoder (#5)

    * feat: implement token module encoder
    
    * fix: the wasm module does not depend on the encoder
    shiki-tak authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0f4ad5b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. feat: implement collection module encoder (#22)

    * feat: implement collection module encoder
    
    * fix: apply review
    
    * fix: querier encoder
    
    * fix: lint error
    
    * fix: define EncodeHandler type to x/wasm
    
    * fix: remove unnecessary definition
    shiki-tak authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8c6d487 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Add linkwasmd and cli_test (#20)

    This closes https://github.com/line/link/issues/1054
    
    * Fork link and modify using x/wasm to enable cli-test with wasm
    
    - Fork link in x/wasm/linkwasmd
    - Modify it to using x/wasm
    - Fork cli-test from link
    - Modify it to fit linkwasmd
    
    * remove module genesis
    
    * Add test helper functions for wasm
    
    * write test
    
    * execute gofmt
    
    * remove dependency on update module
    
    * remove unneeded cli_tests
    
    * make the module struct simpler
    
    * add Makefile in x/wasm/linkwasmd
    loloicci authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    97d0b35 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. fix wasmKeeper of x/wasm/linkwasmd for #5 (#32)

    * fix wasmKeeper of x/wasm/linkwasmd for #5
    
    * modify wasm keeper
    
    * update Makefile to refer source files of linkwasmd/cli
    
    * add a test using token module from wasm contract
    
    * execute go fmt
    
    * add a test creating a collection
    
    * modify to use json.Marshal to make message for executing contracts
    loloicci authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    7925cd5 View commit details
    Browse the repository at this point in the history
  2. modify marshal/unmarshal used in wasm module (#37)

    * fix wasmKeeper of x/wasm/linkwasmd for #5
    
    * modify wasm keeper
    
    * update Makefile to refer source files of linkwasmd/cli
    
    * add a test using token module from wasm contract
    
    * execute go fmt
    
    * add a test creating a collection
    
    * fix to use codec.MarshalJSONIndent instead of json.MarshalIndent
    
    * execute go fmt
    
    * modify query of wasm contract state non-indented
    
    * modify unittests' marshalings
    
    * execute go fmt
    loloicci authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    39dc61b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Cherry-pick CosmWasm/wasmd#302 (Making Max Size of Contract into a Pa…

    …rameter) (#44)
    
    * Reject wasm zips exceeding limit
    
    * modify 7a22e97bc92e8cd02783f6fdd70ee256ea95aff7 for link-modules
    
    * Parameter for max wasm code size
    
    It includes modifying for link-modules
    
    * Add test to very limit on uncompressed data
    
    * execute go fmt
    
    * modify for linkwasmd
    
    * update go.sum
    
    Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
    loloicci and alpe authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e5805dd View commit details
    Browse the repository at this point in the history
  2. build: bump up cosmos-sdk and tendermint version (#45)

    * build: bump up cosmos-sdk and tendermint version
    
    * fix: remove unnecessary codes
    kfangw authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9915ef2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. build: apply PR #45 (bump up deps) into develop (#46)

    * build: bump up cosmos-sdk and tendermint version (#45)
    
    Co-authored-by: Marshall Kim <kfangw@gmail.com>
    Yongwoo Lee and kfangw authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    5858645 View commit details
    Browse the repository at this point in the history
  2. feat: add cli_test for token-tester contract (#42)

    * feat: add encoder for approve, burn_from, transfer_from
    
    * feat: setup circleci for integration test
    
    * feat: add cli_test for token-tester contract
    
    * fix: apply review
    
    * fix: build error
    
    * fix: apply review
    
    * fix: add validation that contractAddress cannot mint token after revoke perm
    
    * fix: remove unnecessary parameter
    shiki-tak authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    73754aa View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. feat: bump up cosmos-sdk v0.39.1-0.2.0 (#55)

    * feat: bump up iavl 0.14.3
    
    * feat: bump up golang version
    
    * fix: typo
    
    * fix: update go.sum
    kfangw authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    cf6fbb6 View commit details
    Browse the repository at this point in the history
  2. feat: bump up cosmos-sdk v0.39.1-0.2.0 (#57)

    * feat: bump up iavl 0.14.3
    
    * feat: bump up golang version
    kfangw authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    eed24ba View commit details
    Browse the repository at this point in the history
  3. feat: merge branch master into develop

    Yongwoo Lee committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3b7c487 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. feat: merge branch master into develop

    Yongwoo Lee authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    0061081 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. feat: add cli_test for collection_tester (#50)

    * fix: fix nftcount in querier_encoder and change wrapper param name
    
    * fix: fix bug in QueryAccountPermissionCollection and add query function for collection module
    
    * feat: add cli_test for collection-tester contract
    
    * fix: apply review
    shiki-tak authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    c553ff6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. fix: Add a test to manage the parameter MaxWasmCodeSize with gov (#51)

    * refactoring: use var defined in types as expected default value of wasm parameters
    
    * add test for change the parameter MaxWasmCodeSize
    
    * Add documentation
    loloicci authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f7be553 View commit details
    Browse the repository at this point in the history
  2. fix: solve a TODO in wasm's cli_test (#53)

    * solve a TODO in wasm's cli_test
    
    * fix how to compare hash
    loloicci authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    730be1a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. build: bump up cosmos-sdk to v0.39.2 (#62)

    * build: bump up cosmos-sdk to v0.39.2
    wetcod authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    20e848d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. ci: report perf results to PR comments (#43)

    Yongwoo Lee authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    fb28833 View commit details
    Browse the repository at this point in the history
  2. ci: fix ci error on develop branch (#71)

    skip PR comment on non PR branch
    Yongwoo Lee authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    6d1cec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. feat: rename QueryXxxParam to XxxParam and change query_total interfa…

    …ce (#81)
    
    * fix: rename QueryXxxParam to XxxParam
    
    * fix: update token, collection-tester
    
    * feat: change query total interface
    shiki-tak authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    30452e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f0e2f View commit details
    Browse the repository at this point in the history
  3. Rewrite Governonce.md (#75)

    * docs: replace links to CosmWasm with links to link-module
    
    * docs: rewrite Goveronce.md
    
    * docs: replce absolute paths with relative paths
    
    * doc: fix the name of args about enabled proposals
    loloicci authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    cb3e6cd View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Merge update wasmd v0.11.1 (#65)

    MERGING wasmd v0.10.0..v0.11.1:
    
    * wasmd v0.10.0
    
    * go-cosmwasm 0.11.0-alpha1 and fix compiler issues
    
    * Updated contracts from cosmwasm v0.11.0-alpha3
    
    https://github.com/CosmWasm/cosmwasm/releases/tag/v0.11.0-alpha3
    
    * Return TimeNanos along with BlockInfo
    
    * Fix gas on tests
    
    * Fix reflect tests
    
    * Error message cleanup
    
    * Cleanup from pr review
    
    * Update go-cosmwasm to v0.11.0-alpha2, contracts to v0.11.0-alpha4
    
    * Update code/tests to new version
    
    * Fix old contract naming in integration tests
    
    * Implemented files called general_consts.go to all modules that heavly relied on  the duplicated "CLientID : 1"
    Future duplicated variables across the entire module can also be added to it, centralizing therefore all os those kind of values.
    
    * Closes #10 Implemented files called general_consts.go to all modules that heavly relied on the duplicated "ClientID : 1"
    
    * Add more queries on reflect contract
    
    * Test QuerySmart and QueryRaw reflected via contract
    
    * Add test for the response of StakingQuery::Validators
    
    * Add test for StakingQuery::AllDelegations
    
    * Cleanup from PR comments
    
    * Add tests for StakingQuery::{Delegation,BondedDenom}
    
    * Increment x/wasm error codes by 1
    
    * Return raw stored bytes for raw queries
    
    * Update raw query REST response
    
    * Use json.RawMessage for better encoding of REST interface on raw queries
    
    * Test QueryContractState based on binary
    
    * Test nil key and adapt docs
    
    * Better calculation of Delegation.CanRedelegate
    
    * Wrote gnarly query to get outstanding rewards for delegator
    
    * Update app.go for new constructor
    
    * Minor PR cleanup
    
    * Ensure the DelegationQuery doesn't modify the state
    
    * Extra safe we do not write during the query
    
    * Prevent integer overflow
    
    * Review feedback
    
    * Add test showing WasmQuery::Raw fails for missing responses
    
    * Update to go-cosmwasm v0.11.0-rc and raw query tests pass
    
    * Update to go-cosmwasm v0.11.0
    
    * Download newest contracts
    
    * Base64 encoded return data on wasm raw query REST endpoint
    
    * Manually encode as base64 as auto-encoded doesn't work
    
    FIXES FOR MERGING:
    
    * fix: add more properties to wasm keeper constructor
    
    - add encodeRouter, queryRouter, distribution keeper
    - update go.sum
    
    * fix: replace contracts with cosmwasm version 0.12.0
    
    * fix: add a newline in the end of download_releases.sh
    
    * fix: replace contract for perf_check
    
    Co-authored-by: Yongwoo Lee <whylee@linecorp.com>
    Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
    Co-authored-by: Gustavo H. M. Silva <gustavohmsilva@tuta.io>
    Co-authored-by: Simon Warta <simon@warta.it>
    Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
    6 people authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ca93fbb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. fix(wasm): init params first in InitGenesis (#76)

    cherry-pick: CosmWasm/wasmd@ae169ce
    > Merge pull request #338 from CosmWasm/fix_genesis_335
    >
    > Fix param usage issue in genesis import
    
    Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
    Yongwoo Lee and alpe authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a2a17e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    bebe4fa View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. feat: add type tag to response models (#78)

    Yongwoo Lee authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    49610aa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. build: change the depended wasmvm to line/wasmvm v0.12.0-0.1.0 (#86)

    * build: change the depended wasmvm to v0.12.0
    
    * build: change depended wasmvm to link/wasmvm v0.12.0-0.1.0
    loloicci authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    43c4e26 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Merge remote-tracking branch 'link/develop' into v2/feat/merge_link_m…

    …odule
    Woosang Son committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    2781662 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. fix: rename link-modules package

    Woosang Son committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    3a311f5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v2/develop' of github.com:line/lbm-sdk into v2/feat/mer…

    …ge_link_module
    Woosang Son committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    d417b1c View commit details
    Browse the repository at this point in the history
  3. chore: ci build failure

    Woosang Son committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    9c35711 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. chore: golangci error

    Woosang Son committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    669eb12 View commit details
    Browse the repository at this point in the history
  2. chore: enable golangci lint

    Woosang Son committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    99a776f View commit details
    Browse the repository at this point in the history
  3. chore: apply comment

    Woosang Son committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    34b5d90 View commit details
    Browse the repository at this point in the history