v0.10.0 + v0.10.0-soon4 + v0.10.0-soon3 + v0.10.0-soon2 + v0.10.0-soon (2021-10-11)
Closed issues:
- Question about
MultiIndex
#466 - More multitest improvements #266
- Update to cosmwasm v1.0.0-soon2 #473
- Add ensure! macro #468
- Better return values from range/prefix #198
- Contracts for Token Sale and Vesting period #444
- small updates on storage-plus docs #435
- Unintuitive behavior of range on multi-index #430
- Upgrade to cosmwasm 1.0-soon #427
- Refactor Admin cw-controller to better represent actual functionality #424
- Add auto-changelog generator #421
- Implement
PrimaryKey
forTimestamp
#419 - storage-plus: Improve in-code documentation of map primitives, in particular
MultiIndex
#407 - Remove use of dyn in multitest Router #404
- Define generic multitest module #387
- Cw20 state key compatibity with previous versions #346
- Refactor cw20-base to use controller pattern #205
Merged pull requests:
- Release 0.10.0 #483 (ethanfrey)
- Upgrade CosmWasm to 1.0.0-beta #482 (webmaster128)
- Release v0.10.0-soon4 #477 (ethanfrey)
- Update to CosmWasm 1.0.0-soon2 #475 (ethanfrey)
- Allow error type conversions in ensure! and ensure_eq! #474 (webmaster128)
- Improve error handling / remove FIXMEs #470 (maurolacy)
- Add ensure #469 (ethanfrey)
- Key deserializer improvements #467 (maurolacy)
- Upgrade to cosmwasm/workspace-optimizer:0.12.3 #465 (webmaster128)
- Prefix consolidation #439 (maurolacy)
- Full deserialization for
range
#432 (maurolacy) - Prepare release v0.10.0-soon3 #457 (ethanfrey)
- Expose essential multitest types #456 (ethanfrey)
- Release 0.10.0-soon2 #455 (ethanfrey)
- Expose sudo powers on Router we give to Modules #453 (ethanfrey)
- Forward port 440 demo metadata extension #452 (ethanfrey)
- Forward port 440-customize-nft #451 (ethanfrey)
- Release 0.10.0-soon #448 (ethanfrey)
- Add proper prefix_range helper when you want to iterate over the prefix space #446 (ethanfrey)
- Improve in-code documentation of map primitives #443 (ueco-jb)
- Small storage-plus docs update #442 (hashedone)
- Upgrade to cosmwasm 1.0.0-soon #441 (ethanfrey)
- Test storage-plus with iterator disabled #438 (ethanfrey)
- Multitest module query #437 (ethanfrey)
- Range with no prefix support #433 (maurolacy)
- Added implementation of timestamp key #431 (hashedone)
- Update changelog 2 #428 (maurolacy)
- Add automatically generated changelog #426 (ueco-jb)
- Generic module types #425 (ethanfrey)
- Simplify router args #422 (ethanfrey)
- Snapshot item 2 #418 (maurolacy)
- Removing dyn from Router #410 (hashedone)
Fixed bugs:
v0.9.1 (2021-09-23)
Closed issues:
- Allow NFTs to include custom data #440
v0.9.0 (2021-09-14)
Implemented enhancements:
- Move from using unsound
from_utf8_unchecked
to safefrom_utf8
forwarding error #393 - Raw Query: make usage simpler and visible #325
- Consider replacing
String
errors withanyhow::Error
in interfaces #361
Closed issues:
- Generalize controllers #408
- Extend
Claim
to be able to index claims via expiration time #405 - Update Cargo.toml files to reference new repo name #403
- Test execute on cw1-whitelist contract #400
- Accept &QuerierWrapper not &Querier in helpers #390
- Use builder pattern for App init #388
- Idea: item query helper storage helper #376
- Why you use
Addr
as keys in Maps? #295 - Add SnapshotItem to storage-plus #193
- Fix lifetime of MultiIndex/UniqueIndex to be able to accept &str #232
- Unify multisig structs Member and VoterResponse #151
Merged pull requests:
- admin and hooks return Response<C> in execute_* #417 (ethanfrey)
- Release 0.9.0 #416 (ethanfrey)
- Add send and sendFrom to cw20-base helpers.ts #415 (orkunkl)
- Add doc entry about key usage in maps #413 (maurolacy)
- Add query helpers to Item and Map and use them in cw4 helpers #412 (ethanfrey)
- Update Cargo.toml files to reference new repo name #411 (ueco-jb)
- Snapshot item #409 (maurolacy)
- cw20-base: upgrade helper.ts to cosmjs 0.26.0 #406 (spacepotahto)
- CW1-whitelist execute multitest #402 (ueco-jb)
- Implementing all messages handling in mutlitest App #398 (hashedone)
- Make it easier to assert events on reply statements #395 (ethanfrey)
- Add helpers to check events #392 (ethanfrey)
- Switching from String to anyhow::Error for error type in multi-test #389 (hashedone)
v0.8.1 (2021-08-26)
Implemented enhancements:
- Consider replacing
String
errors withanyhow::Error
in interfaces #361
Closed issues:
- Fix lifetime of MultiIndex/UniqueIndex to be able to accept &str #232
- Unify multisig structs Member and VoterResponse #151
- Add exhaustive checks for errors in contracts #105
v0.8.0 (2021-08-10)
Closed issues:
- Upgrade CosmWasm to 0.16.0 #377
- Upgrade rust to 1.53 #372
- Implement cw20 logo spec for cw20-base #371
- multi-test: ensure event handling matches wasmd 0.18 implementation #348
Merged pull requests:
v0.8.0-rc3 (2021-08-10)
Closed issues:
- multi-test: ensure event handling matches wasmd 0.18 implementation #348
Merged pull requests:
- Corrected submessage data response handling in multi-test #385 (hashedone)
- Document submsg data failures and fix them #383 (ethanfrey)
- Adaptors for all contracts and entry points from Empty -> C #382 (ethanfrey)
- Multitest events match wasmd #380 (ethanfrey)
v0.8.0-rc2 (2021-08-05)
Closed issues:
- Upgrade CosmWasm to 0.16.0 #377
- Upgrade rust to 1.53 #372
- Implement cw20 logo spec for cw20-base #371
- multi-test: Pass in API access to BankKeeper #353
- multi-test: data handling with replies #352
- multi-test: Add migrate support #351
- multitest: Ensure Warm sent funds visible to querier #347
- multitest: Enforce validity checks for returned items #341
Merged pull requests:
- Update to Rust 1.53 #379 (ethanfrey)
- Upgrade to cosmwasm 0.16 #378 (ethanfrey)
- Marketing info for cw20-base contract #375 (hashedone)
- cw20-merkle-airdrop: change hashing to sha256 #374 (orkunkl)
- Responses validation in multi-test #373 (hashedone)
- Cw20 logo spec #370 (ethanfrey)
- Properly handling data in submessages in multi-test #369 (hashedone)
- Abstracting API out of tests internals so it is clearly owned by
App
#368 (hashedone) - Storage plus doc correction #367 (hashedone)
- Multitest migrate support #366 (ethanfrey)
- Reorganizations of contracts in
multi-test::test_utils
#365 (hashedone) - Implement cw20-merkle-airdrop #364 (orkunkl)
- Testing sent founds visibility in multi-test #363 (hashedone)
v0.8.0-rc1 (2021-07-29)
Closed issues:
- Lack of
overflow-checks=true
in contracts #358 - multi-test: Store more data in ContractData #350
- multi-test: cleaner use of transactions #349
- Deprecate
pks()
#344 - Why cw20-base do not care about minting cap? #339
- Upgrade to cosmwasm 0.16 #333
- multi-test: Bank returns realistic events #329
- storage-plus: Need better docs and examples for IndexedMap #327
- Improve
PkOwned
usability throughFrom
/Into
#234 - Add ContractAddr generic helper #153
- Brainstorm: cw-storage-plus support when key can be derived from stored object #120
Merged pull requests:
- Extend
ContractData
in multi-test #360 (hashedone) - Add transactional helper #357 (ethanfrey)
- Implemented expiration for cw1-subkeys contract #356 (hashedone)
- Clarify how cw20 minting is supposed to work #355 (ethanfrey)
- Permission bugs corrected in cw1-subkeys #354 (hashedone)
- Deprecate pks #345 (maurolacy)
- Refactor of cw1-whitelist unit tests #343 (hashedone)
- Cw721 token indexes refactor #342 (maurolacy)
- Indexed map docs #340 (maurolacy)
- Cosmwasm 0.16 #338 (uint)
- Multitest bank events #337 (ethanfrey)
- Fix clippy +1.53.0 warnings #336 (maurolacy)
- Simplify multitest storage #335 (ethanfrey)
- Contract builders #334 (ethanfrey)
- Update to cw schema 0.15.0 #332 (maurolacy)
v0.7.0 (2021-07-14)
Closed issues:
- multi-test: Proper protobuf-encoded data for init #330
- Proper event/data handling on reply in multitest #326
- Messages differ for cw20 & cw20_base #320
- Upgrade cw20-staking to cw 15 #312
- Uprade cw20-ics20 to cw 0.15 #311
- Upgrade cw20-escrow to 0.15 #309
- Upgrade cw20-bonding to 0.15 #307
- cw1-subkeys #305
- Upgrade cw20-base to 0.15 #302
- Upgrade cosmwasm-plus contracts #300
- Upgrade to CosmWasm 0.15 #298
- Difference between native and cw20 tokens #297
- Ensure all cw20 sends use
Binary
notOption<Binary>
#296 - Add existence helpers to cw-storage-plus #261
- Support submessages in multitest #259
- Build uniswap contract #7
Merged pull requests:
- Use prost to create and parse proper InstantiateData #331 (ethanfrey)
- Reorg submessage #328 (ethanfrey)
- Cleanup multitest #324 (ethanfrey)
- Support submessages in multitest #323 (ethanfrey)
- Add has to Path and Map #322 (ethanfrey)
- Make receiver msg non-optional in cw20 contracts #321 (ethanfrey)
- Migrate contracts to 0.15.0 #318 (orkunkl)
- Update remaining contracts to cosmwasm 0.15, fix problems #317 (uint)
- fix address range functions #316 (pronvis)
- Upgrade cw3 contracts and
cw4-group
#315 (uint) - cw1155-base: upgrade cosmwasm-std to 0.15 #314 (uint)
- cw20-staking: Upgrade cw 0.15 #313 (orkunkl)
- cw20-escrow: Upgrade to 0.15 #310 (orkunkl)
- cw20-bonding: Upgrade to 0.15 #308 (orkunkl)
- Update package schemas; fix linting errors #306 (orkunkl)
- cw20-base: Upgrade to cw 0.15 #304 (orkunkl)
- Upgrade cw1 contracts #303 (uint)
- Upgrade packages to cosmwasm 0.15.0 #301 (uint)
- cw20-base: upgrade helper.ts to cosmjs 0.25 #248 (orkunkl)
v0.6.2 (2021-06-23)
Merged pull requests:
- Extend the allowed names and symbols for cw20-base #299 (ethanfrey)
- Implement PrimaryKey and Prefixer for String #294 (ethanfrey)
v0.6.1 (2021-05-19)
Closed issues:
- Expose contract errors #292
Merged pull requests:
v0.6.0 (2021-05-03)
Closed issues:
- Improve on indexed maps primary key / index keys helpers #277
- CW20 example contract which 1-to-1 mapped to native token #276
- Implement
PrimaryKey
forHumanAddr
#256 - Storage-plus: See if we can simplify PkOwned to Vec<u8> #199
Merged pull requests:
- Clarify index_key() range() vs prefix() behaviour #291 (maurolacy)
- Pkowned to vec u8 #290 (maurolacy)
- Update to CosmWasm v0.14.0 #289 (ethanfrey)
- Primary key / index key helpers #288 (maurolacy)
v0.6.0-beta3 (2021-04-28)
Closed issues:
- Make message required in Cw20ReceiveMsg #283
Sudo
over nonew_with_sudo
contract wrapper error message #278- build_and_upload_contract CI job fails #273
- Add cw20 support to token-weighted group #143
Merged pull requests:
- Cosmwasm beta5 #287 (ethanfrey)
- Cw20ReceiveMsg msg field #286 (maurolacy)
- Fix ci contract build #285 (ethanfrey)
- Use Cw20 token in cw4-stake #282 (ethanfrey)
- Avoid the need for Any type by using Empty as message type and String as error type #281 (webmaster128)
- Update to 0.14.0 beta4 #280 (maurolacy)
- Better error message with missing sudo (no parse error) #279 (ethanfrey)
v0.6.0-beta2 (2021-04-19)
Closed issues:
- Add secondary index support to SnapshotMap. #255
Merged pull requests:
- Indexed snapshot. Expose primary methods #275 (maurolacy)
- Indexed snapshot map #271 (maurolacy)
- Run clippy on test code #270 (webmaster128)
v0.6.0-beta1 (2021-04-13)
Closed issues:
Merged pull requests:
- Bump dependency to cosmasm v0.14.0-beta3 #269 (ethanfrey)
- Remove unused PrimaryKey::parse_key #267 (webmaster128)
- Use workspace-optimizer:0.11.0 #262 (webmaster128)
- Update cosmwasm-std #260 (yihuang)
- implement demo cw1155 contract #251 (yihuang)
v0.6.0-alpha3 (2021-04-01)
Merged pull requests:
v0.6.0-alpha2 (2021-04-01)
Closed issues:
- Re-enable field_reassign_with_default #252
- No equivalent of ERC1155 standard #246
- Rename HandleMsg to ExecuteMsg #236
- Use #[entry_point] macro in contracts #230
- Support PartialEq on error #179
Merged pull requests:
- Enhance multi test #257 (ethanfrey)
- Update to Rust v1.51.0 #254 (maurolacy)
- PartialEq for errors #253 (maurolacy)
- Handle msg to execute msg #250 (maurolacy)
- Migrate to entry_point macro #249 (maurolacy)
- Add cw1155 specification #247 (yihuang)
v0.6.0-alpha1 (2021-03-12)
Implemented enhancements:
- Add contract sanity checking during build / release #228
Closed issues:
- Update to CosmWasm v0.14.0-beta1 #242
- Support life-timed references in
UniqueIndex
andMultiIndex
keys #233 - Write cw20-ics20 ibc enabled contract #231
- Upgrade to CosmWasm v0.14.0 #229
- Fix / remove cw20-bonding floating point instructions #227
- Add cw20-ics20 contract #226
- Upgrade to CosmWasm 0.14 #225
- Use entry_point macro for contract entry-points #224
- Upgrade Contracts to storage-plus #203
- Support composite keys on secondary indexes (multi-index) #163
Merged pull requests:
- Fix ics20 denom #244 (ethanfrey)
- Update to 0.14.0 beta1 #243 (maurolacy)
- Upgrade cw1 to storage plus #241 (ethanfrey)
- Contract sanity checking #240 (maurolacy)
- Converting cw20-* contracts to use storage-plus #239 (ethanfrey)
- Create Contract to send cw20 tokens over ics20 #238 (ethanfrey)
- Cw20 bonding deterministic #237 (maurolacy)
- Upgrade to 0.14.0 alpha2 #235 (maurolacy)
- cw3-fixed-multisig: write cw20 multi-contract mint test #223 (orkunkl)
- Document using tarpaulin #222 (ethanfrey)
- Juggernaut/add cw20 support #221 (juggernaut09)
- Multi index generic key #211 (maurolacy)
v0.5.0 (2021-01-19)
Closed issues:
- Fix const_item_mutation warnings #217
- Add Prefixer sub-prefixes support #214
- Support composite keys on secondary indexes (unique-index) #209
- Update README, helpers #208
- Add (T, U, V) triple primary key #197
Merged pull requests:
- Update contracts and packages to cw 0.13.2 #220 (orkunkl)
- Payment helpers #219 (ethanfrey)
- Make self constant in Item::update #218 (webmaster128)
- Prefixer sub prefix #215 (maurolacy)
- Triple primary key 2 #213 (maurolacy)
- Update contract refs to v0.4.0 #212 (maurolacy)
- Implement PrimaryKey for generic (T, U, V) triplet #210 (maurolacy)
- Generalize UniqueIndex keys #207 (maurolacy)
v0.4.0 (2020-12-22)
Closed issues:
- Check SnapshotMap with multiple updated #187
- Update to CosmWasm 0.12.2 #183
- Updates to cw3 spec #182
- Pull out admin helper/controller into cw0 #181
- Add flag for errors backtraces #178
- Registered Hooks (cw0) should have a "kind" #176
- Add sensible events/attributes to cw3/cw4 handle functions #174
- Update namespaces / constructors to accept &str #170
- Don't use hooks for snapshotting on cw3-cw4 interface #162
- Refactor snapshotting into reusable module #161
- Distinguish between weight 0 and not member in cw3 queries #154
- Migrate strorage-plus to v0.12.0 #149
- Asymmetries between query and execute in CW1 (subkeys) #145
- Add token-weighted group #142
- Multisig handles changes to group membership #141
- Add listeners to cw4-group (and cw4?) #140
- Update helper.ts files to 0.2.0 #66
- Build bonding curve with cw20-base #5
- Extend threshold types for multisig #139
- Update all contracts to 0.12.0 #133
- Define message callback as cw spec #98
- Separate Groups from Multisigs #80
- Test harness for testing composition #9
Merged pull requests:
- Set events for cw4 #206 (ethanfrey)
- Keep controllers' model private #204 (ethanfrey)
- Fix cw1-subkeys helper.ts and point to heldernet #202 (orkunkl)
- Fix cw20-base helpers.ts and point to heldernet #201 (orkunkl)
- Claims controller #200 (ethanfrey)
- Hooks controller #195 (ethanfrey)
- Create Admin controller #194 (ethanfrey)
- SnapshotMap properly tracks keys with multiple updates in one block #189 (ethanfrey)
- Update cw3 spec #188 (ethanfrey)
- Fix minor errors #186 (ethanfrey)
- Cw20 bonding curve #185 (ethanfrey)
- Update all dependencies to 0.12.2 #184 (ethanfrey)
- Add threshold to cw3 flex #180 (ethanfrey)
- Replace byte slices by string slices in names and constructors #173 (maurolacy)
- Fix namespace macro test #169 (maurolacy)
- Token weighted group #167 (ethanfrey)
- Snapshot cw4 (take 2) #166 (ethanfrey)
- Snapshot module #164 (ethanfrey)
- cw3-flex-multisig uses voting power from a snapshot of the block the proposal opened #160 (ethanfrey)
- Weight 0 vs not member #159 (maurolacy)
- Weight 0 vs not member #158 (maurolacy)
- Close proposal on membership change #157 (ethanfrey)
- Add cw4 hooks #156 (ethanfrey)
- Random Cleanup #155 (ethanfrey)
- Update cosmwasm version to 0.12.0 #148 (maurolacy)
- Rename CanSend to CanExecute for generality #146 (maurolacy)
- Rename Router -> App #144 (ethanfrey)
- Multi test example #137 (ethanfrey)
- Update to cosmwasm 0.12.0-alpha2 #136 (ethanfrey)
- Router with rollbacks #134 (ethanfrey)
- Initial version of helper.ts for CW721-base #131 (volkrass)
- Document contract callback technique #152 (ethanfrey)
- Separate multisig from group #150 (ethanfrey)
- Sketch integration test framework #130 (ethanfrey)
v0.3.2 (2020-10-28)
Merged pull requests:
v0.3.1 (2020-10-16)
Closed issues:
- Update to CosmWasm 0.11.1 #127
- Fix compiler warning (const_item_mutation) #123
- Implement TokensByOwner on base NFT contract #81
Merged pull requests:
- Bump cosmwasm version #128 (ethanfrey)
- OwnedBound -> Option<Bound> #126 (ethanfrey)
- Static index type #125 (ethanfrey)
- Update Rust compiler #124 (webmaster128)
- Add TokensByOwner for cw721-base #122 (ethanfrey)
- Secondary indexes #108 (ethanfrey)
v0.3.0 (2020-10-12)
Closed issues:
- Building contracts failed #117
- Remove dependency between cw20_escrow and cw20_atomic_swap #115
- Fix Claims handling in cw20-staking #110
- Migrate contracts to v0.11 #96
Merged pull requests:
- Fix workspace optimizer #121 (ethanfrey)
- Migrate cw3-fixed-multisig #119 (ethanfrey)
- Move shared Balance struct to cw20 #118 (maurolacy)
- Use Include/Exclude Bounds to define range searches #116 (ethanfrey)
- Merge 0.2.x into master #114 (ethanfrey)
- Migrate to v0.11.0 #113 (ethanfrey)
- Finish v0.11 migration #111 (ethanfrey)
- Use Maps for storage #109 (ethanfrey)
- Migrate to v0.11 2 #107 (maurolacy)
- Migrate to v0.11 #104 (maurolacy)
v0.2.3 (2020-10-10)
Closed issues:
- Migration to 0.11: errors of shared functions accross contracts #103
- Look at serde(flatten) to simplify return value composition #57
Merged pull requests:
v0.2.2 (2020-09-30)
Closed issues:
- calc_range_start to cw0 #101
- Avoid sending zero amount cw20 tokens #89
- Unify handling of native and cw20 coins in contracts #88
- Define cw3 spec for multisigs #79
- Check for / reject zero amount tokens #76
- Implement base NFT contract #44
- Basic multisig contract #8
Merged pull requests:
- Fix calc range #102 (ethanfrey)
- Fix CLI call command #100 (webmaster128)
- Implement cw721-base nft contract #97 (ethanfrey)
- Unit tests for cw3-fixed-multisig #95 (maurolacy)
- Add zero amount checks / tests #94 (maurolacy)
- cw20-escrow refactoring: Unify handling of native and cw20 #92 (maurolacy)
- Cw3 fixed multisig #91 (ethanfrey)
- Cw3 spec #90 (ethanfrey)
- Native balance refactoring #87 (maurolacy)
- Cw20 zero amount checks #86 (maurolacy)
- Update helpers source tags and builder info #85 (orkunkl)
v0.2.1 (2020-09-10)
Closed issues:
- Implement Copy for Coin / Vec<Coin> #77
- Why does not cw20 pass the received native token? #74
- Cw20Coin duplication #73
- Fix docker run script in all contract README #69
- Add cw20 support to atomic swap contract #27
- Implement atomic swap contract with native tokens #26
Merged pull requests:
- Update workspace optimizer version to 0.10.3 #83 (orkunkl)
- cw1-subkeys: Point helper to smart contract version v0.2.1 #82 (orkunkl)
- Cw20coin refactoring #78 (maurolacy)
- cw1-subkeys: Implement permission functionality #75 (orkunkl)
- Cw20 atomic swaps #72 (maurolacy)
- Update contracts README (workspace-optimizer) #71 (maurolacy)
- Update with new wasm, new queries #70 (ethanfrey)
- Subkeys details #68 (maurolacy)
- Atomic swap #52 (maurolacy)
v0.2.0 (2020-08-28)
Closed issues:
- Support contract migration #63
- Add way to list allowances on an account to cw20 #55
- Add "ListAccounts" to cw20-base #48
- Add README in project root #47
Merged pull requests:
- Cw20-base migration #67 (ethanfrey)
- Add readme #65 (ethanfrey)
- Cw20 base iterators #64 (ethanfrey)
- workshop subkey PR #62 (whalelephant)
- Add cw20 functionality to the staking contract #60 (ethanfrey)
- Add basic staking derivatives as CW20 token contracts #58 (ethanfrey)
workshop-pre-cw20-staking (2020-08-26)
Closed issues:
- Define Spec of NFTs #43
- Release and Publish v0.1.1 #40
- Add @cosmjs/cli helpers for each contract #38
Merged pull requests:
- Bump all CosmWasm dependencies to 0.10.1 #56 (ethanfrey)
- Add new query to return all allowances on subkeys #54 (ethanfrey)
- Add CanSend query to the cw1 spec #53 (ethanfrey)
- Add Expration to cw0 #51 (ethanfrey)
- Nft 721 spec #50 (ethanfrey)
- Add Subkeys helper #49 (ethanfrey)
- Add helpers to cw20-base #46 (ethanfrey)
v0.1.1 (2020-08-13)
Closed issues:
- Implement cw2-migrate for all contracts #35
v0.1.0 (2020-08-13)
Closed issues:
- Use more unique names for store/queries (not "Config" / "Meta") #37
- Convert all existing code to apache license #36
- Upgrade contracts to 0.10 #31
- Avoid linking contract into contract #30
- Fix DoS attack on cw20-escrow #19
- Implement allowances on cw20-base contract #15
- Implement mintable for cw20-base contract #13
- Build cw20-escrow contract #6
- Set up CI #4
- Define CW20-base #3
- Define CW20 spec #2
- Add CLA bot #1
Merged pull requests:
- Add migration info to contracts #45 (ethanfrey)
- Add optimization config to all contracts in Cargo.toml #42 (ethanfrey)
- Agpl to apache #41 (ethanfrey)
- Unique singleton names #39 (ethanfrey)
- Cw2 migrate spec #34 (ethanfrey)
- Update to 0.10.0 final #33 (maurolacy)
- Enable contracts to import contracts #32 (ethanfrey)
- Add deployment job to CI #29 (webmaster128)
- Subkeys 2 #28 (maurolacy)
- Update to 0.10 #25 (maurolacy)
- Implement subkeys as a cw1 contract #24 (ethanfrey)
- Rename multisig to whitelist #23 (ethanfrey)
- Add Cw1 for proxy contracts #22 (ethanfrey)
- Cw20 allowances #21 (ethanfrey)
- Fix escrow DoS Attack #20 (ethanfrey)
- Cw20 base mintable #18 (ethanfrey)
- Cw20 escrow #16 (ethanfrey)
- Cleanup contract #14 (ethanfrey)
- Create basic Cw20 contract (reference) #12 (ethanfrey)
- Define all Message and Query types #11 (ethanfrey)
- Set up basic CI script #10 (ethanfrey)
* This Changelog was automatically generated by github_changelog_generator