Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / PeggyJV/sommelier issues and pull requests
#329 - chore: fix some comments
Pull Request -
State: open - Opened by clonefetch about 2 months ago
- 1 comment
#328 - Fix old cork proposals having blank message name
Pull Request -
State: closed - Opened by cbrit 3 months ago
- 1 comment
#327 - Register old cork protos
Pull Request -
State: closed - Opened by cbrit 3 months ago
- 1 comment
#326 - chore: fix function name in comment
Pull Request -
State: open - Opened by pinglanlu 3 months ago
- 2 comments
#325 - Add solomachine and tm light client registrations
Pull Request -
State: closed - Opened by cbrit 3 months ago
- 1 comment
#324 - Collin/v8 migration fixes
Pull Request -
State: closed - Opened by cbrit 3 months ago
- 1 comment
#323 - Add missing SDK 0.47 upgrade items
Pull Request -
State: closed - Opened by cbrit 3 months ago
- 1 comment
#322 - Additional cork and axelarcork events for easier tracking
Pull Request -
State: closed - Opened by cbrit 3 months ago
- 1 comment
#321 - Bump secp256k1 from 4.0.3 to 4.0.4 in /integration_tests/ethereum
Pull Request -
State: open - Opened by dependabot[bot] 3 months ago
Labels: dependencies, javascript
#320 - x/incentives v2: Validator incentives
Pull Request -
State: closed - Opened by cbrit 4 months ago
- 1 comment
#319 - fix: fix slice init length
Pull Request -
State: closed - Opened by rusttech 4 months ago
- 1 comment
#318 - Sommelier v8 Upgrade
Pull Request -
State: closed - Opened by cbrit 4 months ago
- 3 comments
#317 - Auction proceeds burn
Pull Request -
State: closed - Opened by cbrit 4 months ago
- 1 comment
#316 - Upgrade ibc-go to v7.8.0
Pull Request -
State: closed - Opened by cbrit 4 months ago
- 1 comment
#315 - Bump IBC go to the latest minor release v7.8 and fix client upgrade proposals
Pull Request -
State: closed - Opened by zmanian 4 months ago
- 1 comment
#314 - Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.12
Pull Request -
State: open - Opened by dependabot[bot] 5 months ago
Labels: dependencies, go
#313 - Bump express from 4.17.2 to 4.21.0 in /integration_tests/ethereum
Pull Request -
State: open - Opened by dependabot[bot] 5 months ago
Labels: dependencies, javascript
#312 - Bump github.com/opencontainers/runc from 1.1.5 to 1.1.14
Pull Request -
State: open - Opened by dependabot[bot] 5 months ago
Labels: dependencies, go
#311 - Bump github.com/docker/docker from 23.0.1+incompatible to 26.1.4+incompatible
Pull Request -
State: open - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go
#310 - Update README.md
Pull Request -
State: closed - Opened by zmanian 6 months ago
- 1 comment
#309 - Upgrade to Cosmos SDK 0.47
Issue -
State: open - Opened by cbrit 7 months ago
#308 - chore: fix some comments
Pull Request -
State: closed - Opened by pudongair 7 months ago
- 1 comment
#307 - Collin/update prost build
Pull Request -
State: closed - Opened by cbrit 7 months ago
- 1 comment
#306 - chore: fix some comments
Pull Request -
State: closed - Opened by costcould 8 months ago
- 1 comment
#305 - Create funding.json
Pull Request -
State: open - Opened by zmanian 8 months ago
- 1 comment
#304 - Fix unit tests and more SDK v0.47 upgrade changes
Pull Request -
State: closed - Opened by cbrit 9 months ago
- 1 comment
#303 - Collin/sdk 0.47
Pull Request -
State: closed - Opened by cbrit 9 months ago
#302 - Update README.md to custom discord link
Pull Request -
State: closed - Opened by zmanian 10 months ago
- 1 comment
#301 - Update README.md
Pull Request -
State: closed - Opened by zmanian 10 months ago
- 1 comment
#300 - x/cellarfees/keeper: remove unnecessary iterations predicated on an AND condition that could be checked immediately that an auction interval occured
Issue -
State: open - Opened by odeke-em 11 months ago
#299 - x/axelarcork/keeper, x/cork/keeper: HandleRemoveManagedCellarsProposal should bail out immediately found=true to avoid needless/wasted iterations
Issue -
State: open - Opened by odeke-em 11 months ago
#298 - all: can avoid the use of bytes.Buffer and .Next simply by reslicing, since bytes.NewBuffer has an allocation and CPU time cost
Issue -
State: open - Opened by odeke-em 11 months ago
#297 - x/auction/keeper: IterateAuctions and other helpers should be returning pointers to unmarshalled objects to avoid awkward APIs that consume pointers yet receive values
Issue -
State: open - Opened by odeke-em 11 months ago
#296 - nit: x/auction/keeper: Keeper.EndBlocker could succinctly use !sdk.Dec.IsPositive and not having to compare against a zero magnitude sdk.Dec
Issue -
State: open - Opened by odeke-em 11 months ago
#295 - app: (*SommelierApp).prepForZeroHeightGenesis should instead use a defer iter.Close() to ensure that the store gets closed on any panic
Issue -
State: open - Opened by odeke-em 11 months ago
#294 - all: please remove uses of log.Fatal* as they don't allow any recoveries nor cleanups and immediately invoke os.Exit
Issue -
State: open - Opened by odeke-em 11 months ago
#293 - fix: fix uint64->uint32 underflow issues resulting from using cosmossdk.io/math
Pull Request -
State: open - Opened by odeke-em 11 months ago
- 3 comments
#292 - all: use of cosmossdk.io/math.ParseUint then cast to uint32 is unnecessary and susceptible to uint64->uint32 underflows which could be a security issue
Issue -
State: open - Opened by odeke-em 11 months ago
- 2 comments
#291 - feat: addresses module
Pull Request -
State: closed - Opened by cbrit 11 months ago
- 2 comments
#290 - feat: addressmap module
Pull Request -
State: closed - Opened by cbrit 11 months ago
- 1 comment
#289 - feat: cellarfees v2 changes
Pull Request -
State: closed - Opened by cbrit 11 months ago
- 1 comment
#288 - Generalized eth <-> somm address mapping state
Issue -
State: open - Opened by cbrit 11 months ago
Labels: enhancement
#287 - Sommelier v8
Issue -
State: open - Opened by cbrit 11 months ago
#286 - Update proto build flow
Issue -
State: closed - Opened by cbrit 11 months ago
#285 - chore: Update proto build to use buf and the BSR
Pull Request -
State: closed - Opened by cbrit 11 months ago
- 1 comment
#284 - Bump es5-ext from 0.10.53 to 0.10.63 in /integration_tests/ethereum
Pull Request -
State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, javascript
#282 - Bump github.com/cosmos/cosmos-sdk from 0.46.14 to 0.50.4
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
- 1 comment
Labels: dependencies, go
#281 - Axelar Community Spend Design Consideration
Issue -
State: open - Opened by cbrit 12 months ago
#280 - x/cellarfees v2 work
Issue -
State: closed - Opened by cbrit 12 months ago
- 1 comment
Labels: enhancement, go
#279 - Update to gravity v4.0.1
Pull Request -
State: closed - Opened by EricBolten 12 months ago
#278 - Sort fee counters in v7 upgrade
Pull Request -
State: closed - Opened by EricBolten 12 months ago
#277 - Add query endpoint for subcribers who are validators, simplify AddPublisher proposal
Pull Request -
State: closed - Opened by EricBolten 12 months ago
- 1 comment
#276 - Minimum auction height update and fee counter initialization
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#275 - More axelar debugging fixes
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#274 - Further updates to Axelar for Chardonnay testnet
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#273 - More fixes for Chardonnay testnet
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#272 - Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies, go
#271 - Enable Axelar module account sends, fix community spend sender
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#270 - feat:sweep axelarcork module acct balances in end blocker
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#269 - Properly calculate timeout height for axelarcorks
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#268 - add cli command for winning corks
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#267 - Update somm_proto with new updates from testing
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#266 - winning corks query
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#265 - check addr bytes rather than using ==
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#264 - Add query for winning axelar cork
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#263 - fix releaser permissions
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#262 - Fix GMP encoding
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#261 - feat:auction token price queries
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#260 - Fix some upgrade errors for v7
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#259 - More Happy Function Name Spelling
Pull Request -
State: closed - Opened by chillyvee about 1 year ago
#258 - fix the axelar gmp account
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#257 - Fix pubsub slice counts in v7 upgrade
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#256 - Chardonnay RC1
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#255 - Bump github.com/docker/docker from 20.10.19+incompatible to 20.10.27+incompatible
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies, go
#254 - Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, go
#253 - Bump h2 from 0.3.3 to 0.3.24 in /prost_build
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, rust
#252 - v7 pre-testnet fixes
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#251 - Bump h2 from 0.3.3 to 0.3.24 in /somm_proto
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, rust
#250 - Bump follow-redirects from 1.14.7 to 1.15.4 in /integration_tests/ethereum
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, javascript
#249 - Bump golang.org/x/crypto from 0.7.0 to 0.17.0
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, go
#248 - Axelar integration tests
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#247 - Fix app export test
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#246 - Further v7 upgrade updates
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#245 - Update expected counter values
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#244 - Fix interval auction
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#243 - Pubsub testing
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#242 - Intitial commit of Block Interval Auctions
Pull Request -
State: closed - Opened by zmanian about 1 year ago
#241 - Only added traits to types that need them
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#240 - Axelar fixes
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#239 - Bump google.golang.org/grpc from 1.54.0 to 1.56.3
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, go
#238 - Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, go
#237 - Update to SDK 0.46.14, ibc-go 6.2.0, latest gravity
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#236 - Axelar with main merged, fixes, upgrade updates
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#235 - CI docker image platform bugfix
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#234 - somm_proto updates
Pull Request -
State: closed - Opened by cbrit about 1 year ago
#233 - Bump github.com/btcsuite/btcd from 0.22.1 to 0.23.2
Pull Request -
State: open - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies, go
#232 - Bump github.com/docker/docker from 20.10.17+incompatible to 24.0.7+incompatible
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies, go
#231 - v7 pre-Axelar
Pull Request -
State: closed - Opened by EricBolten about 1 year ago
#230 - Bump browserify-sign from 4.2.1 to 4.2.2 in /integration_tests/ethereum
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 2 comments
Labels: Stale, dependencies, javascript