Troy Spjute
Troy Spjute
Allow transfers to be done through GraphQl much easier, and allow choosing crystal as well. People are currently using complex batch scripts which could be corrupted or cause problems if...
I added some additional models, added the chain tip index to the StateContext, and inherited from IAccountStateDelta to allow all of the extension methods to get the arena data. The...
It appears that over time connections can get exhausted with unlimited timeouts. With this small change my local node has had no problems for over 6 hours without restarting.
Ability to subscribe to actions that change action points for an agent's avatars, allowing to see the action points available and changes in experience, level and inventory. This will allow...
When resetting the ticket count, `ArenaHelper.GetCurrentTicketResetCount` uses the `DailyArenaInterval`, however the `ArenaHelper.GetMaxPurchasedTicketCount` uses a hard coded value of `1260`. This will currently cause a discrepancy between how many tickets should...
Implementation for the action of [NCIP-4](https://docs.google.com/document/d/1YcHchHDYIXchSEleFkYTMgz67h32es9qjSDh_pfcoR0/edit) to allow transfer of items between avatars. Once this action is accepted, GQL and Unity updates can be implemented to allow this to be...