The First Modular AI Chain
Go to file
MiniFrenchBread 100bad3471
Some checks failed
Continuous Integration (Commit) / lint (push) Has been cancelled
fix: solc evm version
2024-11-11 13:37:45 +08:00
.github fix wasm static link (#57) 2024-09-25 15:21:53 +00:00
app fix: app 2024-10-29 19:29:44 +08:00
build rename go mod path 2024-09-25 15:00:59 +00:00
chaincfg rebase to kava cosmos 0.47 upgrade 2024-09-25 15:18:12 +00:00
ci/env chore: update internal testnet kava version (#2010) 2024-08-19 14:11:55 -04:00
cli_test fix unit test 2024-09-25 15:12:16 +00:00
client fix 2024-09-25 15:31:20 +00:00
cmd/0gchaind fix 2024-09-26 09:42:10 +00:00
contracts rename kava 2024-09-25 15:07:33 +00:00
contrib chore: fix some typos (#1913) 2024-05-16 13:27:48 -07:00
crypto rebase to kava cosmos 0.47 upgrade 2024-09-25 15:18:12 +00:00
docs rebase to kava cosmos 0.47 upgrade 2024-09-25 15:18:12 +00:00
migrate use chaincfg.MakeCoinForGasDenom 2024-09-25 15:14:33 +00:00
networks merge testnet script 2024-09-25 15:15:00 +00:00
precompiles fix: solc evm version 2024-11-11 13:37:45 +08:00
proto rename kava to 0g 2024-09-27 03:04:45 +00:00
tests Merge branch 'dev' of github.com:0glabs/0g-chain into dev 2024-09-25 15:43:41 +00:00
third_party/proto rename denoms 2024-09-25 15:12:33 +00:00
x fix tests 2024-09-27 14:26:07 +00:00
.dockerignore fix(docker): Ignore local build and lint cache (#1994) 2024-08-07 11:20:17 -07:00
.gitignore feat: staking precompile 2024-10-25 22:35:03 +08:00
.gitmodules Add IBC chain to E2E test suite (#1486) 2023-03-07 14:37:45 -08:00
.golangci-version chore(linter): update Golang linter configuration (#1977) 2024-07-31 16:23:44 -04:00
.golangci.yml chore(lint): Disable funlen for test functions (#1993) 2024-08-07 13:25:18 -07:00
.mockery.yaml fix 2024-09-25 15:31:20 +00:00
.tool-versions chore(nodejs): Update to active LTS v20 (#2011) 2024-08-20 11:50:03 -07:00
buf.work.yaml Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
CHANGELOG.md Add v26 migrate docs (#1863) 2024-09-25 14:57:00 +00:00
docker-compose.yml update build file 2024-09-25 15:04:10 +00:00
Dockerfile feat: add 08-wasm module 2024-09-25 15:20:46 +00:00
Dockerfile-node Dockerfile for node 2024-09-25 15:23:35 +00:00
Dockerfile-rocksdb update build file 2024-09-25 15:04:10 +00:00
Dockerfile-rocksdb-base ci: extract separate rocksdb base image (#1898) 2024-05-02 10:36:49 -07:00
go.mod fix: bump ethermint to fix evm debug flag out of control 2024-10-23 21:55:03 +08:00
go.sum fix: bump ethermint to fix evm debug flag out of control 2024-10-23 21:55:03 +08:00
hard.svg add token logos (#1185) 2022-03-10 13:24:21 -07:00
kava-logo.svg Update README to new logo (#410) 2020-03-31 11:20:31 -04:00
LICENSE.md [R4R] Basic docs tidying (#534) 2020-05-29 15:53:57 -07:00
localtestnet.sh test: disable evm trace in localtestnet 2024-10-23 20:18:42 +08:00
Makefile fix wasm static link (#57) 2024-09-25 15:21:53 +00:00
prometheus.docker-compose.yml feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
prometheus.yml feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
README.md merge testnet script 2024-09-25 15:15:00 +00:00
swp.svg add token logos (#1185) 2022-03-10 13:24:21 -07:00

0G Chain

Reference implementation of 0G Chain, the first modular AI chain. Built using the cosmos-sdk.