You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the useProcessKeys hook (I imagine it's a hook that retrieves the decryption keys of an encrypted election, now they come with the election info)
Entity metadata (check where is using import { useEntity } from '@vocdoni/react-hooks')
Here some tasks that need to be finished before we can disable old RPC from the backend.
Pending API implementation
@jordipainan @p4u
Pending to merge or be deployed on dev
@jordipainan
/chain/blocks
: list of blocks. Currently it could be solved making successive calls to/chain/blocks/{height}
, but will be better for the client to simply retrieve a list of blocks, as dvote did #33 . Blocked by following PRPending explorer implementation
@selankon
import { useEntity } from '@vocdoni/react-hooks'
)Final changes
The only remaining PR to merge that will deprecate the RPC is this:
It already has some pending issues that need to be merged on vocdoni node.
The text was updated successfully, but these errors were encountered: