Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

feat: Rollkit updated main #1482

Merged
merged 93 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
8b51f1c
feat(ci): cancel in progress for e2e
Nov 6, 2023
b5aa662
feat(ci): cancel in progress for e2e
Nov 6, 2023
7f92743
fix(ci): cancel seperately
Nov 6, 2023
0d4f663
chore(ci): `v0.0.1-alpha` backport
Nov 7, 2023
7669b98
chore(ci): backport
Nov 7, 2023
45696b1
chore(deps): `pkg.berachain.dev` => `github.com/berachain` (#1294)
Nov 7, 2023
9eacb8c
chore(deps): Move to cosmos-sdk `v0.50` official release (#1296)
Nov 7, 2023
0e20344
fix(readme): fix folder structure (#1298)
Nov 7, 2023
578f715
fix(readme): fix typo
Nov 7, 2023
433f761
fix(cosmos): Avoid usage of sdk.NewCoin to prevent unnecessary panics…
calbera Nov 8, 2023
98379d0
chore(precompile): Protect precompile panics from halting chain (#1303)
calbera Nov 9, 2023
d1ffd73
fix(eth/polar): fix typos (#1307)
dbadoy Nov 15, 2023
4948099
chore(license): add `rollkit` license. (#1316)
Nov 17, 2023
b12b9a5
fix(mempool): allow sdk.Tx's to not fail `checkTx` (#1318)
Nov 20, 2023
9bf873e
chore(tag): tag `contracts`
Nov 21, 2023
70057a0
tag `lib`
Nov 21, 2023
5b1e72b
tag `eth`
Nov 21, 2023
ee59d43
chore(tag): tag `cosmos`
Nov 21, 2023
ae51e85
chore(mocks): update mockery
Nov 22, 2023
e922486
chore(deps): prep v0.0.2-alpha release cycle
Nov 22, 2023
5eeed56
feat(test): Added test to call contract's read method (#1324)
hunter-bera Nov 23, 2023
5a2548d
chore: fix typos in comment (#1325)
taeguk Nov 23, 2023
ed341de
chore(txpool): fix typo (#1328)
taeguk Nov 27, 2023
822855a
refactor(type-alias): pruning go-ethereum type alias (#1329)
hunter-bera Nov 27, 2023
43774ce
fix: fix the wrong description about `polard` binary (#1338)
lilasxie Nov 30, 2023
3294140
chore(distribution): Test calling query view methods in distribution …
calbera Dec 6, 2023
5c432b9
chore(eth): typo fix (#1345)
IssouChancla Dec 11, 2023
bcf046e
fix: fix the false comments at DistributionWrapper.sol (#1348)
ethisscam Dec 11, 2023
a701588
feat(telemetry): add timing operations (#1343)
Dec 11, 2023
c53168f
feat(backend): allow pre eip-155 txs (#1346)
Dec 11, 2023
3e15417
chore(deps): bump `cosmos-sdk` to `v0.50.2` and bump `polaris-geth` t…
Dec 13, 2023
ec2a093
feat(mempool): Eject `txs` from CometBFT mempool after `Lifetime` (#1…
Dec 14, 2023
66c93b9
chore(deps): bump `cosmos-sdk` for datadog pr inclusion (#1362)
Dec 18, 2023
58177db
chore(release): prep v0.0.3-alpha release cycle
Dec 18, 2023
a41940c
feat(rpc): implement `debug` api (#1340)
Dec 18, 2023
a3909e9
chore(eth): go mod update (#1372)
ocnc Dec 19, 2023
f3c58d4
chore(cosmos): update cosmos go mod (#1373)
ocnc Dec 19, 2023
51a8e90
chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /build…
dependabot[bot] Dec 19, 2023
24a83c3
chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /e2e/p…
dependabot[bot] Dec 19, 2023
c0243aa
chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /e2e/l…
dependabot[bot] Dec 19, 2023
2dae35a
chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /contr…
dependabot[bot] Dec 19, 2023
be4c7ac
chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /cosmo…
dependabot[bot] Dec 19, 2023
ec54d84
chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /e2e/t…
dependabot[bot] Dec 19, 2023
42ff5d4
chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /eth (…
dependabot[bot] Dec 19, 2023
920eba9
chore(deps): bump geth to `v1.13.7` (#1374)
Dec 19, 2023
e0f9cf6
chore(deps): begin `v0.0.5-alpha` release cycle
Dec 19, 2023
954216b
chore(deps): bump and lint mockery
Jan 4, 2024
32256e8
fix(test): fix nil ptr issue in test
Jan 4, 2024
b0f56ef
fix(cosmos): fix typos (#1386)
dbadoy Jan 4, 2024
b0ffa67
chore(deps): bump go
Jan 4, 2024
4be15ef
fix(hood-ante): I hate this so much (#1391)
Jan 4, 2024
0ec98f5
fix(eth): Fix issue with validateArg() under certain scenarios (#1393)
mycodecrafting Jan 6, 2024
0d874f0
fix(tests): Fix estimate gas tests and linter (#1394)
Jan 9, 2024
44fbc24
fix(linter): validateArgsMethod
Jan 9, 2024
0855077
fix(gov): Add value decoder for attribute key "sender" (#1397)
calbera Jan 9, 2024
759c0b0
fix(miner): Fix issue seen in prepare proposal (#1396)
Jan 10, 2024
5f28546
chore(release): start `v0.1.2-alpha` release cycle (#1402)
Jan 10, 2024
6f8d547
feat(api): improve `web3_clientVersion` (#1404)
Jan 10, 2024
13911c3
chore(release): start v0.1.3-alpha release cycle (#1405)
Jan 10, 2024
05217e8
fix: some typos (#1412)
tranhoaison Jan 12, 2024
db6c10f
upgrade to latest rollkit v0.11.19
Jan 12, 2024
87cdff4
chore: proofreading ./cosmos (#1414)
dzizazda Jan 16, 2024
4649850
fix: typos (#1426)
GoodDaisy Jan 16, 2024
1922936
chore: update dependencies (#1430)
faddat Jan 17, 2024
fe13ecc
Revert "chore: update dependencies (#1430)"
Jan 17, 2024
69a6dd9
chore(deps): bump go-ethereum
Jan 17, 2024
5231214
chore(deps): bump go-ethereum
Jan 17, 2024
859c8d7
fix(mempool): Prevent runTx failures (#1425)
Jan 17, 2024
a6a8854
fix: Add check len msgs when process proposal (#1437)
tnv1 Jan 17, 2024
22f3f46
[feat]Add telemetry to monitor mempool (#1436)
po-bera Jan 17, 2024
599b11c
fix(context): SetLatestQueryContext in DeliverTx (#1435)
Jan 17, 2024
680f70e
Fix3 (#1438)
Jan 17, 2024
17ea475
update default configs for gpo
Jan 17, 2024
1fc6fc3
remove change
Jan 18, 2024
814e05c
release `cosmos/v0.1.6` & `eth/v0.1.6-alpha`
Jan 18, 2024
2472a4a
chore(tag): release `v0.1.6-alpha`
Jan 18, 2024
25fbe13
revert tele
Jan 18, 2024
7c1282c
chore(deps): bump `cometbft` to `v0.38.3`
Jan 20, 2024
249cffc
Ante imprvs (#1448)
Jan 20, 2024
7a15507
bing bong
Jan 20, 2024
c3cf22b
Fix: Error Handling for Commit Length in Miner Configuration (#1450)
duvbell Jan 21, 2024
f28608c
revert comet
Jan 22, 2024
d58ba10
chore(deps): downgrade cometbft
Jan 22, 2024
71e97b3
chore(chain): reduce cache sizes to improve memory usage
Jan 22, 2024
ec7dffc
fix(deps): upgrade cometbft to `0.38.5`
Jan 26, 2024
5980606
fix(mempool): properly mark txs as seen
Jan 31, 2024
863ecb0
chore(lint): fix linter
Jan 31, 2024
6c003aa
chore: removing duplicate namespace entries (#1440)
corduroybera Jan 31, 2024
a5b91d0
fix(evict): Switch to LRU to prevent removed transactions from being …
Jan 31, 2024
aa1107c
Merge remote-tracking branch 'upstream/main' into rollkit-updated-main
Feb 5, 2024
7a5f618
Merge branch 'rollkit-main' into rollkit-updated-main
gupadhyaya Feb 5, 2024
ec0abcf
minor fixes to import
Feb 6, 2024
af43862
fix more go.mod issues
Feb 6, 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
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# fail-fast: false
# matrix:
# language: ["go"]
# versions: [1.21.3]
# versions: [1.21.6]
# # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# # Use only 'java' to analyze code written in Java, Kotlin or both
# # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docs:
strategy:
matrix:
go-version: [1.21.3]
go-version: [1.21.6]
python-version: [3.11.5]
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
docker-type: [base] # Changed docker-version to docker-type for consistency with the Makefile
os: [polaris-linux-latest]
go-version: [1.21.3]
go-version: [1.21.6]
arch: [amd64] # Changed go-arch to arch for consistency with the Makefile
image-name: ["polard/base:v0.0.0"]
export-name: [base-image]
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
namespace: [cosmos]
docker-type: [localnet] # Changed docker-version to docker-type for consistency with the Makefile
os: [polaris-linux-latest]
go-version: [1.21.3]
go-version: [1.21.6]
arch: [amd64] # Changed go-arch to arch for consistency with the Makefile
base-image: [base-image]
image-name: ["polard/localnet:v0.0.0"]
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
strategy:
matrix:
os: [polaris-linux-latest]
go-version: [1.21.3]
go-version: [1.21.6]
base-image: [base-image]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
matrix:
namespace: ["e2e", "localnet"]
os: [polaris-linux-latest]
go-version: [1.21.3]
go-version: [1.21.6]
base-image: [localnet]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
args: ["build", "lint", "test-unit-race", "test-unit-cover"]
os: [polaris-linux-latest]
go-version: [1.21.3]
go-version: [1.21.6]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ node_modules
.next
next-env.d.ts
.env
.envrc
out

# docker test
Expand All @@ -237,3 +238,5 @@ artifacts

# integration testing coverage
coverage-test-unit-cover.txt

.direnv/
6 changes: 3 additions & 3 deletions build/scripts/cosmos.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TESTAPP_DIR = ./e2e/testapp
PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)

# process build tags
build_tags = netgo
build_tags = netgo pebbledb
ifeq ($(LEDGER_ENABLED),true)
ifeq ($(OS),Windows_NT)
GCCEXE = $(shell where gcc.exe 2> NUL)
Expand Down Expand Up @@ -69,8 +69,8 @@ comma := ,
build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))

# process linker flags
ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=sim \
-X github.com/cosmos/cosmos-sdk/version.AppName=simd \
ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=polard \
-X github.com/cosmos/cosmos-sdk/version.AppName=polard \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
-X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(build_tags_comma_sep)"
Expand Down
8 changes: 5 additions & 3 deletions build/scripts/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ proto-build:
# Variables
DOCKER_TYPE ?= base
ARCH ?= arm64
GO_VERSION ?= 1.21.3
GO_VERSION ?= 1.21.6
IMAGE_NAME ?= polard
IMAGE_VERSION ?= v0.0.0
BASE_IMAGE ?= polard/base:$(IMAGE_VERSION)
Expand Down Expand Up @@ -289,7 +289,7 @@ format:
@$(MAKE) license-fix buf-lint-fix forge-lint-fix golangci-fix

lint:
@$(MAKE) license buf-lint forge-lint golangci gosec
@$(MAKE) license forge-lint golangci gosec


#################
Expand Down Expand Up @@ -370,7 +370,9 @@ protoDir := "proto"

buf-install:
@echo "--> Installing buf"
@go install github.com/bufbuild/buf/cmd/buf
@if [ "$(shell uname)" = "Darwin" ]; then \
brew install bufbuild/buf/buf; \
fi

buf-lint-fix:
@$(MAKE) buf-install
Expand Down
Loading
Loading