Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
89e1683
attempt-basic
aljo242 Sep 30, 2025
47e1ec1
delete-types-address
aljo242 Sep 30, 2025
ddeec48
doc
aljo242 Sep 30, 2025
9e64c51
mempool-api
aljo242 Sep 30, 2025
fe77db3
Revert "delete-types-address"
aljo242 Sep 30, 2025
8120151
add-again
aljo242 Sep 30, 2025
8085454
resolve
aljo242 Sep 30, 2025
5030a6a
ok
aljo242 Sep 30, 2025
b0c28b4
wow
aljo242 Oct 1, 2025
7fa12fa
fix
aljo242 Oct 1, 2025
a03ffd9
trying
aljo242 Oct 1, 2025
96989a5
lint-fikx
aljo242 Oct 1, 2025
0e9a210
more-setup
aljo242 Oct 1, 2025
de34173
geting-there
aljo242 Oct 1, 2025
601e43c
wire
aljo242 Oct 1, 2025
cda9f2d
good-spolt
aljo242 Oct 1, 2025
7d7a641
fixingtown
aljo242 Oct 1, 2025
c08a0eb
disable
aljo242 Oct 1, 2025
f939226
fix
aljo242 Oct 1, 2025
5f05f62
working
aljo242 Oct 1, 2025
6106f3d
maybe
aljo242 Oct 1, 2025
70630d2
wire
aljo242 Oct 1, 2025
959d836
hmmm
aljo242 Oct 1, 2025
57b2c99
eh
aljo242 Oct 1, 2025
eeb0d7c
attempt
aljo242 Oct 2, 2025
25ced56
almost
aljo242 Oct 2, 2025
e297c17
add
aljo242 Oct 2, 2025
4a7ec11
lint-fix
aljo242 Oct 2, 2025
8033839
add-upgrade
aljo242 Oct 2, 2025
06f9001
todo
aljo242 Oct 2, 2025
68b516a
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 3, 2025
21cef57
nice
aljo242 Oct 6, 2025
3bb5844
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 6, 2025
516c296
remove
aljo242 Oct 6, 2025
5d5cb28
fix
aljo242 Oct 6, 2025
b60c423
attempt
aljo242 Oct 6, 2025
5751e06
ok
aljo242 Oct 6, 2025
681f57c
organize
aljo242 Oct 6, 2025
43872f2
attempt-upgrade
aljo242 Oct 6, 2025
14c5593
wip
aljo242 Oct 6, 2025
e45e6c4
fix
aljo242 Oct 6, 2025
e4c2e3e
fixed
aljo242 Oct 6, 2025
396951e
app
aljo242 Oct 6, 2025
52dddb2
move
aljo242 Oct 6, 2025
ad66f9e
extend
aljo242 Oct 6, 2025
63f94fb
extend
aljo242 Oct 6, 2025
94787c7
fix
aljo242 Oct 7, 2025
e56e343
fix
aljo242 Oct 7, 2025
7b16aae
fix
aljo242 Oct 7, 2025
10d5a15
fix
aljo242 Oct 7, 2025
3e948e2
attempt?
aljo242 Oct 7, 2025
4cfbc02
fix
aljo242 Oct 7, 2025
0203e98
attempt
aljo242 Oct 7, 2025
24de218
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 7, 2025
ea73fa5
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 8, 2025
6480b50
fix
aljo242 Oct 8, 2025
b325a74
add
aljo242 Oct 8, 2025
9cb113d
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 15, 2025
4b8b4ac
tidy
aljo242 Oct 15, 2025
e86f0cb
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 15, 2025
15e229f
tidy
aljo242 Oct 15, 2025
d096bf8
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 15, 2025
60daaff
Merge branch 'main' into exp/alex-simplify
aljo242 Oct 16, 2025
0bc755d
Merge branch 'main' into exp/alex-simplify
aljo242 Nov 4, 2025
780af12
fix
aljo242 Nov 4, 2025
b826d27
fix baseapp test
aljo242 Nov 4, 2025
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# This image is pushed to the GHCR as https://ghcr.io/cosmos/simapp

FROM golang:1.23-alpine AS build-env
FROM golang:1.25-alpine AS build-env

# Install minimum necessary dependencies
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev
Expand Down
Loading
Loading