-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix dependencies polkadotv1 #21
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
21370f5
update format to match the one for polkadot
tlacloc de38b35
📦 chore(rust-toolchain.toml): add rust-toolchain.toml file to specify…
tlacloc c796692
🔧 chore(Cargo.toml): update sp-runtime dependency to remove version c…
tlacloc 6ac39b0
🔄 chore(rust-toolchain.toml): update Rust toolchain to nightly-2023-0…
tlacloc d53eb3e
🔧 chore(lib.rs): update Scale trait implementation to use BlockNumber…
tlacloc 9dfef1d
📦 chore(pallets): update dependency versions in Cargo.toml files
tlacloc d384a53
wip update mapped assets
tlacloc 17d6130
🚀 chore(mapped-assets): update dependencies in Cargo.toml to latest v…
tlacloc 5e443de
update deps
tlacloc 711e290
🚀 chore(Cargo.toml): update dependencies versions to improve compatib…
tlacloc 8dc111c
🚀 chore(Cargo.toml): update dependencies versions for lite-json, fram…
tlacloc 64f1f0d
🔍 chore(.gitignore): add log files to be ignored by git
tlacloc 0187673
🔧 chore(lib.rs): add #[derive(Default)] to the GenesisConfig struct i…
tlacloc b05e7bf
Fix build issues polkadotv1 (#22)
sebastianmontero ddc4779
update deps
tlacloc d61dc78
🐛 fix(mock.rs): change Balance type from u128 to u64 to reduce memory…
tlacloc 1970cf8
🔧 fix(tests.rs): update struct field names in sign_up_works, update_u…
tlacloc 13d45c2
update tests
tlacloc d19802d
🐛 fix(functions.rs): remove unnecessary mutability of transaction var…
tlacloc cb14366
🔧 chore(lib.rs): remove unused code and comments for improved code re…
tlacloc abcf44e
🔀 chore(lib.rs): refactor BDKServicesURL initialization to use self.b…
tlacloc 1b4550c
🚀 feat(mock.rs): import InitialSetupArgs struct
tlacloc aed7db1
🔧 fix(tests.rs): rename create_sell_order to create_offer and take_se…
tlacloc 4247a64
bump v1.3.0 (#23)
tlacloc dac8b05
Fix/pallet tests (#24)
tlacloc a7ffb98
update cargo lock
tlacloc 6fe0343
🐛 fix(mock.rs): update MaxConsumers constant to 3 to allow for more c…
tlacloc 2cc2ad0
🔍 chore(check.yml): add a step to check tests in the CI workflow for …
tlacloc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Generated by Cargo | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
# will have compiled files and executables | ||
*log | ||
**/target/ | ||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
@@ -39,4 +40,4 @@ md5-wasm | |
md5-genesis-head | ||
|
||
# Fund-admin scripts | ||
/pallets/fund-admin/scripts | ||
/pallets/fund-admin/scripts |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
GPT summary of 1eecd5 - 07bf6d: