Skip to content
Draft
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
5a40644
added Scalar UI to node, updated buf to v2
vexxvakan May 19, 2025
ef867f4
fixed proto gen
vexxvakan May 19, 2025
d576c62
cleaned up and improved proto scripts
vexxvakan May 20, 2025
603eb52
Update deps, Cosmos SDK 0.53.0
vexxvakan May 20, 2025
e803179
update required app wiring for sdk v0.53
vexxvakan May 20, 2025
e816a07
v30 upgrade handler
vexxvakan May 20, 2025
854a4a6
bumped interchaintest
vexxvakan May 20, 2025
cd87882
fix new v29 test to not use the local image but v29 instead
vexxvakan May 20, 2025
627394d
remove deprecated swagger instance
vexxvakan May 20, 2025
0c859ad
removed globalfee module
vexxvakan May 20, 2025
dc2a4b1
forked and adapted skip's feemarket module, removed globalfee module
vexxvakan May 21, 2025
9299abd
wired up feemarket in feepay module
vexxvakan May 21, 2025
ab856bf
added feemarket store key to app
vexxvakan May 21, 2025
4224194
fixed feemarket api route and non canonical MsgParams name
vexxvakan May 21, 2025
a0ae429
removed globalfee leftovers, WIP rework e2e suite
vexxvakan May 22, 2025
c6de955
fixed up more tests, cleaned up a lot (sorry for massive commit)
vexxvakan May 30, 2025
e46b42a
fully implemented feemarket
vexxvakan Jun 2, 2025
d23ef64
improve feemarket e2e tests
vexxvakan Jun 5, 2025
2ddefad
improve feemarket e2e tests
vexxvakan Jun 8, 2025
7e88be6
WIP! grpc steaming wrapper module, experimental
vexxvakan Jun 10, 2025
adae4b9
fixed node panic on stream sub
vexxvakan Jun 10, 2025
28084ec
improve app close handling, shutdown grpc streams on exit
vexxvakan Jun 10, 2025
2a9c5b3
make websocket subscriptions work
vexxvakan Jun 10, 2025
907b15d
improved connection handling and added detailed telemetry
vexxvakan Jun 10, 2025
1161f11
improved websocket closing and normalised data parsing
vexxvakan Jun 11, 2025
a7451da
add recoveries on panic to stop node from crashing
vexxvakan Jun 11, 2025
3dcfd45
added stream config to config.toml, increased connection security
vexxvakan Jun 11, 2025
52a2895
added circuit breaker middleware to streams
vexxvakan Jun 11, 2025
0e8e086
WIP, quick commit for backup
vexxvakan Jun 12, 2025
6b71287
clean up ws middleware
vexxvakan Jun 12, 2025
1f9574c
better websocket code structure
vexxvakan Jun 12, 2025
8c086d0
Remove accidentally committed HANDOVER.md
vexxvakan Jun 12, 2025
768016d
simplified ws implementation
vexxvakan Jun 12, 2025
0adfb22
even more simplification
vexxvakan Jun 12, 2025
8e444de
improve websocket implementation
vexxvakan Jul 6, 2025
ad0ac5e
lint and improve stream module
vexxvakan Jul 9, 2025
957d3d2
lint
vexxvakan Jul 9, 2025
dffe3e1
lint interchaintest
vexxvakan Jul 9, 2025
c92b1f7
fully implement feemarket
vexxvakan Oct 10, 2025
55d7cbd
rework Dockerfile and compose setup
vexxvakan Oct 15, 2025
dfced76
stricter lint + make file modernisation
vexxvakan Oct 15, 2025
af246d1
make use of new tool functionality, bump deps
vexxvakan Oct 15, 2025
bd708e4
lint tokenfactory and improve error handling
vexxvakan Oct 15, 2025
81317d0
lint x/mint and improve error handling, remove unused depinject leftover
vexxvakan Oct 15, 2025
dfb06db
lint x/feeshare and improve error handling
vexxvakan Oct 15, 2025
69ef25e
lint x/feepay and improve error handling
vexxvakan Oct 15, 2025
cf7afcb
lint x/feemarket, improve error handling, fix genesis denom error
vexxvakan Oct 15, 2025
80ba8b8
lint x/gov wrapper
vexxvakan Oct 15, 2025
f6e21ce
lint x/drip, improve error handling
vexxvakan Oct 15, 2025
772f7c8
lint x/cw-hooks
vexxvakan Oct 15, 2025
e623c5b
lint x/clock and improve error handling
vexxvakan Oct 15, 2025
c5851af
unify msg server error handling
vexxvakan Oct 15, 2025
dd6b07d
lint wasmbindings
vexxvakan Oct 15, 2025
d82934b
add missed tokenfactory msg server unify
vexxvakan Oct 15, 2025
4e1b5c7
lint testutil
vexxvakan Oct 15, 2025
41c8ca5
lint cmd
vexxvakan Oct 15, 2025
63ef9f8
lint and clean up app directory
vexxvakan Oct 15, 2025
890487d
improve error handling in new fee ante decorators, completes fix for …
vexxvakan Oct 15, 2025
d70ec52
remove previous upgrades, register v30 upgrade
vexxvakan Oct 15, 2025
9328f2f
fix license display on github, add NOTICE for completeness
vexxvakan Oct 15, 2025
f55c5c5
upgrade Interchaintest to official Cosmos version and implement new D…
vexxvakan Oct 15, 2025
88d2a52
clean up CI and utils
vexxvakan Oct 20, 2025
a5a06ad
bump deps
vexxvakan Oct 20, 2025
7f6dc46
fix up openapi gen
vexxvakan Oct 20, 2025
9c1c72b
clean up protos
vexxvakan Oct 20, 2025
6fbb438
tidy interchaintest
vexxvakan Oct 20, 2025
266bc56
remove deprecated x/crisis
vexxvakan Oct 20, 2025
e8a90a9
remove deprecated x/params
vexxvakan Oct 20, 2025
133dfd2
remove deprecated x/nft module
vexxvakan Oct 20, 2025
4fac71b
clean up app directory
vexxvakan Oct 20, 2025
9620e5a
regenerated protos
vexxvakan Oct 21, 2025
07f9033
rework stream module with simple block listener
vexxvakan Nov 5, 2025
a88b076
rework stream module impl again
vexxvakan Nov 5, 2025
21d10f7
improve tooling
vexxvakan Nov 5, 2025
7ddab63
clean up protos
vexxvakan Nov 5, 2025
1c7510d
improve app wiring
vexxvakan Nov 5, 2025
c3d9efb
regenerate api
vexxvakan Nov 6, 2025
0e1ad2f
updated go version in docker image
vexxvakan Nov 6, 2025
d46a0f5
move feemarket proto to juno subdir, regen api/gogo/openapi
vexxvakan Nov 6, 2025
67113d4
configure feemarket and improve e2e test
vexxvakan Nov 10, 2025
7dbbf11
cw hooks v2
vexxvakan Nov 10, 2025
6b256cd
fix up broken tokenfactory tests
vexxvakan Nov 10, 2025
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/interchaintest-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- "ictest-tokenfactory"
- "ictest-feeshare"
- "ictest-pfm"
- "ictest-globalfee"
- "ictest-upgrade"
- "ictest-ibc"
- "ictest-unity-deploy"
Expand All @@ -74,6 +73,7 @@ jobs:
- "ictest-cwhooks"
- "ictest-clock"
- "ictest-gov-fix"
- "ictest-feemarket"
fail-fast: false

