func GetAddressByHandle
crossing ActionGetAddressByHandle returns the gno address associated with the given github handle.
This realm is intended to enable off chain gno address to github handle verification. The steps are as follows:
RequestVerification and provides a github handle. This creates a new static oracle feed.GnorkleEntrypoint function and provides a message of "request"GnorkleEntrypoint with a message structured like: "ingest,<task id>,<verification status>". The verification status is OK if verification succeeded and any other value if it failed.GetAddressByHandle returns the gno address associated with the given github handle.
GetHandleByAddress returns the github handle associated with the given gno address.
GnorkleEntrypoint is the entrypoint to the gnorkle oracle handler.
Render returns a json object string will all verified handle -> address mappings.
RequestVerification creates a new static feed with a single task that will instruct an agent to verify the github handle / gno address pair.
SetOwner transfers ownership of the contract to the given address.