@@ -15,7 +15,7 @@ The Go version here has the following goals:
15
15
versions reasonably wide to avoid unnecessary friction for users. I.e. just
16
16
because Cosmos SDK now uses Go 1.19 does not mean we make 1.19 the minimal
17
17
supported version here. However, the project should work with the latest
18
- stable Go version. When the majority of our users is between 1.18 and 1.19, we
18
+ stable Go version. When the majority of our users are between 1.18 and 1.19, we
19
19
can slowly remove 1.17 support by bumping the min version to 1.18.
20
20
- Be stable enough to test Go code. We always pin the patch version to ensure CI
21
21
runs are reproducible. Those versions will contain security issues from time
@@ -31,10 +31,10 @@ Go version locations:
31
31
## Rust
32
32
33
33
In contrast to Go, the Rust compiler used here produces actual artifacts used
34
- directly by consumer projects. This are the shared .dylib, .so, .dll libraries
34
+ directly by consumer projects. These are the shared .dylib, .so, .dll libraries
35
35
as well as the static .a libraries. Those libwasmvm builds contain all the Rust
36
36
code executing contracts, especially cosmwasm-vm. New Rust versions usually add
37
- features which are not necessarily used or needed. But we should move with the
37
+ features that are not necessarily used or needed. But we should move with the
38
38
ecosystem to keep the dependency tree compiling. Also new Rust versions tend to
39
39
increase runtime speed through optimizer improvements, which never hurts.
40
40
0 commit comments