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

CodeSee Demo Review Fork #3

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f95a3c9
chore: Replace Currency->fungible: update pallet_capacity with fungible
Nov 13, 2023
72543fa
fix: keep Currency name and update derived trait
Nov 13, 2023
478ee54
fix: pallet_capacity tests working with correct types/traits
Nov 15, 2023
1befab1
fix: capacity pallet tests passing; update vscode with rust std sourc…
Nov 15, 2023
7fbdf01
fix: lint changes;
Nov 15, 2023
7eceac4
fix: benchmarks updates for Currency trait
Nov 15, 2023
1dad909
fix: time-release pallet updated with fungible traits; test working
Nov 17, 2023
02f57a0
fix: time-release runtime-benchmarks errors
Nov 17, 2023
225b345
fix: update comments; rename FreezeReason::TimeReleased
Nov 20, 2023
57d7d94
fix: enum should be the same; updates;
Nov 21, 2023
86c6e74
fix: update cargo dependencies for common-runtime;
Nov 21, 2023
bf228b5
fix: Currency trait was incorrect;
Nov 21, 2023
72feddc
fix: set_balance logic error;
Nov 21, 2023
1442a12
fix: revert new Currency type; set FreezeIdentifier in mock;
Nov 21, 2023
cda4bc4
fix: lints
Nov 21, 2023
d63a554
we are erroring silently - Number of freezes exceed MaxFreezes
Nov 22, 2023
09261a6
test pass
Nov 22, 2023
e855d93
lint
Nov 22, 2023
6c4e44a
fix: remove .only
Nov 27, 2023
9079373
fix: coordinate BalancesMaxXXXXX with existing runtime defaults
Nov 27, 2023
52d5ea4
fix: add expect to tests that can fail; cargo update; pass through er…
Nov 27, 2023
da2296f
fix: capacity benchmarking should handle errors from set_staking_acco…
Nov 28, 2023
50d5089
Merge branch 'main' of https://github.com/LibertyDSNP/frequency into …
Dec 4, 2023
568582b
fix: changes for errors from merge from main
Dec 4, 2023
6052042
fix: Update spec_version to 66
Dec 4, 2023
9384ed3
Fix: thaw error handling in delete_lock function
Dec 5, 2023
57cd323
Merge branch 'main' of https://github.com/LibertyDSNP/frequency into …
Dec 5, 2023
c77dd41
fix: Update spec_version to 67
Dec 5, 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 .cargo-deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ allow-git = []

[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
github = ["paritytech", "w3f"]
github = ["paritytech", "w3f", "multiformats"]
# 1 or more gitlab.com organizations to allow git sources for
# gitlab = [""]
# 1 or more bitbucket.org organizations to allow git sources for
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
// Set the features to use for cargo commands
"rust-analyzer.cargo.features": [
"frequency-no-relay"
],
"lldb.launch.preRunCommands": [
"script lldb.debugger.HandleCommand('settings set target.source-map /rustc/{} \"{}/lib/rustlib/src/rust\"'.format(os.popen('rustc --version --verbose').read().split('commit-hash: ')[1].split('\\n')[0].strip(), os.popen('rustc --print sysroot').readline().strip()))"
]
}
Loading
Loading