Skip to content

Commit

Permalink
chore: prepare for 0.4.0 release (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jun 5, 2024
1 parent 949a228 commit 9fefd43
Show file tree
Hide file tree
Showing 80 changed files with 975 additions and 4,177 deletions.
6 changes: 1 addition & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
.github
.husky
.idea
**/dist
**/.turbo
**/.DS_Store
**/node_modules

# tsconfig.json
packages/*/**/*.d.ts
packages/*/**/*.d.ts.map
packages/*/**/*.js
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- uses: fuxingloh/turbo-plan@098f9436e9453dd3aa861ebac72c4b9bc17dca63 # v1
- uses: fuxingloh/turbo-plan@4bd6ef3cdb543fbf5fca55b6b5b74892acecdfa5 # v2
id: plan
with:
task: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fail-fast: false
matrix:
package:
- chainfile-agent
- '@chainfile/agent'
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

Expand Down
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@ build
*.tgz
coverage
.nyc_output

# turborepo
.turbo

# contented
.contented

# tsconfig.json
packages/*/**/*.d.ts
packages/*/**/*.d.ts.map
packages/*/**/*.js

# Chainfile
.chainfile
3 changes: 0 additions & 3 deletions .idea/chainfile.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .idea/dictionaries/fuxing.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ it('should rpc(eth_blockNumber)', async () => {
### Deploy Anywhere

```bash
chainfile-docker synth eip155:1/geth:1.13.5/lighthouse:4.5.0
chainfile docker synth eip155:1/geth:1.13.5/lighthouse:4.5.0
cd eip155-1_geth-1.13.5_lighthouse-4.5.0
docker compose up
```
Expand Down
Loading

0 comments on commit 9fefd43

Please sign in to comment.