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

v0.42.x with iavl fast node #405

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
ca4b7dc
fix: file keyring fails to add/import/export keys when input is not s…
mergify[bot] Aug 10, 2021
52dd157
fix: Fix CLI query tx docs for acc/seq (#9942) (#9951)
mergify[bot] Aug 17, 2021
be188d0
build(deps): bump TM to v0.34.12 (backport #9956) (#9961)
mergify[bot] Aug 17, 2021
f2917eb
perf: Remove telemetry from wrappings of store (backport #10077) (#10…
mergify[bot] Sep 9, 2021
1af4f49
docs: update to v0.44 version tag (#10069) (#10097)
mergify[bot] Sep 10, 2021
16e6b08
fix!: update ABCI query to use request height (backport #9879) (#10144)
mergify[bot] Sep 15, 2021
1496ba7
fix: use keyring in config for add-genesis-account cmd (backport #996…
mergify[bot] Sep 16, 2021
2e871eb
build(deps): bump github.com/tendermint/tendermint from 0.34.12 to 0.…
mergify[bot] Sep 16, 2021
a7e5071
perf: Make CacheKV store interleaved iterator and insertion not O(n^2…
mergify[bot] Sep 17, 2021
a062a5a
chore: bump IAVL version (backport #10040) (#10186)
mergify[bot] Sep 17, 2021
9c91f5c
feat: backport reject redundant transactions from ibc-go (#10211)
crodriguezvega Sep 28, 2021
58270e8
chore: Changelog and Release Notes for 0.42.10 (#10242)
amaury1093 Sep 28, 2021
a5abf6c
fix: --home flag parsing (backport #10226) (#10272)
mergify[bot] Oct 11, 2021
9b04856
fix: null guard for tx fee amounts (backport #10327) (#10343)
mergify[bot] Oct 12, 2021
51dd007
perf: Only do memory allocation when zero coin is found (backport #10…
mergify[bot] Oct 14, 2021
2ba1471
build(deps): bump github.com/tendermint/tendermint from 0.34.13 to 0.…
mergify[bot] Oct 15, 2021
2a1409b
fix: unmarshalling issue with multisig keys in master (backport #1006…
mergify[bot] Nov 9, 2021
05fb0ee
fix: query account balance by ibc denom (backport #10394) (#10524)
mergify[bot] Nov 12, 2021
8ee89b1
chore: Iavl iterator (backport #10544) (#10546)
mergify[bot] Nov 16, 2021
95a022a
build(deps): Bump github.com/cosmos/iavl from 0.17.2 to 0.17.3 (backp…
mergify[bot] Dec 2, 2021
769766c
fix: Add Events to TxResponse (backport #10630) (#10644)
mergify[bot] Dec 2, 2021
027b8f1
fix: bech32 address test to satisfy the specification (#10163) (#1016…
mergify[bot] Dec 2, 2021
ae9c4ea
build(deps): Use self-maintained btcutil (#10082) (backport #10201) (…
mergify[bot] Dec 6, 2021
01fac64
chore: v0.42.11 changelog and release notes (#10695)
amaury1093 Dec 7, 2021
c81d3d6
perf: Speedup cachekv iterator on large deletions & IBC v2 upgrade lo…
mergify[bot] Dec 13, 2021
26d573e
fix: populate ctx.ConsensusParams for begin blockers (backport #10725…
mergify[bot] Dec 16, 2021
165a76c
cosmos-sdk v0.42.x, modernized for easier migrations
faddat Dec 27, 2022
4ed07f6
182 scopelint issues remaining, 660 lint issues remaining
faddat Dec 27, 2022
0b0a26d
55 scopelint issues remaining, 522 lint issues remaining
faddat Dec 27, 2022
9414e7d
modify readme.md
faddat Dec 27, 2022
e67c862
373 linter issues remain
faddat Dec 27, 2022
d5f66a2
42-fixup
faddat Dec 27, 2022
e0003c9
v0.42.x-modern
faddat Jan 3, 2023
ca03d20
errchecks
faddat Jan 4, 2023
d9272ff
many lint fixes and test additions
faddat Jan 4, 2023
ffed9cc
lints completed
faddat Jan 4, 2023
9015743
bump iavl v19
Dec 28, 2022
0f34e6d
pass test case
Dec 28, 2022
af9243b
lints
faddat Jan 4, 2023
1a469fd
add governance hooks (#2)
sunnya97 Apr 17, 2021
7fc6e98
Add minimum commission rate to x/staking (#3)
sunnya97 May 17, 2021
60bfe09
Fix error msg
ValarDragon Jun 7, 2021
2584ac1
Try fixing simulator setup of commission rate params
ValarDragon Jun 8, 2021
23833d2
Speedup to params simulation
ValarDragon Jun 8, 2021
3613394
Speedup to params simulation
ValarDragon Jun 8, 2021
5b5b0ff
Lower the amount of entropy required for making a param change proposal
ValarDragon Jun 8, 2021
4a86723
Make this no longer be a coupon collector problem, only O(N) calls to…
ValarDragon Jun 8, 2021
2512195
delayed vesting account original veesting coins modifier
antstalepresh Jun 10, 2021
16f21ad
add modified bank keeper
antstalepresh Jun 10, 2021
33a8b98
TestDelayedVestingAccountSend
antstalepresh Jun 10, 2021
bc9a943
send coins not fail
antstalepresh Jun 10, 2021
8708e02
add todo
antstalepresh Jun 10, 2021
f3abbf7
Fix the original vesting coins
ValarDragon Jun 10, 2021
2f3bc4d
remove powerreduction
sunnya97 Jun 12, 2021
9162d27
allocate multiple genesis coins on bank simulation (#9)
mconcat Jun 16, 2021
d8e9f3c
min commission rate check on create validator (#11)
antstalepresh Jun 22, 2021
0beec50
MustUpdateValidatorCommission
ValarDragon Jun 30, 2021
1f3b55a
copy fix from cosmos/cosmos-sdk#9540 (#14)
jlandrews Jul 5, 2021
3a40994
Gate the change to processing of CreateValidatorMsg based on block he…
ValarDragon Aug 3, 2021
8c67157
Change upgrade block to 712000
ValarDragon Aug 6, 2021
44a8b5a
Add inplace decimal operations (#10)
mconcat Jun 22, 2021
3f96d8d
V0.42.9 with cache kv improvement (#24)
ValarDragon Aug 28, 2021
d5770b2
Lower number of regex calls in coins.AmountOf (#25)
ValarDragon Aug 28, 2021
eaa602e
Remove telemetry from wrappings of store (#29)
ValarDragon Sep 2, 2021
c7cd5bd
Improve events heap allocations (#27)
ValarDragon Sep 2, 2021
c24531a
Deduplicate bech32 encoding
ValarDragon Sep 2, 2021
8b5a6fb
Improve the speed of coins.String()
ValarDragon Sep 3, 2021
38cfcaf
fix store
faddat Jan 7, 2023
3d6f65f
golangci-lint run ./... --fix
faddat Jan 7, 2023
acbd63b
comment out examples in hdpath_test.go
faddat Jan 7, 2023
a14b649
all tests pass
faddat Jan 7, 2023
3f5a89e
tidy
faddat Jan 7, 2023
64a4338
use pebble only
faddat Jan 7, 2023
aa5464a
Merge remote-tracking branch 'osmosis/v0.42.9-osmo-v3' into faddat/v0…
faddat Jan 8, 2023
e24d0ac
this will never migrate legacy keyes
faddat Jan 8, 2023
34158f0
correct a duplicate line in staking module params
faddat Jan 8, 2023
b1e0e51
remove a //nolint
faddat Jan 8, 2023
2c98037
incomplete
faddat Jan 8, 2023
537726a
final pass
faddat Jan 16, 2023
61f7c67
update version of go used in workflows
faddat Jan 18, 2023
18d1326
use go install
faddat Jan 18, 2023
3dd81ca
use go1.19
faddat Jan 18, 2023
d99780d
fix snapshot test for 1.19
faddat Jan 18, 2023
d4f02c4
disable race test
faddat Jan 18, 2023
80368f2
update ledger library
faddat Jan 18, 2023
d3fcd68
use tagged tm-db
faddat Jan 18, 2023
c2c95fe
remove unused db's
faddat Jan 18, 2023
b3fc85a
disable liveness test due to incompatible rbuild
faddat Jan 18, 2023
9d6336e
remove 32 bit arm
faddat Jan 18, 2023
9e6408e
remove proto-check-breaking
faddat Jan 18, 2023
4ae376f
use go install for runsim
faddat Jan 18, 2023
3d92131
use go install for runsim
faddat Jan 18, 2023
7745c0f
specify pebble in utils.go
faddat Jan 18, 2023
c68cd71
use pebble that doesn't need a build tag
faddat Jan 18, 2023
19719de
print golangci issues
faddat Jan 18, 2023
55b8e7a
update lint
faddat Jan 18, 2023
ef063fd
add pebble to failing test
faddat Jan 18, 2023
e832824
ci should not be conditional, longer lint timeout
faddat Jan 18, 2023
f6f2497
remove sims
faddat Jan 18, 2023
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
  •  
  •  
  •  
64 changes: 0 additions & 64 deletions .circleci/config.yml

This file was deleted.

37 changes: 18 additions & 19 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
name: Lint
# Lint runs golangci-lint over the entire cosmos-sdk repository
# This workflow is run on every pull request and push to master
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed.
name: golangci-lint
on:
pull_request:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: golangci-lint
name: lint
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
- uses: actions/setup-go@v3
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: golangci/golangci-lint-action@master
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.39
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
args: --timeout 15m
21 changes: 0 additions & 21 deletions .github/workflows/proto.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: install runsim
run: |
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/[email protected]
go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/[email protected]
with:
path: ~/go/bin
Expand Down
155 changes: 0 additions & 155 deletions .github/workflows/sims.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/[email protected]
with:
go-version: 1.15
go-version: 1.19
- name: Unshallow
run: git fetch --prune --unshallow
- name: Create release
Expand Down
Loading