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

[Work in Progress] add AccountPermission #5164

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

update granular permissions

372cc5c
Select commit
Loading
Failed to load commit list.
Draft

[Work in Progress] add AccountPermission #5164

update granular permissions
372cc5c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 19, 2024 in 1s

48.3% of diff hit (target 77.9%)

View this Pull Request on Codecov

48.3% of diff hit (target 77.9%)

Annotations

Check warning on line 433 in src/libxrpl/protocol/Indexes.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Indexes.cpp#L433

Added line #L433 was not covered by tests

Check warning on line 440 in src/libxrpl/protocol/Indexes.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Indexes.cpp#L439-L440

Added lines #L439 - L440 were not covered by tests

Check warning on line 444 in src/libxrpl/protocol/Indexes.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Indexes.cpp#L444

Added line #L444 was not covered by tests

Check warning on line 446 in src/libxrpl/protocol/Indexes.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Indexes.cpp#L446

Added line #L446 was not covered by tests

Check warning on line 27 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L27

Added line #L27 was not covered by tests

Check warning on line 43 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L43

Added line #L43 was not covered by tests

Check warning on line 59 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L59

Added line #L59 was not covered by tests

Check warning on line 62 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L62

Added line #L62 was not covered by tests

Check warning on line 66 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L66

Added line #L66 was not covered by tests

Check warning on line 70 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L70

Added line #L70 was not covered by tests

Check warning on line 72 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L72

Added line #L72 was not covered by tests

Check warning on line 76 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L76

Added line #L76 was not covered by tests

Check warning on line 80 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L80

Added line #L80 was not covered by tests

Check warning on line 82 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L82

Added line #L82 was not covered by tests

Check warning on line 86 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L86

Added line #L86 was not covered by tests

Check warning on line 92 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 94 in src/libxrpl/protocol/Permissions.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/Permissions.cpp#L94

Added line #L94 was not covered by tests

Check warning on line 384 in src/libxrpl/protocol/STParsedJSON.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/STParsedJSON.cpp#L384

Added line #L384 was not covered by tests

Check warning on line 386 in src/libxrpl/protocol/STParsedJSON.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libxrpl/protocol/STParsedJSON.cpp#L386

Added line #L386 was not covered by tests

Check warning on line 33 in src/xrpld/app/tx/detail/AccountPermissionSet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/tx/detail/AccountPermissionSet.cpp#L33

Added line #L33 was not covered by tests

Check warning on line 36 in src/xrpld/app/tx/detail/AccountPermissionSet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/tx/detail/AccountPermissionSet.cpp#L36

Added line #L36 was not covered by tests

Check warning on line 39 in src/xrpld/app/tx/detail/AccountPermissionSet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/tx/detail/AccountPermissionSet.cpp#L39

Added line #L39 was not covered by tests

Check warning on line 43 in src/xrpld/app/tx/detail/AccountPermissionSet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/tx/detail/AccountPermissionSet.cpp#L43

Added line #L43 was not covered by tests

Check warning on line 45 in src/xrpld/app/tx/detail/AccountPermissionSet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/tx/detail/AccountPermissionSet.cpp#L45

Added line #L45 was not covered by tests

Check warning on line 49 in src/xrpld/app/tx/detail/AccountPermissionSet.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/tx/detail/AccountPermissionSet.cpp#L49

Added line #L49 was not covered by tests