This website requires JavaScript.
Explore
Help
Sign in
afonso
/
core-extra
Watch
1
Star
0
Fork
You've already forked core-extra
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
d5254e6a91
core-extra
/
daemon
/
core
/
api
/
grpc
History
Blake Harnden
d5254e6a91
changes to support better type checking for retrieving an arbitrary node from a session, get_node now requires an expected class that the node would be an instance of, if the returned node is not an instance a CoreError is thrown, this also helps editors pick up expected types to account for variable/function usage better as well
2020-05-20 14:44:34 -07:00
..
__init__.py
updates to layout core module packages in a more logical way, including renaming methods from objects to nodes and nodes.objid to nodes.id
2019-04-29 23:31:47 -07:00
client.py
updates to grpc rpc wlan link, added node class type checking and hinting in grpc server code
2020-05-19 22:36:10 -07:00
events.py
fix p2p upstream link data not using enum, consolidated grpc logic for getting link protobufs
2020-04-15 16:36:03 -07:00
grpcutils.py
fix p2p upstream link data not using enum, consolidated grpc logic for getting link protobufs
2020-04-15 16:36:03 -07:00
server.py
changes to support better type checking for retrieving an arbitrary node from a session, get_node now requires an expected class that the node would be an instance of, if the returned node is not an instance a CoreError is thrown, this also helps editors pick up expected types to account for variable/function usage better as well
2020-05-20 14:44:34 -07:00