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

Porting: auth module #3

Merged
merged 77 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from 53 commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
4ceccc6
POS-1956: solved conflicts
Raneet10 Oct 11, 2023
4d6140f
POS-1956: refactor ante decorators based on heimdall
marcello33 Dec 20, 2023
2f2ddd8
POS-1956: remove comment
marcello33 Dec 20, 2023
d9a7c37
POS-1956: revert some minor changes
marcello33 Dec 20, 2023
fcac051
chg: rename todo comments
marcello33 Dec 21, 2023
8123aa1
chg: comments
marcello33 Dec 22, 2023
8aceb4f
Addressed a few TODOs in auth (#2)
pratikspatil024 Jan 9, 2024
e75acca
add: generate proto files
marcello33 Jan 10, 2024
a2ec75d
chg: solve some TODOs
marcello33 Jan 10, 2024
9f51c06
chg: solve some TODOs / restore multiSign as this won't be anyway used
marcello33 Jan 11, 2024
657e46b
chg: solve some TODOs / restore original AccAddress due to new strategy
marcello33 Jan 16, 2024
a0c499c
chg: solve some TODOs / fix some tests / continue revert on AccAddress
marcello33 Jan 16, 2024
3ee22f2
chg: fix on signers loop
marcello33 Jan 16, 2024
9a15691
chg: fix on signers loop / 2
marcello33 Jan 16, 2024
39a464c
chg: fix some tests and skip others
marcello33 Jan 16, 2024
cf8ae78
chg: regress to AccAddress for keyring record
marcello33 Jan 16, 2024
c377f37
chg: implement Addresses as hex entities / fix build and tests (for a…
marcello33 Jan 17, 2024
68c4dd5
chg: fix build for other modules
marcello33 Jan 17, 2024
143ef85
chg: fix build for simapp / workaround for evidence module
marcello33 Jan 17, 2024
ed53734
chg: address more TODOs / use empty default prefix / fix build for pr…
marcello33 Jan 18, 2024
3cd34c2
chg: minor changes
marcello33 Jan 18, 2024
5191323
chg: modify auth README
marcello33 Jan 18, 2024
4beee86
chg: remove bech32 comments / fix address codec
marcello33 Jan 18, 2024
d3d57e3
chg: improve comments
marcello33 Jan 18, 2024
c1fd6e3
chg: rename hex codecs / add 0x prefix on address strings / fix tests…
marcello33 Jan 19, 2024
3d79d74
chg: add emptyness check on string method for address / restore origi…
marcello33 Jan 19, 2024
2fd330b
chg: more meaningful comments for the upcoming PR reviews
marcello33 Jan 19, 2024
7e59e70
chg: remove bech22-related code / remove hex prefix / replace feeColl…
marcello33 Jan 26, 2024
d2cc050
chg: address PR comments / temp comment out scheduled CI jobs
marcello33 Jan 29, 2024
a34d0f9
chg: delete pulp related files / fix typo
marcello33 Jan 29, 2024
7a803b3
chg: solve some TODOs / fix some tests and provide context for skippe…
marcello33 Jan 29, 2024
0884eac
chg: remove SetGasMeter call and fix mempool test accordingly
marcello33 Jan 31, 2024
b2d4799
chg: remove StdTxRaw
marcello33 Feb 1, 2024
f3cdd0f
chg: address PR comments
marcello33 Feb 2, 2024
b6079b5
chg: unskip other tests / distinguish TODO HV2 comments from HV2 comm…
marcello33 Feb 2, 2024
64f44d3
chg: fix VerifyAddressFormat / move fees reletad vars / remove ante h…
marcello33 Feb 13, 2024
12da55e
chg: skip AccountProcessors for the time being in depInject / Re-enab…
marcello33 Feb 15, 2024
9486518
chg: increase test balances to pay for the DefaultMaxFee in heimdall …
marcello33 Feb 15, 2024
b964fe7
chg: update a comment
marcello33 Feb 16, 2024
c03d58f
chg: remove AccountProcessors until implemented at the end of migration
marcello33 Feb 16, 2024
eb1099d
chg: add a TODO comment for HV2 sigVerify
marcello33 Feb 19, 2024
4e6b2cb
fix typo in client/keys/show.go
marcello33 Feb 21, 2024
bb8d126
chg: better comment for a TODO case
marcello33 Feb 22, 2024
aedf199
chg: better comment on TODO action
marcello33 Feb 22, 2024
1d5b4de
chg: add comment for credentials tests
marcello33 Feb 23, 2024
41586e7
chg: simplify txFeesSum for keeper_test
marcello33 Feb 26, 2024
cc3c0b1
chg: fix comment on AddressBytesToString method
marcello33 Feb 26, 2024
72a91eb
chg: fix comment on AddressBytesToString method /2
marcello33 Feb 26, 2024
53184ba
chg: disable multisig
marcello33 Feb 26, 2024
c49d478
chg: implement cometBFT changes and adapt tests accordingly
marcello33 Feb 27, 2024
d083758
chg: address PR comments
marcello33 Feb 27, 2024
7509eb1
Merge branch 'mardizzone/POS-1956-auth' into mardizzone/POS-2511-auth
marcello33 Feb 27, 2024
75d2228
chg: better context for HV2 TODOs
marcello33 Feb 29, 2024
1a27c66
Merge branch 'mardizzone/POS-1956-auth' into mardizzone/POS-2511-auth
marcello33 Feb 29, 2024
e3a7a8e
chg: address comments to remove PublicKey_Secp256K1 cases
marcello33 Feb 29, 2024
5090ab2
chg: updated cometBFT version to first 0xPolygon release
marcello33 Mar 1, 2024
d3b8a83
chg: address PR comments
marcello33 Mar 5, 2024
fdf810e
chg: address PR comments
marcello33 Mar 6, 2024
e11d26f
chg: go mod tidy all
marcello33 Mar 7, 2024
0e2036e
chg: merge auth
marcello33 Mar 7, 2024
6e6c75e
Merge branch 'mardizzone/POS-1956-auth' into mardizzone/POS-2511-auth
marcello33 Mar 7, 2024
c548cd3
chg: go mod tidy
marcello33 Mar 7, 2024
018f92a
chg: fix tests
marcello33 Mar 7, 2024
5e0b70e
chg: fix TestAminoUnmarshalJSON
marcello33 Mar 7, 2024
e64ddcb
chg: add DefaultFeeInMatic concept in auth README
marcello33 Mar 8, 2024
f98b3ae
Merge branch 'mardizzone/POS-1956-auth' into mardizzone/POS-2511-auth
marcello33 Mar 8, 2024
722da0a
chg: address comments
marcello33 Mar 13, 2024
a852574
chg: better comment on panic
marcello33 Mar 13, 2024
f848064
chg: remove vesting accounts from RandomGenesisAccounts during simula…
marcello33 Mar 15, 2024
fe23fc4
chg: merge develop
marcello33 Mar 15, 2024
b48bfdf
chg: merge mardizzone/POS-2511-auth
marcello33 Mar 15, 2024
d86dab8
chg: update go deps for sdk and simapp
marcello33 Mar 15, 2024
b2da314
chg: removed comment for HFs
marcello33 Mar 18, 2024
7276d2a
chg: remove heimdall types
marcello33 Mar 18, 2024
aceef00
chg: fix keyring tests
marcello33 Mar 21, 2024
4e252ce
Porting: gov module (#7)
marcello33 Apr 8, 2024
5781487
Porting: bank module (#5)
Raneet10 Apr 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
508 changes: 254 additions & 254 deletions .github/dependabot.yml

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions .github/workflows/clean-action-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Remove GitHub Action Old Artifacts

on:
schedule:
# Every day at 1am
- cron: "0 1 * * *"

jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: "7 days"
#name: Remove GitHub Action Old Artifacts
#
#on:
# schedule:
# # Every day at 1am
# - cron: "0 1 * * *"
#
#jobs:
# remove-old-artifacts:
# runs-on: ubuntu-latest
# timeout-minutes: 30
#
# steps:
# - name: Remove old artifacts
# uses: c-hive/gha-remove-artifacts@v1
# with:
# age: "7 days"
4 changes: 2 additions & 2 deletions .github/workflows/sims-045.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Sims release/0.45.x
# Sims workflow runs multiple types of simulations (nondeterminism, import-export, after-import, multi-seed-short)
# This workflow will run on all Pull Requests, if a .go, .mod or .sum file have been changed
on:
schedule:
- cron: "0 0,12 * * *"
# schedule:
# - cron: "0 0,12 * * *"
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sims-046.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Sims release/0.46.x
# Sims workflow runs multiple types of simulations (nondeterminism, import-export, after-import, multi-seed-short)
# This workflow will run on all Pull Requests, if a .go, .mod or .sum file have been changed
on:
schedule:
- cron: "0 0,12 * * *"
# schedule:
# - cron: "0 0,12 * * *"
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sims-047.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Sims release/0.47.x
# Sims workflow runs multiple types of simulations (nondeterminism, import-export, after-import, multi-seed-short)
# This workflow will run on all Pull Requests, if a .go, .mod or .sum file have been changed
on:
schedule:
- cron: "0 0,12 * * *"
# schedule:
# - cron: "0 0,12 * * *"
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sims-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Sims Nightly (Long)
# Release Sims workflow runs long-lived (multi-seed & large block size) simulations
# This workflow only runs mightly at 8am UTC and on releases
on:
schedule:
- cron: "0 8 * * *"
# schedule:
# - cron: "0 8 * * *"
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Sims
# Sims workflow runs multiple types of simulations (nondeterminism, import-export, after-import, multi-seed-short)
# This workflow will run on all Pull Requests, if a .go, .mod or .sum file have been changed
on:
schedule:
- cron: "0 */2 * * *"
# schedule:
# - cron: "0 */2 * * *"
release:
types: [published]

Expand Down
52 changes: 26 additions & 26 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: "Close stale issues & pull requests"
on:
schedule:
- cron: "0 0 * * *"

permissions:
contents: read

jobs:
stale:
permissions:
issues: write # for actions/stale to close stale issues
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: "This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions."
days-before-stale: -1
days-before-close: -1
days-before-pr-stale: 30
days-before-pr-close: 4
exempt-pr-labels: "pinned, security, proposal, blocked"
#name: "Close stale issues & pull requests"
#on:
# schedule:
# - cron: "0 0 * * *"
#
#permissions:
# contents: read
#
#jobs:
# stale:
# permissions:
# issues: write # for actions/stale to close stale issues
# pull-requests: write # for actions/stale to close stale PRs
# runs-on: ubuntu-latest
# steps:
# - uses: actions/stale@v8
# with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# stale-pr-message: "This pull request has been automatically marked as stale because it has not had
# recent activity. It will be closed if no further activity occurs. Thank you
# for your contributions."
# days-before-stale: -1
# days-before-close: -1
# days-before-pr-stale: 30
# days-before-pr-close: 4
# exempt-pr-labels: "pinned, security, proposal, blocked"
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)

# process build tags
build_tags = netgo
build_tags += app_v1
ifeq ($(LEDGER_ENABLED),true)
ifeq ($(OS),Windows_NT)
GCCEXE = $(shell where gcc.exe 2> NUL)
Expand Down
Loading
Loading