mesh-security icon indicating copy to clipboard operation
mesh-security copied to clipboard

Results 31 mesh-security issues
Sort by recently updated
recently updated
newest added

Close #100 Due to virtual staking and converter contract does not have delegator info, we need to resend the msg to external staking contract. After external staking is called via...

This is a part of #95. This PR remove the virtual staking mock contract and use virtual staking contract instead

closes #89 ### Description - Add `Restake` custom message to run `InstantUndelegate` function at `mesh-security-provider` module. - Then`Deposit` coin to `vault` contract and `Delegate` through `native_staking` contract. ### Note -...

closes #175 ### Description - Add `Unstake` custom message to run `InstantUndelegate` function at `mesh-security-provider` module. ### Note - Need to write new e2e test - Need to modify unit...

After the provider is completed, test cases need to be added in the module

We utilize a single price-feed source for mesh security, which is the Osmosis TWAP price. By extending the price-feed source, the protocol could become more decentralized, reducing dependency on osmosis....

This is a bit hacky as it depends on lots of upstream sylvia forks to run. But it enables all contracts as cw-orch contracts You can test this out as...