Commit fbc4cd6
Migrate from ESLint + Prettier to Biome (#15)
Migration to Bun Runtime
* Replace dappkit and ethers with viem (#13)
* Bun Runtime
* ChainCast
* ci
* ci-cd
* Opus is a beast 😱
* [TKAI-4349] create a webhook to send swap events tkai bepro to zapier (#14)
* chore: add missing dependency
* feat: add json parse instruction
* refactor: fix template args
* refactor: add lib to convert bigint to string on objects
* refactor: undo change
* chore: remove web3
* refactor: use viem instead of web3
* feat: improve VM error logging with context and backtrace
Add detailed error and halt logging to the Virtual Machine with:
- Cast ID, event name, and block number context
- Instruction that caused the halt/error
- Full backtrace of executed instructions with args
- Differentiation between errors and intentional halts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Vitor Hugo <vhcsilva@gmail.com>
Co-authored-by: Helder Vasconcelos <heldervasc@bearstouch.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* Fix CI: upgrade setup-bun to v2 and codecov-action to v5
- setup-bun v1 has caching bugs causing HTTP 400 errors
- codecov-action v5 is the latest stable version
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Upload
* Migrate from ESLint + Prettier to Biome
- Add biome.json configuration with equivalent formatting rules
- Remove ESLint and Prettier configs (.eslintrc.json, .prettierrc.json, etc.)
- Remove 14 ESLint/Prettier dependencies, add @biomejs/biome
- Update package.json scripts: lint, lint:fix, format, check, check:fix
- Fix catch clause type annotations (Error | any → unknown)
- Format entire codebase with Biome
- Update CLAUDE.md and README.md documentation
Benefits:
- 10-100x faster linting and formatting
- Single tool replaces ESLint + Prettier
- Fewer dependencies, smaller node_modules
- Auto-organized imports
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Upload
* Upload
---------
Co-authored-by: Vitor Hugo <9003126+vhcsilva@users.noreply.github.com>
Co-authored-by: Vitor Hugo <vhcsilva@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent b9f7da2 commit fbc4cd6
File tree
76 files changed
+4399
-21438
lines changed- .github/workflows
- doc
- examples
- scripts
- src
- config
- constants
- graphql
- mutation
- query
- resolvers
- contract-cast
- secret
- types
- instructions
- lib
- middleware
- services
- types
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+4399
-21438
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
This file was deleted.
This file was deleted.
Lines changed: 8 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 33 | + | |
46 | 34 | | |
47 | 35 | | |
48 | 36 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments