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

fix(deps): update dependency io.provenance:proto-kotlin to v1.17.0 - autoclosed #124

Closed
wants to merge 1 commit into from

Conversation

figure-renovate[bot]
Copy link
Contributor

@figure-renovate figure-renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Type Update Change
io.provenance:proto-kotlin (source) dependencies minor 1.15.0 -> 1.17.0

Release Notes

provenance-io/provenance

v1.17.0

Features
  • Create the x/exchange module which facilitates the buying and selling of assets #​1658, #​1699, #​1700.
    Assets and funds remain in their owner's account (with a hold on them) until the order is settled (or cancelled).
    Market's are created to manage order matching and define fees.
    The chain will receive a portion of the fees a market collects.
  • Allow marker's transfer authority to prevent transfer of restricted coin with deny list on send #​1518.
  • Add net asset value to markers #​1328.
  • Add ICQHost and Oracle module to allow cross chain oracle queries #​1497.
  • New GetByAddr metadata query #​1443.
  • Add Trigger module queries to stargate whitelist for smart contracts #​1636.
  • Added the saffron upgrade handlers PR 1648.
    • Add the ICQ, Oracle, IBC Hooks, Hold, and Exchange modules.
    • Run module migrations.
    • Set IBC Hooks params PR 1659.
    • Remove inactive validators.
    • Migrate marker max supplies to BigInt #​1292.
    • Add initial marker NAVs PR 1712.
    • Create denom metadata for IBC markers #​1728.
  • Create the x/hold module which facilitates locking funds in an owners account #​1607.
    Funds with a hold on them cannot be transferred until the hold is removed.
    Management of holds is internal, but there are queries for looking up holds on accounts.
    Holds are also reflected in the x/bank module's SpendableBalances query.
  • Add new MaxSupply param to marker module and deprecate MaxTotalSupply #​1292.
  • Add hidden docgen command to output documentation in different formats #​1468.
  • Add ics20 marker creation for receiving marker via ibc sends #​1127.
Improvements
  • Add IBC-Hooks module for Axelar GMP support PR 1659.
  • Update ibcnet ports so they don't conflict with host machine #​1622.
  • Replace custom ibc-go v6.1.1 fork with official module #​1616.
  • Migrate msgfees gov proposals to v1 #​1328.
  • Updated metadata queries to optionally include the request and id info #​1443.
    The request is now omitted by default, but will be included if include_request is true.
    The id info is still included by default, but will be excluded if exclude_id_info is true.
  • Removed the quicksilver upgrade handlers PR 1648.
  • Bump cometbft to v0.34.29 (from v0.34.28) PR 1649.
  • Add genesis/init for Marker module send deny list addresses #​1660.
  • Add automatic changelog entries for dependabot #​1674.
  • Ensure IBC marker has matching supply #​1706.
  • Add publishing of docker arm64 container builds #​1634.
  • Add additional logging to trigger module #​1718.
  • When the exchange module settles orders, update the marker net-asset-values #​1736.
  • Add the EventTriggerDetected and EventTriggerExecuted events #​1717.
Bug Fixes
  • Fix ibcnet relayer creating multiple connections on restart #​1620.
  • Fix for incorrect resource-id type casting on contract specification #​1647.
  • Allow restricted coins to be quarantined #​1626.
  • Prevent marker forced transfers from module accounts #​1626.
  • Change config load order so custom.toml can override other config #​1262.
  • Fixed denom metadata source chain-id retrieval for new ibc markers #​1726.
Client Breaking
  • Metadata query responses no longer include the request by default #​1443.
    They are still available by setting the include_request flag in the requests.
  • The provenanced query metadata get command has been changed to use the new GetByAddr query #​1443.
    The command can now take in multiple ids.
    The output of this command reflects the GetByAddrResponse instead of specific type queries.
    The command no longer has any --include-<thing> flags since they don't pertain to the GetByAddr query.
    The specific queries (e.g. provenanced query metadata scope) are still available with all appropriate flags.
