Commit 2ef1154
Remove contract alias length limit (#2028)
* fix: rm arbitrary alias length limit
Does this serve a purpose? Will there be actual problems caused by
people (or tooling) creating humongously long aliases?
I ran into this limit while incorporating [OpenZeppelin's
`fungible-token-interface-example`](https://github.com/OpenZeppelin/stellar-contracts/blob/main/examples/fungible-token-interface/Cargo.toml)
into https://github.com/AhaLabs/scaffold-stellar-frontend. The alias is
not for human use; it's for tooling. It is generated automatically.
But even if people want to create ridiculously long aliases, why should
the CLI limit them?
Co-authored-by: George <Shaptic@users.noreply.github.com>
* chore: fix clippy warning
---------
Co-authored-by: George <Shaptic@users.noreply.github.com>1 parent 247ebf1 commit 2ef1154
3 files changed
+4
-10
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 115 | | |
120 | 116 | | |
121 | 117 | | |
| |||
0 commit comments