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

Magnet release 0.7.2 #139

Merged
merged 65 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 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
8b7bafe
add on demand primitives and pallet
sulijia Jul 2, 2024
3f2aff0
add on demand client code, recover runtime code of on demand order
sulijia Jul 3, 2024
701e869
remove on demand client useless metadata of relaychain
sulijia Jul 4, 2024
96910b5
remove on demand runtime useless metadata of relaychain
sulijia Jul 6, 2024
4355574
Restore the ondemand mode code so that it can run normally
sulijia Jul 6, 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
62a6688
Merge pull request #100 from Magport/features/BulkMode
Acaishiba Jul 8, 2024
29bf348
Merge pull request #115 from Magport/main-develop
toints Jul 8, 2024
3244cb3
Merge pull request #40 from Magport/Magnet-Stack-toints
toints Jul 8, 2024
10f63af
Merge branch 'main-develop' into features/OndemandMode
sulijia Jul 8, 2024
2098cbc
fix cargo fmt bug
sulijia Jul 8, 2024
2b3b384
feat: To distribute profits with configurable distribution addresses
toints Jul 9, 2024
d772c8b
Merge pull request #118 from toints/Magnet-Stack
toints Jul 9, 2024
92f3810
Add configuration parameters
sulijia Jul 9, 2024
0405316
Refactoring on demand client code
sulijia Jul 10, 2024
f60f2db
fixed: fixed mock run failed
toints Jul 10, 2024
ca7b4df
Merge branch 'Magport:main' into Magnet-Stack
toints Jul 10, 2024
ad50da1
Merge pull request #121 from toints/Magnet-Stack
toints Jul 10, 2024
9f2cb45
style: format tests.rs
toints Jul 10, 2024
060ff8b
Merge branch 'Magnet-Stack' of github.com:toints/Magnet into Magnet-S…
toints Jul 10, 2024
06b30dd
Merge pull request #123 from toints/Magnet-Stack
toints Jul 10, 2024
a06cb66
fix build
sulijia Jul 10, 2024
aae15db
Refactoring the handle_relaychain_stream method of the on demand client
sulijia Jul 10, 2024
381e545
Refactoring decode function of relaychain event
sulijia Jul 11, 2024
0a44e6e
Use the complete relaychian runtime data generated by the tool to fix…
sulijia Jul 12, 2024
b741410
Refactored the Assurance module and removed the liquidation-related code
sulijia Jul 13, 2024
8b00d2b
Merge pull request #125 from savagealexander/main
Acaishiba Jul 13, 2024
920b1cb
Refactor on demand code, add test files and benchmark test files
sulijia Jul 15, 2024
59fef56
Change the stored account from AuthorityId type to AccountId type
sulijia Jul 15, 2024
64017b3
Merge pull request #117 from Magport/features/OndemandMode
Acaishiba Jul 19, 2024
efaf05b
Merge pull request #126 from Magport/main-develop
toints Jul 19, 2024
72d4582
Merge branch 'Magport:main' into Magnet-Stack
toints Jul 22, 2024
fc9ed09
Merge pull request #41 from Magport/Magnet-Stack-toints
toints Jul 22, 2024
a2eb45a
fixed: fixed percentage calculation
toints Jul 26, 2024
013694c
fix: add transfer to parachain treasury account
toints Jul 26, 2024
364a13d
Merge pull request #131 from toints/Magnet-Stack
toints Jul 26, 2024
c3fc290
style: format style in liquidation
toints Jul 26, 2024
04549a8
Merge pull request #132 from toints/Magnet-Stack
toints Jul 26, 2024
858b122
Merge pull request #122 from Magport/Magnet-Stack-toints
wd30130 Jul 29, 2024
fa8a543
Update rust.yml
zachary0809 Aug 1, 2024
a223fcd
Merge pull request #140 from zachary0809/Magnet-release-v0.7.2
Acaishiba Aug 1, 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
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ jobs:
- name: Cargo Clean
run: cargo clean

- name: Remove Cargo.lock
run: rm Cargo.lock

- name: Cargo Update
run: cargo update

- name: Build
run: cargo check --release

Expand Down
Loading
Loading