Skip to content
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

build(deps): bump github.com/cometbft/cometbft from 0.37.5 to 0.38.7 #4

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
699 commits
Select commit Hold shift + click to select a range
e69abb0
chore(upgrade): enable burning the usage incentives pool in the v16 h…
MalteHerrmann Jan 3, 2024
56e062b
fix(outpost): Add comments to structs and ValidateBasic condition (#2…
Vvaradinov Jan 3, 2024
7821cb8
chore(p256): adjust p256 precompile address (#2228)
MalteHerrmann Jan 4, 2024
0be8f3e
fix(swagger): use correct version of proto dependencies to generate s…
VictorTrustyDev Jan 4, 2024
aa0b9d5
fix(staking): fix NewMsgCreateValidator return err info is wrong (#2234)
luchenqun Jan 5, 2024
3c42703
fix(changelog): add missing changelog entry for #2234 (#2238)
MalteHerrmann Jan 5, 2024
8c88c14
build(deps-dev): bump pycryptodome from 3.15.0 to 3.19.1 in /tests/ni…
dependabot[bot] Jan 8, 2024
7994ffb
imp: use const BaseDenom replace aevmos (#2233)
luchenqun Jan 8, 2024
ea75cb9
chore: add burnt coins metrics (#2246)
GAtom22 Jan 10, 2024
8feb1fd
build(deps): bump golang from 1.21.5-alpine3.18 to 1.21.6-alpine3.18 …
dependabot[bot] Jan 10, 2024
67015bd
build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 (#2244)
dependabot[bot] Jan 10, 2024
a7c00de
build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 in /test…
dependabot[bot] Jan 10, 2024
45de227
build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /tests/so…
dependabot[bot] Jan 10, 2024
a37ed84
build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 (#2243)
dependabot[bot] Jan 10, 2024
0dfba9a
fix(app/ante) replace vestingtypes to anteutils from ante handler opt…
jacobhjkim Jan 10, 2024
c9688f3
fix(erc20): add logic to deploy token pairs contracts on genesis (#2217)
GAtom22 Jan 12, 2024
b802946
fix: typo in burned coins metrics (#2249)
GAtom22 Jan 12, 2024
489c518
imp(distribution): adjust the magic number in distribution integratio…
luchenqun Jan 12, 2024
e98a729
fix(outposts): Provide timeout timestamp relative to block time (#2236)
Vvaradinov Jan 15, 2024
26e44c0
fix(ci): Update configuration for pull request labeler (#2268)
MalteHerrmann Jan 15, 2024
c455311
fix(ci): fix CI config for required items to always run but stop when…
MalteHerrmann Jan 15, 2024
43f8e2b
chore(ci): adjust codecov settings to require 90% diff hit across the…
MalteHerrmann Jan 15, 2024
d9591ed
build(deps): bump github.com/linxGnu/grocksdb from 1.8.10 to 1.8.11 (…
dependabot[bot] Jan 15, 2024
37c5fa1
imp(tests): Minor clean up in EIP-7212 tests (#2267)
MalteHerrmann Jan 15, 2024
eab8194
fix(inflation): update query to return correct inflation value (#2269)
0xstepit Jan 16, 2024
3a790f6
build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 (#2…
dependabot[bot] Jan 16, 2024
cd40774
build(deps): bump cosmossdk.io/errors from 1.0.0 to 1.0.1 (#2254)
dependabot[bot] Jan 16, 2024
72ec813
imp(ante): Refractor EVM ante tests and remove legacy handlers (#2147)
facs95 Jan 16, 2024
98a59b9
build(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.0 (#2279)
dependabot[bot] Jan 18, 2024
85fc042
build(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 (#2…
dependabot[bot] Jan 18, 2024
e244f16
build(deps): bump cachix/install-nix-action from 24 to 25 (#2266)
dependabot[bot] Jan 19, 2024
6c81105
build(deps): bump cachix/cachix-action from 13 to 14 (#2265)
dependabot[bot] Jan 19, 2024
539c696
build(deps): bump actions/dependency-review-action from 3 to 4 (#2282)
dependabot[bot] Jan 22, 2024
55ddb49
imp(changelog): Add changelog checker (#2140)
MalteHerrmann Jan 22, 2024
82862b3
imp(tests): Check voting has concluded in automated upgrade tests (#2…
MalteHerrmann Jan 22, 2024
bcf24ce
build(deps): bump github.com/onsi/gomega from 1.31.0 to 1.31.1 (#2284)
dependabot[bot] Jan 22, 2024
47bfa04
imp(tests): Add post-upgrade transactions to E2E upgrade test suite (…
MalteHerrmann Jan 22, 2024
5644749
imp(tests): Enable specifying the prefunded balances for the integrat…
MalteHerrmann Jan 22, 2024
808bfa0
Update LICENSE (#2286)
maxnberlin Jan 23, 2024
484c8a4
imp(tests): add utility to check balances in tests (#2289)
MalteHerrmann Jan 24, 2024
efdb7fc
build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#2288)
dependabot[bot] Jan 24, 2024
51cc816
chore(upgrade): Add v17 handler (#2291)
MalteHerrmann Jan 24, 2024
96404c6
build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 (#2…
dependabot[bot] Jan 25, 2024
92c35a2
chore(erc20): revert unnecessary logic on genesis (#2292)
GAtom22 Jan 25, 2024
b61b9da
imp(test): Add custom genesis config functionality to integration set…
facs95 Jan 27, 2024
2ceae73
Problem: versiondb version checking on startup is too strict (#2297)
yihuang Jan 30, 2024
68fae27
chore(upgrade): Merge changes from v16 release branch to main (#2295)
MalteHerrmann Jan 30, 2024
c1dfc2a
[Snyk] Security upgrade golang from 1.21.3-bullseye to 1.22rc2-bullse…
fedekunze Jan 30, 2024
cb0e574
build(deps-dev): bump aiohttp from 3.9.0 to 3.9.2 in /tests/nix_tests…
dependabot[bot] Jan 30, 2024
e09e55b
imp(tests): add parallel execution on nix tests (#2301)
GAtom22 Jan 31, 2024
755945a
fix(evm): Fix TraceTx KVGasConfig setup (#2302)
facs95 Jan 31, 2024
f097735
fix(inflation): Move inflation reduction factor in emission function …
0xstepit Feb 1, 2024
be891ba
build(deps): bump crytic/slither-action from 0.3.0 to 0.3.1 (#2315)
dependabot[bot] Feb 1, 2024
b9c772c
build(deps): bump codecov/codecov-action from 3 to 4 (#2314)
dependabot[bot] Feb 1, 2024
15a40ae
chore(ci): add markdown lint and build targets for release branch (#2…
Vvaradinov Feb 2, 2024
99b9037
chore(github): Update Issues and PR templates (#2309)
ramacarlucho Feb 2, 2024
8f488c1
chore(ci): Add codecov token to workflow (#2317)
0xstepit Feb 2, 2024
eec726e
fix(tests): Fix post-upgrade transactions in automated upgrade tests …
MalteHerrmann Feb 2, 2024
cd1cef1
build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12…
dependabot[bot] Feb 5, 2024
4fae0fe
chore(dep): bump go to 1.21 (#2319)
GAtom22 Feb 5, 2024
c014196
build(deps): bump github.com/cosmos/ibc-go/v7 from 7.3.1 to 7.3.2 (#2…
dependabot[bot] Feb 5, 2024
4e73d19
build(deps): bump github.com/linxGnu/grocksdb from 1.8.11 to 1.8.12 (…
dependabot[bot] Feb 5, 2024
e052948
build(deps): bump github.com/cometbft/cometbft-db from 0.8.0 to 0.10.…
dependabot[bot] Feb 5, 2024
9d49591
fix(ci): remove upload cache step nix tests (#2326)
GAtom22 Feb 5, 2024
d1325b7
imp(ci): remove duplicated yaml file (#2320)
GAtom22 Feb 7, 2024
679d457
fix(tests): create home dir in temp directory in test (#2332)
MalteHerrmann Feb 7, 2024
c4c4730
fix(wevmos): make WEVMOS deposit and withdraw functions real no-ops a…
Vvaradinov Feb 8, 2024
8e1dcc4
fix(ci): add token in checkout action (#2337)
GAtom22 Feb 8, 2024
c2a3304
build(deps): bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18 …
dependabot[bot] Feb 8, 2024
118a80b
build(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#2335)
dependabot[bot] Feb 8, 2024
232f001
chore: fix lint issues (#2341)
GAtom22 Feb 9, 2024
ff566b4
build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 (#2334)
dependabot[bot] Feb 9, 2024
0871765
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (…
dependabot[bot] Feb 9, 2024
817fac2
build(deps): bump grpcio from 1.53.0 to 1.53.2 in /tests/nix_tests (#…
dependabot[bot] Feb 12, 2024
9b0e8da
build(deps): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (…
dependabot[bot] Feb 12, 2024
35871ae
build(deps): bump github.com/cometbft/cometbft-db from 0.10.0 to 0.11…
dependabot[bot] Feb 13, 2024
57cba41
build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#2349)
dependabot[bot] Feb 14, 2024
b812bbc
chore(deps): bump sdk to v0.47.8 (#2355)
GAtom22 Feb 16, 2024
0984dda
imp(tests): Upstream Integration tests suite from sdk50 branch (#2348)
facs95 Feb 18, 2024
7148f56
build(deps): bump undici from 5.26.3 to 5.28.3 in /tests/solidity (#2…
dependabot[bot] Feb 19, 2024
e1a3bbd
chore(tests): update hardhat version (#2362)
GAtom22 Feb 19, 2024
d476338
chore: fix solidity warnings (#2361)
0xstepit Feb 19, 2024
5eef42b
build(deps): bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 (#2351)
dependabot[bot] Feb 21, 2024
07df0f5
build(deps-dev): bump undici from 5.26.3 to 5.28.3 in /tests/nix_test…
dependabot[bot] Feb 21, 2024
90532cf
build(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to…
dependabot[bot] Feb 21, 2024
92a7392
[Snyk] Security upgrade golang from 1.22rc2-bullseye to bullseye (#2368)
sandoche Feb 21, 2024
affc6b6
imp(evm): Remove ChainID constraint (#2373)
facs95 Feb 23, 2024
6e49da2
imp(debug): update convert an address between hex and bech32 (#2245)
luchenqun Feb 26, 2024
7b97378
build(deps): bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#2376)
dependabot[bot] Feb 26, 2024
bcf45a9
imp(evm): Add global BuildEVMExecutionCtx function (#2307)
facs95 Feb 26, 2024
7a3c23c
build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 (#2371)
dependabot[bot] Feb 27, 2024
7a91587
build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#2377)
dependabot[bot] Feb 28, 2024
b0cf9f3
build(deps): bump es5-ext from 0.10.62 to 0.10.63 in /tests/solidity …
dependabot[bot] Feb 28, 2024
e71079a
chore(revenue): deprecate revenue module (#2379)
0xstepit Feb 29, 2024
07a8a4e
chore(evm): remove evm hooks (#2380)
0xstepit Mar 1, 2024
dd6af0d
build(deps-dev): bump @openzeppelin/contracts-upgradeable from 4.9.3 …
dependabot[bot] Mar 4, 2024
ce05628
build(deps): bump @openzeppelin/contracts from 4.9.5 to 4.9.6 in /con…
dependabot[bot] Mar 4, 2024
14fd6dd
chore(all): remove legacy handler files from repo (#2388)
MalteHerrmann Mar 4, 2024
cff385d
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2…
dependabot[bot] Mar 5, 2024
49c3a0b
build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#2394)
dependabot[bot] Mar 6, 2024
d767a40
build(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#2393)
dependabot[bot] Mar 6, 2024
2682c40
fix some typos (#2395)
racerole Mar 6, 2024
2e2891a
[Snyk] Security upgrade golang from 1.22rc2-bullseye to 1.22.0-bullse…
sandoche Mar 7, 2024
3512221
fix(docker): Bump rclone version (#2404)
MalteHerrmann Mar 7, 2024
0c1441f
build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#2399)
dependabot[bot] Mar 8, 2024
547d45d
build(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 (#2…
dependabot[bot] Mar 11, 2024
ef70612
build(deps): bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 (#2…
dependabot[bot] Mar 11, 2024
5f17900
build(deps): bump golang from 1.22.0-alpine3.18 to 1.22.1-alpine3.18 …
dependabot[bot] Mar 11, 2024
ad1e289
build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#2398)
dependabot[bot] Mar 11, 2024
6aebc1f
build(deps): bump cachix/install-nix-action from 25 to 26 (#2407)
dependabot[bot] Mar 15, 2024
10bfcea
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /tests/so…
dependabot[bot] Mar 15, 2024
c7ed92e
chore: remove repetitive words (#2409)
one230six Mar 16, 2024
0575fba
chore(tests): Remove configuration for deprecated modules from local …
MalteHerrmann Mar 19, 2024
fabd753
build(deps-dev): bump @openzeppelin/contracts from 4.9.3 to 4.9.6 in …
dependabot[bot] Mar 19, 2024
687c1f9
imp(ante): Minor improvements to readibility (#2427)
MalteHerrmann Mar 21, 2024
2ba4587
chore(deps): update ca-certificates docker dep (#2424)
GAtom22 Mar 21, 2024
9e580f4
build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /test…
dependabot[bot] Mar 21, 2024
a179614
build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 (#2…
dependabot[bot] Mar 22, 2024
c2bdd9a
build(deps): bump github.com/docker/docker from 24.0.7+incompatible t…
dependabot[bot] Mar 22, 2024
724a3c3
chore: fix typos (#2431)
xiaoxianBoy Mar 25, 2024
46a15ff
build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#2423)
dependabot[bot] Mar 25, 2024
0068512
chore: remove repetitive words in proto file (#2439)
JohnEndson Mar 28, 2024
cb7974f
chore: update legal email (#2449)
0xstepit Apr 3, 2024
ec9205c
chore(docs): updating safu policy (#2451)
sandoche Apr 4, 2024
3de09b0
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 (#2…
dependabot[bot] Apr 4, 2024
c124b8b
only use os mail address for inquiries (#2457)
MalteHerrmann Apr 5, 2024
e7fb8ed
refactor(evm): using maps in std library (#2438)
cuiweixie Apr 5, 2024
1c00e7e
build(deps): bump golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18 …
dependabot[bot] Apr 5, 2024
049aaa1
build(deps-dev): bump undici from 5.28.3 to 5.28.4 in /tests/nix_test…
dependabot[bot] Apr 5, 2024
efae40a
build(deps): bump undici from 5.28.3 to 5.28.4 in /tests/solidity (#2…
dependabot[bot] Apr 5, 2024
af52e09
build(deps): bump crytic/slither-action from 0.3.1 to 0.3.2 (#2447)
dependabot[bot] Apr 5, 2024
3181607
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#2453)
dependabot[bot] Apr 5, 2024
712b493
build(deps): bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1 (#2…
dependabot[bot] Apr 5, 2024
43c48b6
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#2458)
dependabot[bot] Apr 5, 2024
0d00b39
chore: remove the repetitive not (#2446)
redistay Apr 5, 2024
a69fba9
imp(make): Add protolint to make proto-lint command (#2444)
MalteHerrmann Apr 8, 2024
470d325
chore: update security polity (#2472)
0xstepit Apr 8, 2024
2b4da3f
chore(deps): update docker dep (#2474)
GAtom22 Apr 8, 2024
0fbc799
fix(evm): Improve commit efficiency on EVM & bump IBC version to `v7.…
facs95 Apr 8, 2024
c7f206c
build(deps): bump github.com/cosmos/ibc-go/v7 from 7.3.2 to 7.4.0 (#2…
dependabot[bot] Apr 8, 2024
d151826
build(deps): bump golang.org/x/net from 0.23.0 to 0.24.0 (#2471)
dependabot[bot] Apr 8, 2024
182f457
imp(evm): using maps.Clone api to simplify code (#2436)
cuiweixie Apr 8, 2024
25fea09
build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#2454)
dependabot[bot] Apr 9, 2024
78243df
change Evmos SDK into evmOS (#2478)
0xstepit Apr 9, 2024
69254a5
fix(test): fix an incorrect description for ante unit test (#2437)
luchenqun Apr 9, 2024
661432e
chore: make vesting optional (#2479)
tac0turtle Apr 10, 2024
9e4c463
imp(erc20): remove unused constant (#2442)
cuiweixie Apr 10, 2024
8e9ad14
build(deps): bump express from 4.18.2 to 4.19.2 in /tests/solidity in…
dependabot[bot] Apr 11, 2024
1e4c377
build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#2477)
dependabot[bot] Apr 11, 2024
79e62c1
build(deps): bump express from 4.18.2 to 4.19.2 in /tests/solidity (#…
dependabot[bot] Apr 11, 2024
6e8f358
imp(evm): remove unused error var (#2441)
cuiweixie Apr 12, 2024
0ba6f08
build(deps): bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14 (…
dependabot[bot] Apr 12, 2024
b891392
chore(build): bump go to 1.22 (#2484)
GAtom22 Apr 15, 2024
0b07815
replace path.Join with filepath.Join (#2481)
imalasong Apr 15, 2024
16c6144
build(deps): bump github.com/cometbft/cometbft-db from 0.11.0 to 0.12…
dependabot[bot] Apr 16, 2024
38cd705
refactor(all): using slices in std library (#2469)
180909 Apr 16, 2024
a441146
fix(e2e-test): update docker go version (#2489)
GAtom22 Apr 18, 2024
ecccc44
build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#2495)
dependabot[bot] Apr 19, 2024
4966cf5
chore: fix some typos in comments (#2493)
goodactive Apr 19, 2024
f15f068
build(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to…
dependabot[bot] Apr 19, 2024
aff93e5
chore(app): update evmos app to v17 (#2497)
GAtom22 Apr 22, 2024
93e226d
imp(app): remove unnecessary init function in test helpers file (#2498)
MalteHerrmann Apr 22, 2024
853ea38
chore(upgrade): backport v18 changes to main (#2500)
GAtom22 Apr 23, 2024
d0ddd88
imp(evm): Add evm hook logic again (#2501)
ramacarlucho Apr 23, 2024
994f54d
chore(erc20): re-add deleted erc20 evm hooks (#2502)
ramacarlucho Apr 23, 2024
b46ed25
chore(cli): re-introduce convert coin txn for erc20 module (#2503)
ramacarlucho Apr 23, 2024
80be866
refactor: Repeated parsing of packetData (#2504)
fx0x55 Apr 24, 2024
688644b
build(deps): bump bufbuild/buf-setup-action from 1.30.1 to 1.31.0 (#2…
dependabot[bot] Apr 24, 2024
45e4ecd
chore: remove outdated localnet setup (#2509)
GAtom22 Apr 24, 2024
ca748a4
build(deps): bump github/super-linter from 5 to 6 (#2506)
dependabot[bot] Apr 25, 2024
8dd3b32
refactor: Delete unused keeper interface (#2510)
fx0x55 Apr 25, 2024
29a44c7
perf: Move the check moduleAddress before reading the db (#2511)
fx0x55 Apr 25, 2024
afa1ef3
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (…
dependabot[bot] Apr 25, 2024
98ec84f
build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 (#2513)
dependabot[bot] Apr 25, 2024
65d33f9
chore(vesting): add lockedUpVested delegations in LockedCoins calcula…
GAtom22 Apr 26, 2024
dfe1655
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 (#2…
dependabot[bot] Apr 29, 2024
665c748
build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 (…
dependabot[bot] Apr 30, 2024
ccd94e0
build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (#…
dependabot[bot] Apr 30, 2024
e3e2794
build(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#2524)
dependabot[bot] Apr 30, 2024
fe249a0
feat(str): STRV2 bookkeeping (#2508)
ramacarlucho Apr 30, 2024
91319d2
imp(contracts): Improve make command to compile smart contracts (#2487)
MalteHerrmann May 1, 2024
2a8fcf0
chore(v19): add upgrade handler (#2533)
ramacarlucho May 2, 2024
98bdb09
imp(precompiles): Remove Outposts precompiles (#2529)
facs95 May 2, 2024
543a0de
build(deps): bump crytic/slither-action from 0.3.2 to 0.4.0 (#2534)
dependabot[bot] May 2, 2024
ef9d477
build(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (…
dependabot[bot] May 7, 2024
2208ab2
build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 (…
dependabot[bot] May 7, 2024
bed85aa
chore(nix-tests): update rust version (#2546)
GAtom22 May 7, 2024
344049b
build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 (#2539)
dependabot[bot] May 7, 2024
e333c40
build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#…
dependabot[bot] May 8, 2024
6894d69
build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 (#2543)
dependabot[bot] May 8, 2024
63ce14b
fix(precompiles): update secp256r1 precompile bech32 addr (#2550)
GAtom22 May 8, 2024
66a02dc
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#2…
dependabot[bot] May 8, 2024
86a17c6
build(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 (…
dependabot[bot] May 9, 2024
7aed7b6
chore: replacing safu document (#2536)
sandoche May 9, 2024
d88e9c5
build(deps): bump golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18 …
dependabot[bot] May 10, 2024
c3923a2
build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 (#2545)
dependabot[bot] May 10, 2024
27e8ebf
chore(docker): update rclone dep (#2554)
GAtom22 May 13, 2024
0c5f7db
feat(jsonrpc): add support for allow-insecure-unlock (#2375)
timwhite2 May 13, 2024
c364d54
chore(deps): update go-getter to v1.7.4 (#2555)
GAtom22 May 14, 2024
af0b1d1
[Snyk] Security upgrade golang from 1.22.2-bullseye to 1.22.3-bullsey…
fedekunze May 15, 2024
1987b81
fix(changelog): add missing PR to changelog (#2561)
0xstepit May 16, 2024
211b644
fix(evm): duplicate event emitting (#2559)
Vvaradinov May 17, 2024
9388577
build(deps): bump bufbuild/buf-setup-action from 1.31.0 to 1.32.0 (#2…
dependabot[bot] May 22, 2024
e4ced05
build(deps): bump cachix/install-nix-action from 26 to 27 (#2562)
dependabot[bot] May 22, 2024
5992398
build(deps): bump cachix/cachix-action from 14 to 15 (#2566)
dependabot[bot] May 23, 2024
28be1e5
imp(staking): implement the EditValidator function for staking precom…
luchenqun May 23, 2024
6da8622
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 (#2…
dependabot[bot] May 23, 2024
696c42b
build(deps): bump bufbuild/buf-setup-action from 1.32.0 to 1.32.1 (#2…
dependabot[bot] May 23, 2024
6afe636
build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#2558)
dependabot[bot] May 23, 2024
fad3d97
chore: fix typos (#2570)
omahs May 29, 2024
69f312e
build(deps): bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 (#2…
dependabot[bot] May 29, 2024
48d7d40
build(deps): bump bufbuild/buf-setup-action from 1.32.1 to 1.32.2 (#2…
dependabot[bot] May 30, 2024
e580b65
build(deps): bump alpine from 3.19 to 3.20 (#2569)
dependabot[bot] May 30, 2024
7ec0ad4
build(deps): bump github.com/linxGnu/grocksdb from 1.8.14 to 1.9.1 (#…
dependabot[bot] May 30, 2024
9cb831e
build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0…
dependabot[bot] May 30, 2024
7db8cca
chore: fix wrong error message (#2581)
0xstepit May 31, 2024
86e1761
imp: use config.Bech32Prefix instead of evmos (#2574)
luchenqun May 31, 2024
1b54163
chore(evm): Move CallEVM and CallEVMWithData to evm module (#2594)
Vvaradinov Jun 3, 2024
7332308
chore(app): backport v18.1 changes to main (#2596)
GAtom22 Jun 3, 2024
eb9d6b1
chore: make function comments match function names (#2598)
tcpdumppy Jun 4, 2024
5ab9bb2
fix(docker): Update Git version in Dockerfile (#2601)
MalteHerrmann Jun 5, 2024
5f0e5e4
build(deps): bump golang from 1.22.3-alpine3.20 to 1.22.4-alpine3.20 …
dependabot[bot] Jun 5, 2024
4d3e869
build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 (#2604)
dependabot[bot] Jun 5, 2024
81928f2
build(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (#2603)
dependabot[bot] Jun 5, 2024
6938440
feat(evm): Add PermissionsPolicy for permissioned EVM (#2538)
facs95 Jun 6, 2024
663e4cb
chore(docker): update docker dep (#2610)
GAtom22 Jun 7, 2024
f657686
Revert "chore(erc20): re-add deleted erc20 evm hooks (#2502)" & remov…
GAtom22 Jun 7, 2024
e237edb
Revert "imp(evm): Add evm hook logic again (#2501)" (#2608)
GAtom22 Jun 7, 2024
e813f30
imp(evm): Move OpcodeHooks into types (#2611)
facs95 Jun 7, 2024
adb7b91
fix(contracts): Remove unused contract and make script compatible wit…
MalteHerrmann Jun 10, 2024
e1d830f
build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 (#…
dependabot[bot] Jun 10, 2024
28ea5b7
imp: add integration test for precompile tx `CreateValidator` (#2575)
luchenqun Jun 10, 2024
4dcb43d
chore(precompiles): update distribution precompile (#2614)
GAtom22 Jun 11, 2024
76ce66d
build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#…
dependabot[bot] Jun 11, 2024
317206d
imp: add integration test for precompile tx `EditValidator` (#2576)
luchenqun Jun 11, 2024
2d2f357
imp(precompiles): Add unit test to ensure correct Bech32 addresses fo…
MalteHerrmann Jun 11, 2024
dd43f33
build(deps): bump the npm_and_yarn group across 3 directories with 2 …
dependabot[bot] Jun 13, 2024
2628978
feat(precompile): add `FundCommunityPool` precompile tx for distribut…
luchenqun Jun 13, 2024
2c3b6f5
build(deps): bump github.com/cosmos/ibc-go/v7 from 7.4.0 to 7.5.0 (#2…
dependabot[bot] Jun 14, 2024
3e83515
build(deps): bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (#2…
dependabot[bot] Jun 14, 2024
27a68ee
build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 (#…
dependabot[bot] Jun 14, 2024
907a7de
build(deps): bump docker/build-push-action from 5 to 6 (#2622)
dependabot[bot] Jun 17, 2024
d808206
build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2623)
dependabot[bot] Jun 17, 2024
39195bf
Change anteutils.TxFeeChecker to authante.TxFeeChecker (#2619)
GNaD13 Jun 17, 2024
c750e00
chore: clean changelog (#2628)
0xstepit Jun 19, 2024
e0470c2
build(deps): bump github.com/cosmos/ibc-go/v7 from 7.5.2-0.2024060706…
dependabot[bot] Jun 20, 2024
d2cad75
build(deps-dev): bump ws from 7.5.9 to 7.5.10 in /contracts in the np…
dependabot[bot] Jun 20, 2024
c6f7fcf
imp(tests): Add function to get ERC-20 balance to integration utils (…
MalteHerrmann Jun 21, 2024
30a03e9
build(deps): bump github.com/cometbft/cometbft from 0.37.5 to 0.38.7
dependabot[bot] Jun 26, 2024
cca3f85
update gomod2nix.toml file
dependabot[bot] Jun 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 0 additions & 13 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,3 @@

# Primary (global) repo maintainers
* @evmos/core-engineering

# Documentation
docs/ @danburck

# Evmos Modules
x/claims/ @ramacarlucho
x/epochs/ @ramacarlucho
x/erc20/ @ramacarlucho @hanchon
x/revenue/ @ramacarlucho
x/incentives/ @ramacarlucho
x/inflation/ @ramacarlucho
x/recovery/ @ramacarlucho
x/vesting/ @ramacarlucho
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Bug report
description: Create a report to help us squash bugs!
title: "[Bug]: "
labels: ["T:bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Before smashing the submit button please review the template.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search existing issues to avoid creating duplicates.
options:
- label: I have searched the existing issues
required: true

- type: textarea
id: what-happened
attributes:
label: What happened?
description: What did you expect to happen? If applicable add screenshots to explain your problem
placeholder: Tell us what you see!
validations:
required: true
- type: input
attributes:
label: Evmos Version
description: If applicable, specify which version you're using
placeholder: 0.16.0, 0.16.1, main, etc.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce?
description: If applicable could you describe how we could reproduce the bug
placeholder: Tell us what how to reproduce the bug!
validations:
required: false
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Feature Request
description: Create a proposal to request a feature
title: "[Feature]: "
labels: ["T:feature-request"]
body:
- type: markdown
attributes:
value: |
✰ Thanks for opening an issue! ✰
- type: textarea
id: summary
attributes:
label: Summary
description: |
What are the user needs?
How could this solution fix the user facing problem?
placeholder: Short, concise description of the proposed feature/changes to the repository
validations:
required: true
- type: textarea
id: issue
attributes:
label: Issue Definition
description: |
If applicable please answer the below questions
Why do we need this feature?
What issues may be addressed by introducing this feature?
What benefits does Evmos stand to gain by including this feature?
Are there any disadvantages to including this feature?
placeholder: Description of the issue being faced
validations:
required: false
- type: textarea
id: proposal
attributes:
label: Proposed Feature
description: |
Description of the proposed features or changes to an existing feature to meet your needs
placeholder: Description of the proposed feature(s)
validations:
required: true
42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
55 changes: 17 additions & 38 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,28 @@
## Description
# Description

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review.
-->
are the most critical to review. -->

----
<!-- Please keep your PR as draft until it's ready for review -->

Closes #XXX
<!-- Pull requests that sit inactive for longer than 30 days will be closed. -->

<!--
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! ✰
v Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
Closes: #XXXX

**All** items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

PR review checkboxes:
---

I have...

- [ ] added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
- [ ] included the correct
[type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] targeted the correct branch
(see [PR Targeting](https://github.com/evmos/evmos/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link in the PR description to the relevant issue or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all required CI checks have passed
## Author Checklist

Code maintenance:
**All** items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

- [ ] written unit and integration [tests](https://github.com/evmos/evmos/blob/main/CONTRIBUTING.md#testing)
- [ ] added relevant [`godoc`](https://go.dev/blog/godoc) and [code comments](https://blog.jbowen.dev/2019/09/the-magic-of-go-comments/).
- [ ] updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)

______
- [ ] tackled an existing issue or discussed with a team member
- [ ] left instructions on how to review the changes
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/evmos/evmos/blob/main/CONTRIBUTING.md#pr-targeting))

### Reviewers Checklist
## Reviewers Checklist

**All** items are required.
Please add a note if the item is not applicable
Expand All @@ -51,10 +31,9 @@ if you only reviewed selected items.

I have...

- [ ] confirmed the correct
[type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
- [ ] confirmed all author checklist items have been addressed
- [ ] confirmed that this PR does not change production code

-->
- [ ] reviewed content
- [ ] tested instructions (if applicable)
- [ ] confirmed all CI checks have passed
48 changes: 20 additions & 28 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
reviewers:
- fedekunze
- khoslaventures
- danburck
labels:
- dependencies
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
reviewers:
- fedekunze
- khoslaventures
- danburck
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
labels:
- dependencies
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
86 changes: 57 additions & 29 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,57 @@
"C:Proto":
- proto/**/*
- third_party/**/*
- /**/*.pb.go
- /**/*.pb.gw.go
"C:Types":
- types/**/*
"Type: Build":
- Makefile
- Dockerfile
- docker-compose.yml
- scripts/*
- config.yml
"Type: CI":
- .github/**/*.yml
- buf.yaml
- .mergify.yml
- .golangci.yml
"C:CLI":
- client/**/*
- x/*/client/**/*
"Type: Tests":
- tests/**/*
- /**/*/*_test.go
"Type: Docs":
- docs/**/*
- x/*/spec/**/*
"Type: ADR":
- docs/architecture/**/*
proto:
- changed-files:
- any-glob-to-any-file: [
"proto/**/*",
"**/*.pb.go",
"**/*.pb.gw.go"
]
types:
- changed-files:
- any-glob-to-any-file: [
"types/**/*",
]
build:
- changed-files:
- any-glob-to-any-file: [
"Makefile",
"Dockerfile",
"docker-compose.yml",
"scripts/*",
"config.yml",
]
CI:
- changed-files:
- any-glob-to-any-file: [
".github/**/*",
".mergify.yml",
".golangci.yml",
"buf.yaml",
]
CLI:
- changed-files:
- any-glob-to-any-file: [
"client/**/*",
"x/*/client/**/*",
]
tests:
- changed-files:
- any-glob-to-any-file: [
"tests/**/*",
"testutil/**/*",
"**/*_test.go",
]
contracts:
- changed-files:
- any-glob-to-any-file: [
"contracts/**/*",
"*.sol",
]
precompile:
- changed-files:
- any-glob-to-any-file: [
"precompiles/**/*",
]
release:
- base-branch: "^release/"
feature:
- head-branch: "^feat/"
29 changes: 29 additions & 0 deletions .github/workflows/ante-benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: AnteHandler Benchmark Tests

on:
pull_request:
branches:
- main

permissions: read-all

jobs:
ante-benchmark-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
app/ante/**.go
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
if: env.GIT_DIFF
- name: Run benchmark tests
run: go test -bench=. ./app/ante/... -benchtime=1000x
if: env.GIT_DIFF
Loading