issues
search
CosmWasm
/
cw-storage-plus
Storage abstractions for CosmWasm smart contracts
Apache License 2.0
37
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make a mismatch of PK in an IndexedMap impossible (alt)
#91
uint
opened
3 weeks ago
0
SnapshotMap height loading discrepancy
#90
NoahSaso
opened
1 month ago
1
Bump maximal build to Rust 1.75
#89
uint
closed
1 month ago
0
add NewTypeKey derive macro
#88
dakom
opened
1 month ago
0
Fix `maximal` build
#87
uint
opened
1 month ago
0
Make `Uint64`, `Uint128`, `Int64`, `Int128` usable as keys
#86
uint
closed
1 month ago
0
Implement `PrimaryKey` for types like `cosmwasm_std::Uint64`
#85
uint
opened
1 month ago
0
Make a mismatch of PK in an IndexedMap impossible
#84
uint
opened
2 months ago
0
multiindex key definition - footgun
#83
PFC-developer
opened
4 months ago
4
Make `Snapshot` take a strategy trait so that users can write their own strategies
#82
apollo-sturdy
opened
4 months ago
2
Error deserializing nested tuple keys
#81
larry0x
closed
4 months ago
2
Deque: Add set() method
#80
aakamenov
closed
4 months ago
0
Fix incorrect comments in map.rs
#79
bap2pecs
closed
4 months ago
0
Bump to `2.0.0`
#78
uint
closed
8 months ago
0
Bump cosmwasm to 2.0.0-rc.1 and release
#76
chipshort
closed
9 months ago
0
Deduplicate prefix logic
#75
uint
closed
9 months ago
2
Release `2.0.0-beta.0`
#74
uint
closed
9 months ago
1
Update to cosmwasm `2.0.0-beta.1`
#73
uint
closed
9 months ago
0
Confirmation of the feasibility of nested Map.
#72
99Kies
closed
8 months ago
6
Allow using references when dealing with owned key types
#71
uint
opened
11 months ago
0
Use `range_keys` for more efficient `Prefix::keys`
#70
uint
closed
9 months ago
2
Merged Documentation
#69
costa2400
opened
11 months ago
1
Remove namespace lifetimes + support owned namespace strings
#68
uint
closed
11 months ago
5
Merge release/1.2 into main
#67
chipshort
closed
1 year ago
0
Release 1.2
#66
chipshort
closed
1 year ago
4
Add warning about `KeyDeserialize` bug
#65
chipshort
closed
1 year ago
0
Use storage functions from cosmwasm_std::storage_keys
#64
webmaster128
closed
1 year ago
0
Inline must_deserialize/may_deserialize and improve error message
#63
webmaster128
closed
1 year ago
0
Dequeue back docs
#62
webmaster128
closed
1 year ago
0
Remove unused to_length_prefixed
#61
webmaster128
closed
1 year ago
0
Update CosmWasm deps
#60
maurolacy
closed
1 year ago
0
Unexpected behavior for nested tuple keys
#59
CyberHoward
closed
1 year ago
4
Owned key type
#58
larry0x
opened
1 year ago
2
Add soft delete to Deque
#57
Grinion
opened
1 year ago
1
Backport #54
#56
chipshort
closed
1 year ago
0
Use `range_keys` for `Prefix::keys_raw`
#55
chipshort
closed
1 year ago
0
Fixed clippy warnings.
#54
DariuszDepta
closed
1 year ago
0
Use range_keys instead of range where value is not needed
#53
webmaster128
closed
9 months ago
3
No easy way of finding for an existing element in `Deque` (like `VecDeque.contains()`)
#52
taitruong
closed
1 year ago
3
test
#51
scf0220
closed
1 year ago
0
add ItemBasicType
#50
scf0220
closed
1 year ago
0
DO NOT MERGE: Add prost support
#49
ethanfrey
opened
1 year ago
0
Add Prefix::values and Map::values
#48
webmaster128
opened
1 year ago
0
Released 1.1
#47
chipshort
closed
1 year ago
0
Add limit to Map::clear
#46
webmaster128
opened
1 year ago
0
Move `clear` and `is_empty` to prefix
#45
chipshort
closed
1 year ago
0
Add exists method for item
#44
chipshort
closed
1 year ago
0
Add `KeyDeserialize` and `PrimaryKey` impl for `[u8; N]`
#43
chipshort
closed
1 year ago
0
`Map::first` and `Map::last` methods
#42
chipshort
closed
1 year ago
1
Upgrade to cosmwasm-std 2.0.0
#41
webmaster128
closed
1 month ago
1
Next