forked from samcamwilliams/HyperBEAM
-
Notifications
You must be signed in to change notification settings - Fork 78
fix: token audit #750
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
Open
charmful0x
wants to merge
30
commits into
impr/secure-actions
Choose a base branch
from
audit/token
base: impr/secure-actions
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+409
−115
Open
fix: token audit #750
Changes from 7 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9f7d2de
chore: export dev_trie reserved keys
charmful0x 24bcee2
fix: excluding reserved trie keys from address validation
charmful0x 516a8f5
docs: document fns
charmful0x e584780
fix: align send_error/4 API and handle different Reason types
charmful0x 861d572
fix: balance/3 return shape api
charmful0x 25a9028
perf: unsupported actions fall through send_error/4 instead of no-op …
charmful0x 9035d44
chore: upstream balance corruption hardening
charmful0x 4bc6711
chore: enforce_set_authority/3 logic hardening
charmful0x ad5648e
chore: hardening validate_address/1 special char checks
charmful0x 64744ec
fix: test regression
charmful0x a46ae54
fix: patch dev_mint_authority stale send ref
charmful0x 94202e3
chore: add reserved recipient transfer test and validate balance/3 Ac…
charmful0x 69aafc9
chore: harden enforce_mint_authority cse branches
charmful0x ea17733
fix: validate addresses
charmful0x dc0568d
chore: add not minter test
charmful0x cfaf7a1
chore: batch mint invalid recipient
charmful0x bad8def
Merge pull request #760 from permaweb/audit/mint-authority
charmful0x bc0780b
fix: validate/5 min N threshold lists dedup
charmful0x 4b29884
chore: dup authority test + satisfies_constraints/6 fix
charmful0x 25b94cd
fix: solidify Match threshold values
charmful0x 3f580dc
Merge pull request #763 from permaweb/audit/security
charmful0x 84729e4
perf: dynamic Valid authority threshold default
charmful0x c52c819
Merge pull request #764 from permaweb/audit/security
charmful0x 5b95d92
fix: error propagation + edge case handling
charmful0x ec7fd3d
perf: hardeing Match checks logic
charmful0x 4e661e7
chore: Default cleanup in Match path
charmful0x f8e6dc4
Merge pull request #769 from permaweb/audit/security
charmful0x e078052
fix: handle comma separated authorities
charmful0x 038b33c
chore: add comma separated authority security test
charmful0x 5a6df48
Merge pull request #770 from permaweb/audit/security
charmful0x 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 hidden or 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 hidden or 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
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.
should we allow 0 transfers? or atleast in the case of $AO? this could be a spam entrypoint..?
ETH and ERC-20 spec allows 0 transfers due to the existence of the associated gas cost