Armani Ferrante
Armani Ferrante
The `--coin-wallet` and `--pc-wallet` accounts are required by both the Crank CLI and the DEX to be passed in, but aren't actually used. We should remove this requirement. https://github.com/project-serum/serum-dex/blob/master/crank/src/lib.rs#L114
Errors reported when running the README for the first time on master. Error on `whole-shebang`: ``` Listing 3qWUqFkyUo5doWyRZ8iKoGkkuJ3rZ71GDFSSy1bznbHL ... Market keys: MarketPubkeys { market: 3qWUqFkyUo5doWyRZ8iKoGkkuJ3rZ71GDFSSy1bznbHL, req_q: 8Y1TF5B5vbJgcUsCUxQGgpzyY4Axtio3f4sSpFbarZX6, event_q: HP9GBesqD3wcHjAbfDdP2aepdS56ZKnds6ajom7K1hYF, bids:...
Create time window where, for the first 24 hours of the lockup account being created, the creator can cancel it and get back the funds. This would be useful in...
Currently, the stake token is held by the program and used as an accounting metric. If we instead minted to the user, the stake token could be used for things...
All stake accounts should be created with associated stake accounts. Currently this is done as a convention by the client (using create with seed), but it should be enforced by...
There is some demand for the ability to transfer the beneficiary of a vesting account to a new account. https://discord.com/channels/739225212658122886/739236663926063145/823206958206812166. One challenge here is that lockups have an optional "realizer"...
This is convenient for stakers that want to transfer stake to a new wallet without incurring the unbonding timelock
## Registry: Instead of having two versions of balances, locked and unlocked, for a given member account, one can consolidate these two with the following scheme: When depositing into the...
One should be able to close a vesting account once it's been fully depleted to get the rent exemption SOL back.
Immediately calculate the spill amount and send back to the reward funder. There's no need to wait for the expiry.