Skip to content
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

Merged
merged 143 commits into from
Oct 9, 2024
Merged

update actor #147

merged 143 commits into from
Oct 9, 2024

Conversation

MacOMNI
Copy link
Contributor

@MacOMNI MacOMNI commented Oct 7, 2024

No description provided.

MacOMNI added 30 commits August 19, 2024 19:44
* '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:
  add A.5.8 Instructions (#75)
  no need special hanlding for MMR root (#77)
  Hasher refactor (#74)
  header validation (#73)
  Recent history, state merklzation, and db refactor (#72)
* 'master' of github.com:AcalaNetwork/boka:
  add 5.9 instructions (#80)
  add keccak and move some files around (#79)
  Fix state merkle (#78)
* 'master' of github.com:AcalaNetwork/boka:
  Merkle functions (#81)
* 'master' of github.com:AcalaNetwork/boka:
  some PVM fix to get test passing (#83)
  basic scale encoding handling (#82)
* 'master' of github.com:AcalaNetwork/boka:
  add pvm instructions 5.10, 5.11, 5.12 (#84)
  recent history tests are fixed now (#88)
  support offenders in safrole (#87)
  Recent history test (#85)
* '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:
  Add tests (#98)

* 'master' of github.com:AcalaNetwork/boka:
  Add tests (#98)
* '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:
  fix lint (#106)
  standard program initialization (#101)
* 'master' of github.com:AcalaNetwork/boka:
  implements accumulation  (#111)
  pvm memory optimization (#109)
* 'master' of github.com:AcalaNetwork/boka:
  refactor bandersnatch (#113)
* 'master' of github.com:AcalaNetwork/boka:
  fix warning (#117)
  keystore (#115)
  setup host calls and is-authorized invocation (#114)
* 'master' of github.com:AcalaNetwork/boka:
  Safrole service (#120)

# Conflicts:
#	.gitignore
* 'master' of github.com:AcalaNetwork/boka:
  pvm general functions and OnTransfer (#118)
@MacOMNI MacOMNI marked this pull request as ready for review October 7, 2024 01:39
Networking/Sources/Networking/Peer.swift Outdated Show resolved Hide resolved
Networking/Sources/Networking/Peer.swift Outdated Show resolved Hide resolved
Networking/Sources/Networking/Peer.swift Outdated Show resolved Hide resolved
Networking/Sources/Networking/Peer.swift Outdated Show resolved Hide resolved
}
}

public class QuicConnection: @unchecked Sendable {
Copy link
Member

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?

Copy link
Contributor Author

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

Networking/Sources/Networking/msquic/QuicConnection.swift Outdated Show resolved Hide resolved
Networking/Sources/Networking/msquic/QuicListener.swift Outdated Show resolved Hide resolved
Networking/Sources/Networking/msquic/QuicStream.swift Outdated Show resolved Hide resolved
MacOMNI and others added 7 commits October 7, 2024 10:23
Co-authored-by: Xiliang Chen <xlchen1291@gmail.com>
* dev_mackun:
  QuicClient
  update quicclient
  update peer
  update peer
  update peer test

# Conflicts:
#	JAMTests/jamtestvectors
MacOMNI and others added 15 commits October 7, 2024 14:53
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)
* 'master' of github.com:AcalaNetwork/boka:
  able to custimize timing details for services (#154)
  add handler id for event bus (#149)
* master:
  able to custimize timing details for services (#154)
  add handler id for event bus (#149)
Copy link
Member

@xlc xlc left a 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

@xlc xlc merged commit 8224fb1 into master Oct 9, 2024
2 checks passed
@xlc xlc deleted the dev_actor branch October 9, 2024 00:42
MacOMNI added a commit that referenced this pull request Oct 9, 2024
* 'master' of github.com:AcalaNetwork/boka:
  remove unused helper (#156)
  update actor (#147)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants