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

Add coretime bulk mode module #100

Merged
merged 25 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
95f3ebf
Inherent uses closures to obtain variables and deletes useless code
sulijia Jun 17, 2024
adc92d7
add client code of bulk mode
sulijia Jun 17, 2024
0b07e01
Add get purchase event
sulijia Jun 18, 2024
99884e0
add read proof from coretime parachain
sulijia Jun 20, 2024
2cc47ac
read proof of purchase then verify success
sulijia Jun 21, 2024
a887360
1.complete bulk mode basic code 2. reconstruct code
sulijia Jun 23, 2024
c7b73ea
feat:Randomly select a collator to listen to events
sulijia Jun 25, 2024
4d557e9
1.add genis config 2.add trait for get gas cost
sulijia Jun 26, 2024
f892b1a
complete bulk mode gas cost function.make workflow cargo test normal
sulijia Jun 27, 2024
a335113
add bulk test code,cargo test success
sulijia Jun 27, 2024
234cce1
update weights.rs, add set_rpc_url weight
sulijia Jun 28, 2024
e0f2a76
1.remove useless import 2.add comment of coretime client and coretime…
sulijia Jun 29, 2024
418d65e
add bulk pallet comment , update bulk pallet code of create record, a…
sulijia Jun 29, 2024
693fa29
Added a function to check whether the genesis block hash of the coret…
sulijia Jun 30, 2024
8f37da3
resolved conflicts
sulijia Jun 30, 2024
0e2d30c
Modify cargo.lock file
sulijia Jun 30, 2024
c30a50b
Merge branch 'main-develop' into features/BulkMode
sulijia Jun 30, 2024
e489c20
Modify cargo.lock file
sulijia Jun 30, 2024
29199f5
fix compile bug
sulijia Jun 30, 2024
4588791
Modify the method of obtaining coretime parachain events by listening…
sulijia Jul 1, 2024
677a2c5
record actually relaychain block number of start parachain
sulijia Jul 2, 2024
38ce8a7
merge multisig,proxy code, resolved conflicts
sulijia Jul 7, 2024
e61fe50
Merge branch 'main-develop' into features/BulkMode
sulijia Jul 7, 2024
870755f
fix cargo fmt error
sulijia Jul 7, 2024
5080b4d
Merge branch 'main-develop' into features/BulkMode
sulijia Jul 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
272 changes: 178 additions & 94 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading