Skip to content

Commit

Permalink
Merge branch 'main' into feat/topdown-enchancement
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAtwill authored Nov 28, 2024
2 parents 6983d5c + ed602ce commit fa6ca03
Show file tree
Hide file tree
Showing 145 changed files with 6,677 additions and 2,293 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts-deployment-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Contracts: Smoke test deployment'
name: "Contracts: Smoke test deployment"

# This workflow is triggered from the main CI workflow.
on:
Expand All @@ -17,8 +17,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'pnpm'
node-version: "18.x"
cache: "pnpm"

- name: Install dependencies
run: cd contracts && make deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Fendermint CI - Publish

# This workflow is triggered from the main CI workflow.
on:
workflow_dispatch:
workflow_call:

env:
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to this project will be documented in this file.

## [axon-r06] - 2024-10-18

### 🚀 Features

- *(node)* Separate tracing and logging files (#1090)
- Ipc cli util command to convert f4 to eth address (#1168)
- Prefix metrics with "ipc" (#1172)
- Customizable gas markets (with EIP-1559 default), base fee oscillation, premium distribution (#1173)

### 🐛 Bug Fixes

- Correct link to identify protocol (#1159)
- Tracing deserialization (#1163)
- *(cli)* Subnet get-validator: add support for 0x Eth addrs. (#1164)
- Incorrect function call (#1171)

### 🚜 Refactor

- Replace LogLevel type with String (#1167)

### 📚 Documentation

- Move bottom up spec location (#1154)
- Add docs for gas markets. (#1174)

### Spec

- Bottom up interaction (#899)

## [axon-r05] - 2024-09-24

_Full changelog below._
Expand Down
Loading

0 comments on commit fa6ca03

Please sign in to comment.