steps:
Expand Down
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# build artifacts
bin

# IDEs
.vscode
.cursor
.claude

# OS
.DS_Store

# Heighliner
heighliner*
!scripts/heighliner
!scripts/heighliner

# random stuff
x/feemarket/fuzz/testdata
4 changes: 3 additions & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@
# mise ls # List installed tools

[tools]
go = "1.23.9"
go = "1.24.3"
buf = "latest"
yq = "latest"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build . -t cosmoscontracts/juno:latest
# docker run --rm -it cosmoscontracts/juno:latest /bin/sh
FROM golang:1.23.9-alpine AS go-builder
FROM golang:1.24.3-alpine AS go-builder

# this comes from standard alpine nightly file
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile
Expand Down
99 changes: 45 additions & 54 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,57 +170,48 @@ format:
###############################################################################

ictest-basic: rm-testcache
cd interchaintest && go test -race -v -run TestBasicJunoStart .
cd interchaintest/tests/basic && go test -race -v -run TestBasicTestSuite .

ictest-statesync: rm-testcache
cd interchaintest && go test -race -v -run TestJunoStateSync .
ictest-cw: rm-testcache
cd interchaintest/tests/cosmwasm && go test -race -v -run TestCosmWasmTestSuite .

ictest-ibchooks: rm-testcache
cd interchaintest && go test -race -v -run TestJunoIBCHooks .
ictest-node: rm-testcache
cd interchaintest/tests/node && go test -race -v -run TestNodeTestSuite .

