# ElizaOS Daily Update (Dec 4, 2024)

## OVERVIEW 
Today, ElizaOS made significant strides with the addition of a new coinbase plugin for token contract deployment. Several bug fixes were implemented, enhancing the stability of the project. Versioning updates were also executed, reflecting ongoing improvements.

## PROJECT METRICS
- PRs: 9 merged PRs, 13 new PRs
- Issues: 2 new issues, 0 closed issues
- Unique Contributors: 23
- Code Changes: +1912/-945 lines across 44 files
- Total Commits: 38
- Most Active Contributors: cygaar, shakkernerd, HashWarlock, serrrfirat, snow-farmer

## TOP ISSUES
### Bug Fixes and Stability
- Addressed issues related to package inclusion and dependency management.
  - Relevant issues: [#824](https://github.com/elizaos/eliza/issues/824), [#832](https://github.com/elizaos/eliza/issues/832)

### Plugin Development
- Ongoing development of the coinbase plugin for various token contracts.
  - Relevant issues: [#803](https://github.com/elizaos/eliza/issues/803)

## KEY TECHNICAL DEVELOPMENTS
### New Features
- Added a coinbase plugin for deploying and invoking ERC20, ERC721, and ERC1155 token contracts ([#803](https://github.com/elizaos/eliza/pull/803)).

### Bug Fixes
- Included `scripts/postinstall.js` in the final NPM package ([#843](https://github.com/elizaos/eliza/pull/843)).
- Pinned all node dependencies and updated `@solana/web3.js` to a safe version ([#832](https://github.com/elizaos/eliza/pull/832)).
- Fixed issues in `docker-setup.md` ([#826](https://github.com/elizaos/eliza/pull/826)).
- Resolved twitter cache expiration issues ([#824](https://github.com/elizaos/eliza/pull/824)).

### Version Management
- Bumped version to 0.1.5-alpha.3 ([#838](https://github.com/elizaos/eliza/pull/838)).
- Reverted and bumped `@goat-sdk/plugin-erc20` version ([#836](https://github.com/elizaos/eliza/pull/836)).
- Reverted `viem` package version ([#834](https://github.com/elizaos/eliza/pull/834)).
- Bumped version to 0.1.5-alpha.1 ([#833](https://github.com/elizaos/eliza/pull/833)).