-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update actor #147
update actor #147
Conversation
* 'master' of github.com:AcalaNetwork/boka: Implements JamCodec and replace with ScaleCodec (#68)
* 'master' of github.com:AcalaNetwork/boka: Finish Block Serialization section (#71)
* 'master' of github.com:AcalaNetwork/boka: update bitstring & test (#67)
* 'master' of github.com:AcalaNetwork/boka: add A.5.6 A.5.7 pvm instructions (#70)
* 'master' of github.com:AcalaNetwork/boka: Merkle functions (#81)
* 'master' of github.com:AcalaNetwork/boka: Instructions refactor (#89)
* 'master' of github.com:AcalaNetwork/boka: implements disputes protocol (#92)
* 'master' of github.com:AcalaNetwork/boka: sorted set (#93)
* 'master' of github.com:AcalaNetwork/boka: Encoded size (#95)
* 'master' of github.com:AcalaNetwork/boka: Validate (#96)
* 'master' of github.com:AcalaNetwork/boka: pass more pvm inst tests (#91)
* 'master' of github.com:AcalaNetwork/boka: JAM Codec tests and fixes (#97)
* 'master' of github.com:AcalaNetwork/boka: default implementation for validate (#99)
* 'master' of github.com:AcalaNetwork/boka: reports and availability (#100)
* 'master' of github.com:AcalaNetwork/boka: Guaranteeing (#103)
* 'master' of github.com:AcalaNetwork/boka: refactor bandersnatch (#113)
* 'master' of github.com:AcalaNetwork/boka: Safrole service (#120) # Conflicts: # .gitignore
* 'master' of github.com:AcalaNetwork/boka: pvm general functions and OnTransfer (#118)
} | ||
} | ||
|
||
public class QuicConnection: @unchecked Sendable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not Sendable. maybe make it actor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msquic C callback not support actor async fuction, just actor manager
Co-authored-by: Xiliang Chen <xlchen1291@gmail.com>
* dev_mackun: QuicClient update quicclient update peer update peer update peer test # Conflicts: # JAMTests/jamtestvectors
Co-authored-by: Xiliang Chen <xlchen1291@gmail.com>
* 'dev_actor' of github.com:AcalaNetwork/boka: Update Networking/Tests/NetworkingTests/QuicServerTest.swift # Conflicts: # Networking/Tests/NetworkingTests/QuicServerTest.swift
* 'master' of github.com:AcalaNetwork/boka: Tests and refactor (#148)
* master: Tests and refactor (#148)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of the code still needs improvement but let's merge it for now and refactor it later
No description provided.