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.
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
Add ABI support to goal #3088
Add ABI support to goal #3088
Changes from all commits
42a56b4
ab9104e
80c1975
f5c0f21
bdd3c10
3f6d738
badcc28
a613273
bf4e035
1e8f62b
c570d80
500ad45
7d563f1
2f3fe42
c87719c
2dd6028
93abb82
c23cad3
ba68ea9
438ccd2
825e98d
43ff514
c757de5
515ef05
da39a1f
1ce16fd
023e10d
1aaf43d
5b60ae6
74f7550
2d0b85c
82555b8
87b9d75
a426d78
8aa055e
aba8514
93a57c8
7f7a49e
33ce8ad
388a50d
6c607bf
02163cd
83c46ba
54f5d3b
e3eccd3
1122a10
4338ef8
19d48a8
4ee6cda
fccf3b7
2943164
d08f5e2
6592d7e
a08025d
47661a3
ba2e4d6
1a4ef0b
081108a
e4dd7cd
5d3e521
ca9c32f
abd37b2
2288a23
9e17bfe
55015ff
74b2525
52ce63d
80d3c16
aa16911
0ad51a1
a3ae50b
c1d95ec
3c1cde8
0b8252c
7bcdbae
5f1355c
e904eb3
6a97d23
e9788a4
c576ea4
88ceeed
1905ac5
3e746ee
e0d5983
9b8735c
1c413cc
687637b
23f4e80
a78cb70
e2019ea
196bbaa
aa1efdc
baa5599
fc0df15
5175e33
01c0b21
79bff00
2d06d9f
3267ff1
435cca9
d1e8ead
fac68f3
78ed7ac
89f3f3a
34fc96a
310180d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I'm not proposing any changes here, but view this as a learning opportunity for me about Algorand's conventions. Cleary the convention in the file is for this field to use raw string literals. I guess that makes sense, because in theory the
Long
description could span several lines. However, none of the descriptions in this file seem to utilize any of the string literal's special features. Any thoughts? You can also totally ignore.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.
I don't have specific thoughts or idea about it, just following the previous conventions. I just noticed the nearest editing for adding method/updating description is 16 months ago... and I suppose they might want to do something with string literal.