Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / CosmWasm/cw-storage-plus issues and pull requests

#91 - Make a mismatch of PK in an IndexedMap impossible (alt)

Pull Request - State: open - Opened by uint 11 days ago
Labels: breaking

#90 - SnapshotMap height loading discrepancy

Issue - State: open - Opened by NoahSaso 24 days ago - 1 comment

#90 - SnapshotMap height loading discrepancy

Issue - State: open - Opened by NoahSaso 24 days ago - 1 comment

#89 - Bump maximal build to Rust 1.75

Pull Request - State: closed - Opened by uint 27 days ago

#89 - Bump maximal build to Rust 1.75

Pull Request - State: closed - Opened by uint 27 days ago

#88 - add NewTypeKey derive macro

Pull Request - State: open - Opened by dakom about 1 month ago

#87 - Fix `maximal` build

Issue - State: open - Opened by uint about 1 month ago

#86 - Make `Uint64`, `Uint128`, `Int64`, `Int128` usable as keys

Pull Request - State: closed - Opened by uint about 1 month ago

#85 - Implement `PrimaryKey` for types like `cosmwasm_std::Uint64`

Issue - State: open - Opened by uint about 2 months ago
Labels: good first issue

#84 - Make a mismatch of PK in an IndexedMap impossible

Pull Request - State: open - Opened by uint about 2 months ago

#83 - multiindex key definition - footgun

Issue - State: open - Opened by PFC-developer 4 months ago - 4 comments

#81 - Error deserializing nested tuple keys

Issue - State: closed - Opened by larry0x 5 months ago - 2 comments

#80 - Deque: Add set() method

Pull Request - State: closed - Opened by aakamenov 5 months ago

#79 - Fix incorrect comments in map.rs

Pull Request - State: closed - Opened by bap2pecs 5 months ago

#78 - Bump to `2.0.0`

Pull Request - State: closed - Opened by uint 8 months ago

#76 - Bump cosmwasm to 2.0.0-rc.1 and release

Pull Request - State: closed - Opened by chipshort 9 months ago

#75 - Deduplicate prefix logic

Pull Request - State: closed - Opened by uint 10 months ago - 2 comments

#74 - Release `2.0.0-beta.0`

Pull Request - State: closed - Opened by uint 10 months ago - 1 comment

#73 - Update to cosmwasm `2.0.0-beta.1`

Pull Request - State: closed - Opened by uint 10 months ago

#72 - Confirmation of the feasibility of nested Map.

Issue - State: closed - Opened by 99Kies 10 months ago - 6 comments

#71 - Allow using references when dealing with owned key types

Issue - State: open - Opened by uint 11 months ago

#70 - Use `range_keys` for more efficient `Prefix::keys`

Pull Request - State: closed - Opened by uint 11 months ago - 2 comments

#69 - Merged Documentation

Pull Request - State: open - Opened by costa2400 11 months ago - 1 comment

#68 - Remove namespace lifetimes + support owned namespace strings

Pull Request - State: closed - Opened by uint 12 months ago - 5 comments

#67 - Merge release/1.2 into main

Pull Request - State: closed - Opened by chipshort 12 months ago

#66 - Release 1.2

Pull Request - State: closed - Opened by chipshort 12 months ago - 4 comments

#65 - Add warning about `KeyDeserialize` bug

Pull Request - State: closed - Opened by chipshort 12 months ago

#64 - Use storage functions from cosmwasm_std::storage_keys

Pull Request - State: closed - Opened by webmaster128 12 months ago

#64 - Use storage functions from cosmwasm_std::storage_keys

Pull Request - State: open - Opened by webmaster128 12 months ago

#62 - Dequeue back docs

Pull Request - State: closed - Opened by webmaster128 12 months ago

#61 - Remove unused to_length_prefixed

Pull Request - State: closed - Opened by webmaster128 12 months ago

#60 - Update CosmWasm deps

Pull Request - State: closed - Opened by maurolacy 12 months ago

#59 - Unexpected behavior for nested tuple keys

Issue - State: closed - Opened by CyberHoward about 1 year ago - 4 comments

#58 - Owned key type

Issue - State: open - Opened by larry0x about 1 year ago - 2 comments

#57 - Add soft delete to Deque

Issue - State: open - Opened by Grinion about 1 year ago - 1 comment

#56 - Backport #54

Pull Request - State: closed - Opened by chipshort about 1 year ago

#55 - Use `range_keys` for `Prefix::keys_raw`

Pull Request - State: closed - Opened by chipshort about 1 year ago

#53 - Use range_keys instead of range where value is not needed

Issue - State: closed - Opened by webmaster128 about 1 year ago - 3 comments
Labels: better-iterators

#51 - test

Pull Request - State: closed - Opened by 516108736 over 1 year ago

#50 - add ItemBasicType

Pull Request - State: closed - Opened by 516108736 over 1 year ago

#49 - DO NOT MERGE: Add prost support

Pull Request - State: open - Opened by ethanfrey over 1 year ago

#48 - Add Prefix::values and Map::values

Issue - State: open - Opened by webmaster128 over 1 year ago

#47 - Released 1.1

Pull Request - State: closed - Opened by chipshort over 1 year ago

#46 - Add limit to Map::clear

Issue - State: open - Opened by webmaster128 over 1 year ago

#45 - Move `clear` and `is_empty` to prefix

Pull Request - State: closed - Opened by chipshort over 1 year ago

#44 - Add exists method for item

Pull Request - State: closed - Opened by chipshort over 1 year ago

#43 - Add `KeyDeserialize` and `PrimaryKey` impl for `[u8; N]`

Pull Request - State: closed - Opened by chipshort over 1 year ago

#42 - `Map::first` and `Map::last` methods

