Logan Saether

Results 72 issues of Logan Saether

Right now I've implemented a `CurveBondedToken` which is synonymous with the underlying curve. However, I can foresee the potential to have tokens which are attached to / ejected from different...

https://medium.com/thoughtchains/on-single-bonding-curves-for-continuous-token-models-a167f5ffef89 This article specifies an Alternate Rule-Based function which is helpful for creating things like sublinear curves.

TODO

Along my journey of scouring the existing code and documentation surrounding curve bonded tokens I've noticed two differing approaches: 1) The use of Integral formulas which will calculate the `price`...

We run ssh on a custom port so we needed a way to tell cargo remote to use that port instead. I don't usually write Rust so I don't know...

We would like to start using on-chain processes for rewarding members of the community. Parity provides a couple standard pallets related to treasury management and spending, the main `Treasury` pallet...

p:medium
t:enhancement

The current implementation of the Court pallet needs to be improved in two respects: - A market can only have one "court case" occurring at once. Currently the pallet allows...

p:medium
t:bug
l:M

I'm opening this issue so we can track the investigation of Moonbeam's staking pallet in order to evaluate the work required to make it work with locked tokens (like the...

p:medium
t:needs-investigation

Users should be able to flag markets that were created permissionlessly. Flagging requires a small ZTG bond, and puts the market into a queue. The markets with the most flags...

p:low
t:enhancement

https://github.com/zeitgeistpm/zeitgeist/blob/4f3e71d641b45fa37cc1f05e0e60d8ac1876b36b/zrml/swaps/src/macros.rs#L36 When someone leaves a pool, they can get charged an `exit_fee` (currently set to 0 on the testnet). However, we don't do anything with this exit fee and should...

p:low
l:S

We can test runtime upgrades by cloning the state of Battery Park and creating a test chain based on the same state. The steps for doing this are as follows:...

p:medium
t:enhancement