mesh-security
mesh-security copied to clipboard
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...
Close #154
This is a part of #95. This PR remove the virtual staking mock contract and use virtual staking contract instead
Close #193
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...