Pull Request - State: closed - Opened by chipshort over 1 year ago - 1 comment

#41 - Upgrade to cosmwasm-std 2.0.0

Issue - State: closed - Opened by webmaster128 over 1 year ago - 1 comment

#40 - About the requirement of using `Uint256` as `key` in `Map`.

Issue - State: closed - Opened by 99Kies over 1 year ago - 20 comments

#39 - feat: add save and load raw

Pull Request - State: closed - Opened by sabinchitrakar over 1 year ago - 2 comments

#38 - Mandatory `UniqueIndex` `PK` trait param

Pull Request - State: closed - Opened by maurolacy over 1 year ago - 1 comment

#37 - Make `UniqueIndex` PK type mandatory

Issue - State: closed - Opened by maurolacy over 1 year ago
Labels: breaking

#36 - `KeyDeserialize` MIGRATION entry

Pull Request - State: closed - Opened by maurolacy over 1 year ago

#35 - Add methods to fetch the first or last item in a Map

Issue - State: closed - Opened by larry0x over 1 year ago - 5 comments

#34 - fix for incorrect implementation of KeyDeserialize for (T, U)

Pull Request - State: closed - Opened by ewoolsey over 1 year ago - 5 comments

#33 - implementation of KeyDeserialize for (T, U) is incorrect.

Issue - State: closed - Opened by ewoolsey over 1 year ago - 16 comments

#32 - Test CI

Pull Request - State: closed - Opened by webmaster128 over 1 year ago

#31 - Implement Debug for Prefix

Pull Request - State: closed - Opened by amab8901 over 1 year ago - 1 comment

#30 - Implement PrimaryKey for all &T where T implements PrimaryKey.

Pull Request - State: closed - Opened by 0xekez almost 2 years ago - 5 comments

#29 - Add a method to delete all Map elements under a prefix

Issue - State: closed - Opened by larry0x almost 2 years ago - 4 comments

#28 - Create PrimaryKey, etc., derive macro for enums, maybe some other simple types.

Issue - State: open - Opened by ewoolsey almost 2 years ago - 1 comment
Labels: help wanted

#27 - create Map<K, T>::query_all

Issue - State: open - Opened by ewoolsey almost 2 years ago - 3 comments
Labels: enhancement, wontfix

#26 - `no_std` support

Pull Request - State: closed - Opened by dzmitry-lahoda almost 2 years ago - 19 comments

#25 - Use protobuf instead of JSON to encode values

Pull Request - State: closed - Opened by larry0x almost 2 years ago - 1 comment

#24 - Set version v1.0.1

Pull Request - State: closed - Opened by ueco-jb almost 2 years ago

#22 - Make IndexedMap constructor function const

Pull Request - State: closed - Opened by larry0x almost 2 years ago - 1 comment

#21 - bug: Wasm32 compilation issues on 1.0.0

Issue - State: closed - Opened by KirilMihaylov almost 2 years ago - 5 comments

#20 - Remove getrandom dependency being pulled

Pull Request - State: closed - Opened by ueco-jb almost 2 years ago - 1 comment

#19 - Error compiling to wasm target. Inclusion of getrandom is causing issues.

Issue - State: closed - Opened by ewoolsey almost 2 years ago - 12 comments

#18 - Bump cosmwasm-std to ^1.1.8

Issue - State: closed - Opened by webmaster128 almost 2 years ago

#17 - Release 1.0.0

Pull Request - State: closed - Opened by uint almost 2 years ago - 1 comment

#16 - Update repo location in `Cargo.toml`

Pull Request - State: closed - Opened by uint about 2 years ago

#15 - Add Map of Deque

Issue - State: open - Opened by webmaster128 about 2 years ago - 1 comment
Labels: enhancement

#14 - Add Item::exists since Item is optional

Issue - State: closed - Opened by webmaster128 about 2 years ago - 1 comment
Labels: enhancement, good first issue

#13 - Relax version requirements for dependencies

Pull Request - State: closed - Opened by uint about 2 years ago - 14 comments

#12 - README update

Pull Request - State: closed - Opened by uint about 2 years ago - 1 comment

#11 - Helpers for state migration

Issue - State: open - Opened by hashedone over 2 years ago - 2 comments
Labels: enhancement

#10 - Prevent invalid implementation of `PrimaryKey` and `Prefixer` outside of storage-plus

Issue - State: open - Opened by hashedone about 3 years ago - 9 comments
Labels: documentation

#9 - Add more Rust-like APIs to storage-plus Map

Issue - State: closed - Opened by ethanfrey about 3 years ago - 1 comment
Labels: enhancement

#8 - Improve trait bounds over iterators

Issue - State: open - Opened by maurolacy over 2 years ago
Labels: enhancement

#7 - Benchmark integer `Key` performance

Issue - State: open - Opened by maurolacy over 2 years ago - 1 comment

#6 - Implement missing PrimaryKey trait for CanonicalAddr

Issue - State: closed - Opened by FrankBoltzmann over 2 years ago - 1 comment

#5 - SnapshotMap: Allow querying over all keys for a given block height

Issue - State: closed - Opened by blue-note over 2 years ago - 1 comment
Labels: enhancement, wontfix

#4 - Better Documentation to Describe Storage Map Sorting

Issue - State: open - Opened by humanalgorithm over 2 years ago
Labels: documentation

#3 - Provide better errors when failing to load storage Items

Issue - State: open - Opened by webmaster128 about 2 years ago - 2 comments
Labels: enhancement, breaking

#2 - Introducing migration helpers for `storage-plus` primitives

Issue - State: open - Opened by hashedone about 2 years ago - 1 comment
Labels: enhancement

#1 - Test CI

Pull Request - State: closed - Opened by uint about 2 years ago