0.3 breaking changes #10
dkackman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to make it possible to use the same proxy class to communicate to an endpoint via the daemon or directly I needed to refactor some things; mostly in how the daemon is used.
RpcClient
, but rather inherits fromServiceProxy
like everything else. (and is renamedDaemonProxy
).ServiceProxy
derived classes can be used to talk via the daemon or direct, so there should be no code changes other than in setupBigInteger
will be replaced withulong
wherever possible.Connecting
Before
After
Direct
Beta Was this translation helpful? Give feedback.
All reactions