Compatible components
Artifact | Version | Link |
---|---|---|
faucet | v0.2.2 | https://github.com/CoreumFoundation/faucet/releases/tag/v0.2.2 |
bdjuno/hasura | v0.3.0 | https://github.com/CoreumFoundation/bdjuno/releases/tag/v0.3.0 |
big-dipper-2 | v0.3.0 | https://github.com/CoreumFoundation/big-dipper-2.0-cosmos/releases/tag/v0.3.0 |
What's Changed
- aligned spec with docs by @silverspase in #451
- Add Burnt NFT invariant. by @dzmitryhil in #452
- Change voting period to 4h on devnet by @wojtek-coreum in #453
- Use simapp with option for bank benchmark integration test by @dzmitryhil in #455
- Added functions to change gas adjustment on client context by @miladz68 in #457
- Add mainnet and testnet genesis file into binary by @miladz68 in #456
- edited freeze short description by @silverspase in #458
- Align spec with docs by @silverspase in #459
- Add nft to propo compatibility check. by @dzmitryhil in #460
- Use multisend and estimation in faucet by @wojtek-coreum in #461
- Added test to check multisig and authz work together by @miladz68 in #462
- Automate x/deterministicgas doc generation using go:generate by @ysv in #463
- Use original genesis file for EncodeGenesis for testnet and mainnet. by @dzmitryhil in #468
- Implemented skip unsafe flag for our integration tests by @miladz68 in #464
- Re-enable upgrade tests by @miladz68 in #471
- Add
go generate
command to generate deterministic gas doc by @wojtek-coreum in #473 - Updated readme file by @miladz68 in #470
- changed gas-price auto in cli to initial gas price by @miladz68 in #474
- Use
coreum-wasm-sdk
crate inside smart contracts by @wojtek-coreum in #469 - Increased delegation amount in TestDistributionWithdrawRewardWithDeterministicGas by @miladz68 in #476
- Redo network config by @wojtek-coreum in #472
- Build smart contracts in CI by @wojtek-coreum in #475
- Release docker images by @wojtek-coreum in #478
- Fixed cored name in README docs by @miladz68 in #479
- Asset features table by @dzmitryhil in #480
- Add feature uniqueness check on the FT and NFT asset issuance. by @dzmitryhil in #481
- Improve the CI caching by @dzmitryhil in #482
- Adjust release workflow to the current behaviour of crust by @wojtek-coreum in #477
- Milad/re enable ibc by @miladz68 in #483
- Add timeout to IBC tests and fix channel IDs by @wojtek-coreum in #485
- added v2 upgrade handler by @miladz68 in #487
- Refactor integration tests to support 2 way IBC by @dzmitryhil in #486
- Add query NFT classes with migration. by @dzmitryhil in #484
- Integrate IBC burn rate and send commission. by @dzmitryhil in #489
- Add NFT classes query upgrade test. by @dzmitryhil in #490
- Remove tmp CI refs. by @dzmitryhil in #491
- Add missing build tag to integration tests by @wojtek-coreum in #495
- removed network config for integration tests by @miladz68 in #496
- Restore TestMain for the asset ft keeper tests. by @dzmitryhil in #502
- Adjust CI workflow by @wojtek-coreum in #488
- Add IBC CLI proposals to the app.go by @dzmitryhil in #498
- Added cli to fetch ft & nft params by @silverspase in #500
- Get chain config for help command in the CLI root. by @dzmitryhil in #501
- Minor IBC integration-test improvements & fixes by @ysv in #497
- Update cosmos SDK to v0.45.16. by @dzmitryhil in #505
- Fix the dependabot issue no 9. by @dzmitryhil in #507
- Smart contracts are now built automatically when linting coreum code is requested by @wojtek-coreum in #509
- Use @CoreumFoundation/team-blockchain in CODEOWNERS by @ysv in #512
- Fix asset FT paging in the CLI. by @dzmitryhil in #511
- Replace zap logger to testing for the integration tests. by @dzmitryhil in #508
- Check run-unsafe flag for the unsafe functions instead of the unsafe tests. by @dzmitryhil in #506
- Handle whitelisting and freezing for IBC transfers by @wojtek-coreum in #499
- Refactor & simplify IBC integration-tests for asset FT by @ysv in #516
- Return sdk client context from our client context by @wojtek-coreum in #519
- Query all types of balances for an account and denom by @wojtek-coreum in #504
- Bumped ibc-go version to 4.3.1 by @miladz68 in #522
- Add raw log to the error tx response. by @dzmitryhil in #523
- added query to list burnt NFTs by @miladz68 in #521
- improved TestIBCTransferFromGaiaToCoreumAndBack test by @silverspase in #520
- Implement FT upgrade flow by @wojtek-coreum in #510
- Remove tmp ref from CI by @wojtek-coreum in #527
- Allow IBC transfer only if it is enabled for the denom by @wojtek-coreum in #526
- added protodoc-markdown.tmpl by @silverspase in #528
- Modified all test-data wasm contracts, added new functionality, messages, queries and added integration tests by @keyleu in #525
- New authz contract example with integration tests by @keyleu in #529
- Upgrade WASM VM to v1.1.2 by @wojtek-coreum in #532
- Wasm IBC integration tests by @dzmitryhil in #518
- Remove ref from CI by @wojtek-coreum in #534
- Added docs/api.md by @silverspase in #535
- added tag to ignore markdown-link-check by @silverspase in #538
- Update coreum-tools and remove --log-format=yaml from CI. by @dzmitryhil in #539
- renamed protodoc-markdown.tmpl to api.tmpl.md by @silverspase in #540
- Validate that FT and NFT features are in the defined set by @wojtek-coreum in #530
- Add comment for the github.com/btcsuite/btcd replacement. by @dzmitryhil in #541
- Base64 encoding/decoding of datastring by @keyleu in #537
- new coreum_wasm_sdk features (version upgrade) and integration tests by @keyleu in #536
- Add more tests for FT global freeze + IBC by @wojtek-coreum in #549
- Remove restore key for the docker cache to reset it on reinit. by @dzmitryhil in #548
- Add binaries cache for the CI. by @dzmitryhil in #552
- Test timing out IBC core transfer by @wojtek-coreum in #547
- Migrate contract test by @dzmitryhil in #550
- Remove temp CI ref. by @dzmitryhil in #554
- Move address prefix from network config to provider by @wojtek-coreum in #544
- Document IBC feature by @wojtek-coreum in #551
- Test IBC transfer rejection by @wojtek-coreum in #555
- Fix bug in the fuzzy test of the fee model by @wojtek-coreum in #556
- Test that FT params for token upgrade are correctly set after chain upgrade by @wojtek-coreum in #563
- CLI command for upgrading FTs by @wojtek-coreum in #557
- Set FT upgrade decision period to 3 weeks by @wojtek-coreum in #562
- Update wasm_test names (IBC tests post review). by @dzmitryhil in #559
- Wrapper for extracting error from tx result in CLI tests by @wojtek-coreum in #565
- added RecommendedGasPrice endpoint by @miladz68 in #543
- added migrations for NFT data created by smart contracts by @miladz68 in #553
- Use SDK error wrappers by @silverspase in #567
- Remove
funlen
from tests by @wojtek-coreum in #568 - Implement amino txs encode/decode for coreum modules. by @dzmitryhil in #566
- Removed leftover TODOs by @miladz68 in #564
- IBC rejection and timeout tests for FTs by @wojtek-coreum in #561
- Support multisig accounts in gas simulation by @wojtek-coreum in #573
- Added CLI command to QueryRecommendedGasPrice by @miladz68 in #571
- Add TokenUpgradeStatuses query. by @dzmitryhil in #570
- Use SDK error wrappers, part 2 by @silverspase in #572
- Add deterministic_gas_factor_exceed_expected_max metric. by @dzmitryhil in #575
- Bumped Coreum go module version to v2 by @miladz68 in #569
New Contributors
Full Changelog: v1.0.0...v2.0.0