What's Changed
- Revert NFT cleanup. by @dzmitryhil in #357
- Prohibit to freeze and whitelist of the FT on the issuer account. by @dzmitryhil in #353
- Add an invariant to test the frozen and whitelisted balances with the corresponding disabled feature. by @dzmitryhil in #356
- implemented nft freezing by @miladz68 in #347
- Add test to verify testnet genesis hash. by @dzmitryhil in #359
- Apply linter config changes by @wojtek-coreum in #365
- added docs to describe asset ft behavior by @miladz68 in #351
- Move deterministic gas config to
x/deterministicgas
by @wojtek-coreum in #361 - Add protobuf breaking change check. by @dzmitryhil in #366
- Finalized
pkg/client
, extracted config by @wojtek-coreum in #369 - Integrate WASM handlers for the asset ft module. by @dzmitryhil in #349
- Integrate vesting module. by @dzmitryhil in #360
- Update CI repos flat to test-groups. by @dzmitryhil in #371
- Add unknown message metric. by @dzmitryhil in #368
- Update deterministic gas table doc by @ysv in #375
- implemented NFT whitelisting by @miladz68 in #364
- added disable sending and royalty rate by @miladz68 in #367
- GRPC client for the client package. by @dzmitryhil in #378
- Update devnet config to be deployd by new flow. by @dzmitryhil in #384
- Test if there are any new, unknown proposals used by
cored
by @wojtek-coreum in #376 - Remove deprecated REST proposal handlers by @wojtek-coreum in #374
- Make
MsgSubmitProposal
a nondeterministic message by @wojtek-coreum in #377 - Wait for one block in gas_price_test by @miladz68 in #382
- Update devnet seeds. by @dzmitryhil in #385
- Use testnet prefixes in the CLI examples. by @dzmitryhil in #383
- Added more test cases for fungible token by @miladz68 in #381
- validate token metadata before registering on the bank module by @miladz68 in #379
- Added validate precision and subunit by @miladz68 in #380
- added chain-id flag to integration tests by @miladz68 in #391
- fix readme by @pgoos in #386
- Integrate IBC modules by @wojtek-coreum in #387
- Set default min gas price to 0.00000000000000001chain-denom. by @dzmitryhil in #388
- Remove not needed TODOs and FIXMEs by @wojtek-coreum in #392
- Use grpc only for the integration tests. by @dzmitryhil in #390
- added validation for max block gas by @miladz68 in #397
- Fixed validator key extraction in app export by @miladz68 in #395
- register asset ft and nft message types in RegisterImplementations by @miladz68 in #396
- Run CI workflow using self-hosted runner & minor CI hotfixes by @ysv in #402
- Remove responses from ignored message types in test by @ysv in #394
- added overhead in gasprice query in cli by @miladz68 in #401
- Don't require fee for simulation by @wojtek-coreum in #403
- Undeterministic -> nondeterministic by @wojtek-coreum in #400
- extend nft whitelist integration test by @pgoos in #398
- Create ante decorator blocking defined messages by @wojtek-coreum in #399
- Run CI using self-hosted runners by @ysv in #404
- Disable faucet & coreum-upgrade integration-tests in CI by @ysv in #410
- Fixes required by simulator by @wojtek-coreum in #408
- Upgrade cosmos sdk to v0.45.14 by @wojtek-coreum in #407
- fix validation for min_self_deletation by @miladz68 in #406
- added nft invariants by @miladz68 in #405
- Enable & partially configure coreum-mainnet-1 network by @ysv in #409
- Give priority to GRPC client inside
Invoke
by @wojtek-coreum in #422 - Make the query path for whitelisted account more RESTful by @wojtek-coreum in #415
- Fix randomly failing test by @wojtek-coreum in #421
- Adjust sequence of methods in keepers of FT and NFT by @wojtek-coreum in #417
- Add params queries to NFT and FT by @wojtek-coreum in #413
- Remove IBC integration by @wojtek-coreum in #420
- changed prompt printed as description of cored CLI by @miladz68 in #424
- Replace
cnft
withnft
in CLI by @wojtek-coreum in #427 - Return error if fee contains more than one denom by @wojtek-coreum in #419
- Added ibc to preserved words in subunit validation by @miladz68 in #423
- Restore CI to its original form by @wojtek-coreum in #426
- Complex ft integration tests (phase 2) by @pgoos in #418
- Wait for one more block in upgrade test by @wojtek-coreum in #431
- removed todos for feemodel params by @miladz68 in #432
- NFT issuer does not need whitelisting by @wojtek-coreum in #414
- Wasm asset NFT / native NFT integration by @dzmitryhil in #428
- added complex integration tests for NFTs by @miladz68 in #425
- Implemented complex integration tests phase 4 by @miladz68 in #416
- fixed some typos in the comments by @miladz68 in #430
- fixed typos in wstaking error messages by @miladz68 in #433
- Added docs to the NFT module by @miladz68 in #412
- Burnt NFT IDs cannot be reused by @wojtek-coreum in #429
- added more validation to asset ft genesis by @miladz68 in #434
- fixed asset ft keeper test to use correct address prefix by @miladz68 in #435
- check there are no duplicate accounts in funded accounts list by @miladz68 in #436
- Update chains config by @dzmitryhil in #437
- Finalize mainnet network integration by @ysv in #438
New Contributors
Full Changelog: v0.1.1...v1.0.0-rc1