MythicLegendary / SP10_FALL_2022

2 stars 0 forks source link

Implement Delegation Methods #39

Closed wildwilliam2 closed 1 year ago

wildwilliam2 commented 1 year ago

Implement:

Create Delegate, Create Redelegate, Create Undelegate, Withdraw Delegation Reward

wildwilliam2 commented 1 year ago

Methods implemented on front end and backend. Notifications need to be handled, and verification cases will be required.

wildwilliam2 commented 1 year ago

[redacted]

wildwilliam2 commented 1 year ago

1 - To delegate tokens to an account that account has to be a validator 2 - The process of designating an account as a validator is tedious; I am working out how to do that

wildwilliam2 commented 1 year ago

I am working on also restructuring how the StdFee object is made for all the transactions

wildwilliam2 commented 1 year ago

This might effect issue #50

wildwilliam2 commented 1 year ago

Implementing more robust response checking, a la #43