nibiru-wasm icon indicating copy to clipboard operation
nibiru-wasm copied to clipboard

Rust monorepo and Wasm smart contract sandbox for Nibiru Chain

Results 52 nibiru-wasm issues
Sort by recently updated
recently updated
newest added

``` the trait bound `QueryExchangeRateResponse: DeserializeOwned` is not satisfied required for `QueryExchangeRateResponse` to implement `DeserializeOwned`rustc[Click for full compiler diagnostic](rust-analyzer-diagnostics-view:/diagnostic%20message%20%5B0%5D?0#file%3A%2F%2F%2Fhome%2Fcalico%2Fworkshops%2Fcw-workshop%2Fsrc%2Fcontract.rs) traits.rs(242, 21): required by a bound in `QuerierWrapper::

type: enhancement

## Purpose/Abstract Create a command similar to [CosmWasm/cw-template](https://github.com/CosmWasm/cw-template) that generates a working Rust project based on the structure of `cw-nibiru` with a working `justfile` and trivial example smart contract. This...

type: enhancement

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

## Summary by CodeRabbit - **New Features** - Introduced a new feature to claim rewards within the staking contract. - **Bug Fixes** - Updated checksum values for `broker_bank.wasm` and `broker_staking.wasm`...

- [ ] LOGS query for broker bank - [ ] LOGS query for broker staking --- _Originally posted by @Unique-Divine in https://github.com/NibiruChain/cw-nibiru/pull/126#discussion_r1535229280_

## Summary by CodeRabbit - **Bug Fixes** - Corrected the logic for checking lock maturity in fund withdrawals, ensuring accurate comparisons with block heights.

Fix #85 85 ## Summary by CodeRabbit - **New Features** - Enhanced schema generation process and added TypeScript code generation support. - Introduced a new recipe for generating TypeScript code...

## Purpose / Abstract For new contributors or users of the project, having well-documented examples can be a significant learning aid. Rust lets you write tests as runnable examples in...

## Summary Provide a simplified abstraction around [CosmWasm/ts-codegen](https://github.com/CosmWasm/ts-codegen). This should be usable from the top-level `justfile`. - [ ] Make a command that runs `ts-codegen` for everything to an output...

type: enhancement
scope: scripts

## Tasks - [ ] test: Create reproducible E2E test scenario as script or part of the standard suite. - [ ] Impl queries for convenience like `query_logs` ## Continues...

type: enhancement