ictest-tokenfactory: rm-testcache
cd interchaintest && go test -race -v -run TestJunoTokenFactory .

ictest-feeshare: rm-testcache
cd interchaintest && go test -race -v -run TestJunoFeeShare .

ictest-pfm: rm-testcache
cd interchaintest && go test -race -v -run TestPacketForwardMiddlewareRouter .
ictest-feemarket: rm-testcache
cd interchaintest/tests/feemarket && go test -race -v -run TestFeemarketTestSuite .

ictest-globalfee: rm-testcache
cd interchaintest && go test -race -v -run TestJunoGlobalFee .
ictest-fees: rm-testcache
cd interchaintest/tests/fees && go test -race -v -run TestFeesTestSuite .

ictest-upgrade: rm-testcache
cd interchaintest && go test -race -v -run TestBasicJunoUpgrade .
cd interchaintest/tests/upgrade && go test -race -v -run BasicUpgradeTestSuite .

ictest-ibc: rm-testcache
cd interchaintest && go test -race -v -run TestJunoGaiaIBCTransfer .

ictest-unity-deploy: rm-testcache
cd interchaintest && go test -race -v -run TestJunoUnityContractDeploy .
cd interchaintest/tests/ibc && go test -race -v -run TestIbcTestSuite .

ictest-drip: rm-testcache
cd interchaintest && go test -race -v -run TestJunoDrip .
ictest-ibc-hooks: rm-testcache
cd interchaintest/tests/ibc-hooks && go test -race -v -run TestIbcHooksTestSuite .

ictest-feepay: rm-testcache
cd interchaintest && go test -race -v -run TestJunoFeePay .
ictest-pfm: rm-testcache
cd interchaintest/tests/pfm && go test -race -v -run TestPfmTestSuite .

ictest-burn: rm-testcache
cd interchaintest && go test -race -v -run TestJunoBurnModule .
ictest-tokenfactory: rm-testcache
cd interchaintest/tests/tokenfactory && go test -race -v -run TestTokenfactoryTestSuite .

ictest-cwhooks: rm-testcache
cd interchaintest && go test -race -v -run TestJunoCwHooks .
ictest-drip: rm-testcache
cd interchaintest/tests/drip && go test -race -v -run TestDripTestSuite .

ictest-clock: rm-testcache
cd interchaintest && go test -race -v -run TestJunoClock .
ictest-burn: rm-testcache
cd interchaintest/tests/burn && go test -race -v -run TestBurnTestSuite .

