-
Notifications
You must be signed in to change notification settings - Fork 473
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
Minimum Account Balance in Algod #3287
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c8e17b7
initial commit
f247cbe
Merge branch 'master' of https://github.com/algorand/go-algorand into…
f8edde8
don't run the debugger on circle
ee5451c
can query TEAL for stateful min_balance. Next up: get algod to do the…
7e4daef
adding facade, but no content
5dafabb
revert
4ed0617
remote debugging
88544cf
add get_endpoint_info to e2e python Goal
d0cacfe
add get_endpoint_info to e2e python Goal
1f1fc88
testing
bd90ea6
tests basically passing
035432d
simple goal e2e test is passing
85de603
test passing -knock on wood-
d6034e5
Update daemon/algod/api/algod.oas2.json
tzaffi 3bcb8bc
better wording
2139807
Merge branch 'master' of https://github.com/algorand/go-algorand into…
2b7a8b5
comment on its own line
9edf2e0
improvments in python abi e2e test wrapper
aa2196b
Merge branch 'master' of https://github.com/algorand/go-algorand into…
4894d95
per reviewer suggestions - use block header instead of block + add co…
42adb53
longer if clearer name for execute_singleton()
7dd6db4
Pass one .exp test and update the README
9c71612
Merge branch 'master' of https://github.com/algorand/go-algorand into…
5ecd5b0
Less TEAL, more python testing comments.
277c6ce
notFound --> internalError
395a6e4
Merge branch 'master' of https://github.com/algorand/go-algorand into…
992609b
removing ABI dependency
d15fc97
Merge branch 'master' of https://github.com/algorand/go-algorand into…
5d20acb
remove the teal file
c12a0ed
Merge branch 'master' of https://github.com/algorand/go-algorand into…
19ed866
revert
19e2a40
reorder functions
084adf0
better endpoint description
125bfbf
INTERACTIVE switch at the top
ae82da2
revert formatting changes
5efca2c
more realistic consensus params
bb5d4a9
Per reviewer suggestions
c50f1f8
Update test/scripts/e2e_subs/min_balance.py
tzaffi af2acec
Update test/scripts/e2e_subs/min_balance.py
tzaffi 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Adding a line to
goal account info
's output