Robert Pirtle
967c6857e8
ci: update CI workflows and pipelines ( #1768 )
...
* build & publish rocksdb docker images merge to master
* publish docker images on push of release version tags
NOTE: New docker image tag pattern. ALL tags now include database suffix
ex. <githash>-goleveldb, v0.25.0-alpha.1-rocksdb, master-rocksdb, etc
* update dockerfiles for better caching
* update all github action workflow versions
* improve caching of go packages
* cache docker image layers for reuse between runs
* update dockerignore to remove non-essential files
2023-11-08 14:06:03 -08:00
Nick DeLuca
165ec7bff0
update golang from 1.19 to 1.20, the recommended version for kava 13 ( #1571 )
...
mainnet and testnet
2023-05-03 16:16:47 -07:00
Levi Schoen
1dda67312e
dynamically set default contract addresses for bridged asset in testnet seed scripts
2023-04-14 11:00:50 -07:00
Levi Schoen
580742ad35
fix: always use latest seed script when seeding chains
2023-04-12 14:03:12 -07:00
Levi Schoen
e89a37c503
fix: cd-seed-chain.yml syntax
2023-04-06 16:59:32 -04:00
Levi Schoen
03a897216a
fix: use matching kava version when running seed script against a network
2023-04-06 13:55:29 -07:00
drklee3
bdf7a4d2a0
ci: Use rocksdb v7.10.2 and go 1.19 ( #1534 )
...
* ci: Use go 1.19 and rocksdb 7.9.2
* Use rocksdb v7.10.2 to match other workflow
2023-04-05 16:43:27 -07:00
Levi Schoen
b4e11eb8cd
feat: add continuous deployment for protonet
2023-04-03 10:04:12 -07:00
Draco
d3930fff91
tag geth to v1.10.26 ( #1471 )
2023-02-13 14:12:30 -05:00
Robert Pirtle
e4b4a7c62e
explicitly enumerate internal testnet validators ( #1443 )
2022-12-21 13:06:02 -08:00
Robert Pirtle
66a60fa6d8
seed dev-wallet power on internal testnet ( #1442 )
...
the seed script will issue & delegate enough KAVA to the genesis
validators to have enough power to pass gov proposals by itself.
2022-12-21 11:51:14 -08:00
Levi Schoen
ebd4571ac8
switch cd pipelines to operate on internal testnet
2022-12-14 13:26:33 -08:00
Levi Schoen
a7f3b7732b
use primary branch ref for kava-bridge cd workflow
2022-12-12 19:14:48 -05:00
Levi Schoen
8d713873d7
implement seed-chain cd job for internal testnet
2022-12-12 15:40:22 -08:00
Levi Schoen
aa5e9f6382
add prototype workflows for internal testnet CD ( #1415 )
...
* add prototype workflows for internal testnet CD
* implement reset-chain-state cd job
* implement start-chain cd workflow
2022-12-08 12:30:12 -05:00