ictest-gov-fix: rm-testcache
cd interchaintest && go test -race -v -run TestFixRemovedMsgTypeQueryPanic .
ictest-fixes: rm-testcache
cd interchaintest/tests/fixes && go test -race -v -run TestFixTestSuite .

rm-testcache:
go clean -testcache

.PHONY: ictest-basic ictest-statesync ictest-ibchooks ictest-tokenfactory ictest-feeshare ictest-pfm ictest-globalfee ictest-upgrade ictest-upgrade-local ictest-ibc ictest-unity-deploy ictest-unity-gov ictest-drip ictest-burn ictest-feepay ictest-cwhooks ictest-clock ictest-gov-fix rm-testcache
.PHONY: ictest-basic ictest-cw ictest-node ictest-fees ictest-upgrade ictest-ibc ictest-tokenfactory ictest-drip ictest-burn ictest-drip ictest-burn ictest-fixes rm-testcache

###############################################################################
### heighliner ###
Expand Down Expand Up @@ -252,36 +243,36 @@ protoVer=0.17.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace -v /var/run/docker.sock:/var/run/docker.sock --workdir /workspace $(protoImageName)

proto-all: proto-format proto-lint proto-gen proto-gen-2 proto-swagger-gen
proto-all: proto-format proto-lint proto-check-breaking proto-gogo proto-pulsar proto-openapi

proto-gen:
@echo "🛠️ - Generating Protobuf"
@$(protoImage) sh ./scripts/protoc/protocgen.sh
@echo "✅ - Generated Protobuf successfully!"
proto-gogo:
@echo "🛠️ - Generating Gogo types from Protobuffers"
@$(protoImage) sh ./scripts/buf/buf-gogo.sh
@echo "✅ - Generated Gogo types successfully!"

proto-gen-2:
@echo "🛠️ - Generating Protobuf v2"
@$(protoImage) sh ./scripts/protoc/protocgen2.sh
@echo "✅ - Generated Protobuf v2 successfully!"
proto-pulsar:
@echo "🛠️ - Generating Pulsar types from Protobuffers"
@$(protoImage) sh ./scripts/buf/buf-pulsar.sh
@echo "✅ - Generated Pulsar types successfully!"

proto-swagger-gen:
@echo "📖 - Generating Protobuf Swagger"
@$(protoImage) sh ./scripts/protoc/protoc-swagger-gen.sh
@echo "✅ - Generated Protobuf Swagger successfully!"
proto-openapi:
@echo "🛠️ - Generating OpenAPI Spec from Protobuffers"
@sh ./scripts/buf/buf-openapi.sh
@echo "✅ - Generated OpenAPI Spec successfully!"

proto-format:
@echo "🖊️ - Formatting Protobuf Swagger"
@$(protoImage) find ./ -name "*.proto" -exec clang-format -i {} \;
@echo "✅ - Formatted Protobuf successfully!"
@echo "🖊️ - Formatting Protobuffers"
@$(protoImage) buf format ./proto --error-format=json
@echo "✅ - Formatted Protobuffers successfully!"

proto-lint:
@echo "🔎 - Linting Protobuf"
@echo "🔎 - Linting Protobuffers"
@$(protoImage) buf lint --error-format=json
@echo "✅ - Linted Protobuf successfully!"
@echo "✅ - Linted Protobuffers successfully!"

proto-check-breaking:
@echo "🔎 - Checking breaking Protobuf changes"
@echo "🔎 - Checking breaking Protobuffers changes against branch main"
@$(protoImage) buf breaking --against $(HTTPS_GIT)#branch=main
@echo "✅ - Checked Protobuf changes successfully!"
@echo "✅ - Protobuffers are non-breaking, checked successfully!"

.PHONY: proto-all proto-gen proto-gen-2 proto-swagger-gen proto-format proto-lint proto-check-breaking
.PHONY: proto-all proto-format proto-lint proto-check-breaking proto-gogo proto-pulsar proto-openapi
Loading
Loading