Dependencies
  • Bump google.golang.org/grpc from 1.56.1 to 1.59.0 (#​1624, #​1635, #​1672, #​1685, #​1689, #​1710)
  • Bump crazy-max/ghaction-import-gpg from 5 to 6 (#​1677)
  • Bump golang.org/x/text from 0.12.0 to 0.13.0 (#​1667)
  • Bump actions/checkout from 3 to 4 (#​1668)
  • Bump bufbuild/buf-breaking-action from 1.1.2 to 1.1.3 (#​1663)
  • Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#​1656)
  • Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#​1657)
  • Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#​1651)
  • Bump bufbuild/buf-setup-action from 1.21.0 to 1.27.1 (#​1610, #​1613, #​1631, #​1632, #​1642, #​1645, #​1650, #​1694, #​1711)
  • Bump cometbft to v0.34.29 (from v0.34.28) (#​1649)
  • Bump golang.org/x/text from 0.11.0 to 0.12.0 (#​1644)
  • Bump github.com/rs/zerolog from 1.29.1 to 1.31.0 (#​1639, #​1691)
  • Bump github.com/cosmos/ibc-go/v6 from 6.1.1 to 6.2.0 (#​1629)
  • Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 (#​1628)
  • Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#​1611)
  • Bump docker/setup-buildx-action from 2 to 3 (#​1681)
  • Bump docker/login-action from 2 to 3 (#​1680)
  • Bump docker/build-push-action from 4 to 5 (#​1679)
  • Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#​1695)
  • Bump github.com/otiai10/copy from 1.12.0 to 1.14.0 (#​1693)
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#​1696)
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 (#​1704)
  • Bump bufbuild/buf-lint-action from 1.0.3 to 1.1.0 (#​1705)
Full Commit History

v1.16.0

Features
  • Add support to add/remove required attributes for a restricted marker. #​1512
  • Add trigger module for delayed execution. #​1462
  • Add support to update the allow_forced_transfer field of a restricted marker #​1546.
  • Add expiration date value to attribute #​1435.
  • Add endpoints to update the value owner address of scopes #​1329.
  • Add pre-upgrade command that updates config files to newest format and sets consensus.timeout_commit to 1500ms PR 1594, PR 1600.
Improvements
  • Bump go to 1.20 (from 1.18) #​1539.
  • Bump golangci-lint to v1.52.2 (from v1.48) #​1539.
    • New make golangci-lint target created for installing golangci-lint.
    • New make golangci-lint-update target created for installing the current version even if you already have a version installed.
  • Add marker deposit access check for sends to marker escrow account #​1525.
  • Add support for name owner to execute MsgModifyName transaction #​1536.
  • Add usage of AddGovPropFlagsToCmd and ReadGovPropFlags cli for GetModifyNameCmd #​1542.
  • Bump Cosmos-SDK to v0.46.10-pio-4 (from v0.46.10-pio-3) for the SendRestrictionFn changes PR 1506.
  • Switch to using a SendRestrictionFn for restricting sends of marker funds PR 1506.
  • Create rust upgrade handlers PR 1549.
  • Remove mutation of store from attribute keeper iterators #​1557.
  • Bumped ibc-go to 6.1.1 #​1563.
  • Update marker module spec documentation with new proto references #​1580.
  • Bumped wasmd to v0.30.0-pio-5 and wasmvm to v1.2.4 #​1582.
  • Inactive validator delegation cleanup process #​1556.
  • Bump Cosmos-SDK to v0.46.13-pio-1 (from v0.46.10-pio-4) PR 1585.
Bug Fixes
  • Bring back some proto messages that were deleted but still needed for historical queries #​1554.
  • Fix the MsgModifyNameRequest endpoint to properly clean up old index data PR 1565.
  • Add NewUpdateAccountAttributeExpirationCmd to the CLI #​1592.
  • Fix minimum-gas-prices from sometimes getting unset in the configs PR 1594.
API Breaking
  • Add marker deposit access check for sends to marker escrow account. Will break any current address that is sending to the
    marker escrow account if it does not have deposit access. In order for it to work, deposit access needs to be added. This can be done using the MsgAddAccessRequest tx #​1525.
  • MsgMultiSend is now limited to a single Input PR 1506.
  • SDK errors returned from Metadata module endpoints #​978.
Full Commit History

v1.15.2

Bug Fixes
Full Commit History

v1.15.1

Improvements
Bug Fixes
  • Bring back some proto messages that were deleted but still needed for historical queries #​1554.
Full Commit History


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

@figure-renovate figure-renovate bot requested a review from a team June 1, 2023 19:02
@figure-renovate figure-renovate bot changed the title Update dependency io.provenance:proto-kotlin to v1.15.1 Update dependency io.provenance:proto-kotlin to v1.15.2 Jun 9, 2023
@figure-renovate figure-renovate bot changed the title Update dependency io.provenance:proto-kotlin to v1.15.2 Update dependency io.provenance:proto-kotlin to v1.16.0 Jun 24, 2023
@figure-renovate figure-renovate bot changed the title Update dependency io.provenance:proto-kotlin to v1.16.0 fix(deps): update dependency io.provenance:proto-kotlin to v1.16.0 Sep 15, 2023
@figure-renovate figure-renovate bot requested a review from a team as a code owner November 14, 2023 06:32
@figure-renovate figure-renovate bot changed the title fix(deps): update dependency io.provenance:proto-kotlin to v1.16.0 fix(deps): update dependency io.provenance:proto-kotlin to v1.17.0 Nov 14, 2023
@figure-renovate figure-renovate bot changed the title fix(deps): update dependency io.provenance:proto-kotlin to v1.17.0 fix(deps): update dependency io.provenance:proto-kotlin to v1.17.0 - autoclosed Nov 29, 2023
@figure-renovate figure-renovate bot closed this Nov 29, 2023
@figure-renovate figure-renovate bot deleted the renovate/provenance-proto branch November 29, 2023 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants