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

Native asset barrier #1247

Open
wants to merge 75 commits into
base: manta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
4525073
Fork pallet-balances
ghzlatarev Aug 11, 2023
0fea396
Add barrier code to pallet-balances and update all runtimes
ghzlatarev Aug 11, 2023
6eea3da
Add xcmbarrierlist
ghzlatarev Aug 14, 2023
d096638
Checkpoint
ghzlatarev Aug 14, 2023
685004f
Split to native-barrier pallet. Integrate into pallet-balances. Per d…
ghzlatarev Aug 14, 2023
2eb8660
Support accumulation fo skipped days
ghzlatarev Aug 14, 2023
95f10ed
add to mantapya
ghzlatarev Aug 14, 2023
64a603e
move to orml_traits, add to xtokens and only for native assets
ghzlatarev Aug 14, 2023
351ef1d
Add Here check for native assets
ghzlatarev Aug 15, 2023
2a57473
Uncomment pallet0balances tests and benchs
ghzlatarev Aug 15, 2023
f21f2e6
Re-enable tests and benches for pallet-balances. Add new config to al…
ghzlatarev Aug 15, 2023
4d93c84
Make start_unix_time a configurable storage item
ghzlatarev Aug 15, 2023
ff00649
add setter extrinsics for storage items
ghzlatarev Aug 15, 2023
457ea32
Clean up native-barrier pallet toml, delete unnecessary fiels and upd…
ghzlatarev Aug 15, 2023
117c7d7
add events
ghzlatarev Aug 15, 2023
aaec2ba
add gensis config, clean up
ghzlatarev Aug 15, 2023
4b59705
Debugging
ghzlatarev Aug 16, 2023
3b23239
Remove xcmnativetransfers storage item, only remainingxcmlimit is nee…
ghzlatarev Aug 16, 2023
4764e74
Merge branch 'manta' into ghzlatarev/whale-blocker
ghzlatarev Aug 16, 2023
d554ccf
fmt and remove unnecessary imports
ghzlatarev Aug 16, 2023
cde01c1
Change headers
ghzlatarev Aug 16, 2023
744b134
storage docs
ghzlatarev Aug 16, 2023
785982a
remove unnecessary error
ghzlatarev Aug 16, 2023
53f808c
fix errors docs
ghzlatarev Aug 16, 2023
e9997fe
Clean up
ghzlatarev Aug 16, 2023
527e202
Extrinsics docs
ghzlatarev Aug 16, 2023
9681f15
Events docs , add remove from barrier event and use iter() instead of…
ghzlatarev Aug 16, 2023
297177d
Clean up todos
ghzlatarev Aug 16, 2023
eb186c3
Clean up todos in native-barrier pallet
ghzlatarev Aug 16, 2023
c0444e8
fmt
ghzlatarev Aug 16, 2023
ff92613
Add native-barrier benchmak code
ghzlatarev Aug 17, 2023
ba1fc94
Add benchamrk unit tests and add to runtimes
ghzlatarev Aug 17, 2023
9745b79
Add on_initialize benchmark and generate weight file in pallet
ghzlatarev Aug 17, 2023
2e0760b
Add weights file to runtiems
ghzlatarev Aug 17, 2023
24a19b4
First tests
ghzlatarev Aug 17, 2023
548d679
tests work
ghzlatarev Aug 18, 2023
6f8d87b
Clean up tests
ghzlatarev Aug 18, 2023
b576761
clean up warnins
ghzlatarev Aug 18, 2023
c3cf148
remove palle-tteimestamp
ghzlatarev Aug 18, 2023
c5c23bc
Simlify reset_remaining_xcm_limit
ghzlatarev Aug 18, 2023
673d526
storage version should be 0
ghzlatarev Aug 18, 2023
e84bda8
fmt'
ghzlatarev Aug 18, 2023
b25ca88
Disab le clippy for balances and fix for rest
ghzlatarev Aug 18, 2023
c35ac80
add comments and improve asserts in benchmark code
ghzlatarev Aug 18, 2023
22e647a
Use 0937 orml branch
ghzlatarev Aug 18, 2023
08507a9
add limits growth test
ghzlatarev Aug 20, 2023
bc4c9f9
Clean up tests
ghzlatarev Aug 20, 2023
7696701
Revert ignore
ghzlatarev Aug 21, 2023
4080b84
add docs
ghzlatarev Aug 21, 2023
522f071
check all pallet-balances extriniscs in tests
ghzlatarev Aug 21, 2023
a85095c
Remove extra daily limit
ghzlatarev Aug 22, 2023
0bbe97f
Delete geneiss config unused code
ghzlatarev Aug 22, 2023
def99a5
Update storage
ghzlatarev Aug 22, 2023
bc4abe6
Update index'
ghzlatarev Aug 22, 2023
f320489
remove xcm mentions 1/2
ghzlatarev Aug 22, 2023
7f57ad6
remove xmc mentions 2/2
ghzlatarev Aug 22, 2023
ce5937a
Merge branch 'manta' into ghzlatarev/whale-blocker
ghzlatarev Aug 22, 2023
4643f3f
Clean up
ghzlatarev Aug 22, 2023
a95fdda
Clippy
ghzlatarev Aug 22, 2023
e9c3f20
Update tx-fees diff files
ghzlatarev Aug 23, 2023
80d4e79
Merge branch 'manta' into ghzlatarev/whale-blocker
ghzlatarev Aug 23, 2023
69da06f
Merge branch 'manta' into ghzlatarev/whale-blocker
ghzlatarev Aug 24, 2023
de34377
Udpate lastdayprocessed on init
ghzlatarev Aug 29, 2023
b9a420c
add accounts to initialize barrier extrinsic
ghzlatarev Aug 30, 2023
b8e22e1
Revert last commit and addd default daily_limit on initialization again
ghzlatarev Aug 30, 2023
290c2af
Update the in the future tests as well
ghzlatarev Aug 30, 2023
5f645cb
Merfe conflicts and update weights
ghzlatarev Aug 30, 2023
74f8f46
Fix benchmarking compile
ghzlatarev Aug 30, 2023
51f9320
Ignore diff_tx-Fees tests temporarily
ghzlatarev Aug 30, 2023
c92c446
Unignore test and update fees csv
ghzlatarev Aug 30, 2023
9a38533
Bump manta integrations test timeout
ghzlatarev Aug 31, 2023
a335a24
Use orml branch for now
ghzlatarev Aug 31, 2023
da094d8
update cargo lock
ghzlatarev Aug 31, 2023
d3b705d
Update orml dep
ghzlatarev Aug 31, 2023
4426549
Merge branch 'manta' into ghzlatarev/whale-blocker
ghzlatarev Sep 30, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_manta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'A-manta')
needs: [build-node-current]
runs-on: runtime-integration-test
timeout-minutes: 240
timeout-minutes: 420
container:
image: ubuntu:20.04
strategy:
Expand Down
Loading
Loading