sommelier icon indicating copy to clipboard operation
sommelier copied to clipboard

Sommelier Chain

Results 79 sommelier issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.1 to 1.7.0. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.0 What's Changed docs: provide logging recommendations by @​mickael-hc in hashicorp/go-getter#371 Update aws sdk version by @​Jukie in...

dependencies
go

Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.1 to 0.23.2. Release notes Sourced from github.com/btcsuite/btcd's releases. btcd v0.23.2 What's Changed MuSig2: Catch up to 0.4.0 by @​sputn1ck in btcsuite/btcd#1865 Bump btcd version in btcutil...

dependencies
go

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.3&new-version=0.3.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
rust

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies
javascript

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

Stale
dependencies
javascript

Need an event type specifically for outgoing contract calls. Current event emitted: ```go ctx.EventManager().EmitEvent( sdk.NewEvent( types.EventTypeMultisigUpdateRequest, sdk.NewAttribute(sdk.AttributeKeyModule, types.ModuleName), sdk.NewAttribute(types.AttributeKeyContract, k.getBridgeContractAddress(ctx)), sdk.NewAttribute(types.AttributeKeyBridgeChainID, strconv.Itoa(int(k.getBridgeChainID(ctx)))), sdk.NewAttribute(types.AttributeKeyContractCallInvalidationNonce, fmt.Sprint(invalidationNonce)), sdk.NewAttribute(types.AttributeKeyContractCallInvalidationScope, fmt.Sprint(invalidationScope)), sdk.NewAttribute(types.AttributeKeyContractCallAddress, fmt.Sprint(address.String())), sdk.NewAttribute(types.AttributeKeyContractCallPayload, string(payload)),...

bug

Closes: #XXX ## Description fix some comments ## Summary by CodeRabbit - **Documentation** - Corrected typos in comments and descriptions across multiple modules for improved clarity and accuracy.

Closes: #XXX ## Description