Skip to content

Commit 5c3dddc

Browse files
committed
0.x -> 1.x
1 parent 2bdcee8 commit 5c3dddc

26 files changed

Lines changed: 9982 additions & 3816 deletions

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Shaw Walters and elizaOS Contributors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ Swap 1 ETH for USDC on Base
116116
Propose a proposal to a governor on a specific chain.
117117

118118
- **Proposal**
119-
- **Targets**
120-
- **Values**
121-
- **Calldatas**
122-
- **Description**
119+
- **Targets**
120+
- **Values**
121+
- **Calldatas**
122+
- **Description**
123123
- **Chain**
124124
- **Governor**
125125

@@ -149,10 +149,10 @@ Vote on the proposal with ID 1 to support the proposal on the 0xdeadbeef00000000
149149
Queue a proposal to a governor on a specific chain.
150150

151151
- **Proposal**
152-
- **Targets**
153-
- **Values**
154-
- **Calldatas**
155-
- **Description**
152+
- **Targets**
153+
- **Values**
154+
- **Calldatas**
155+
- **Description**
156156
- **Chain**
157157
- **Governor**
158158

@@ -203,88 +203,88 @@ pnpm test
203203

204204
1. **WalletProvider**
205205

206-
- Manages wallet connections
207-
- Handles chain switching
208-
- Manages RPC endpoints
209-
- Tracks balances
206+
- Manages wallet connections
207+
- Handles chain switching
208+
- Manages RPC endpoints
209+
- Tracks balances
210210

211211
2. **Actions**
212-
- TransferAction: Native token transfers
213-
- BridgeAction: Cross-chain transfers
214-
- SwapAction: Same-chain token swaps
212+
- TransferAction: Native token transfers
213+
- BridgeAction: Cross-chain transfers
214+
- SwapAction: Same-chain token swaps
215215

216216
## Future Enhancements
217217

218218
1. **Cross-Chain Operations**
219219

220-
- Enhanced bridge aggregation
221-
- Multi-chain transaction batching
222-
- Cross-chain liquidity management
223-
- Bridge fee optimization
224-
- Chain-specific gas strategies
225-
- Cross-chain messaging
220+
- Enhanced bridge aggregation
221+
- Multi-chain transaction batching
222+
- Cross-chain liquidity management
223+
- Bridge fee optimization
224+
- Chain-specific gas strategies
225+
- Cross-chain messaging
226226

227227
2. **DeFi Integration**
228228

229-
- Advanced swap routing
230-
- Yield farming automation
231-
- Liquidity pool management
232-
- Position management tools
233-
- MEV protection features
234-
- Flash loan integration
229+
- Advanced swap routing
230+
- Yield farming automation
231+
- Liquidity pool management
232+
- Position management tools
233+
- MEV protection features
234+
- Flash loan integration
235235

236236
3. **Smart Contract Management**
237237

238-
- Contract deployment templates
239-
- Verification automation
240-
- Upgrade management
241-
- Security analysis tools
242-
- Gas optimization
243-
- ABI management system
238+
- Contract deployment templates
239+
- Verification automation
240+
- Upgrade management
241+
- Security analysis tools
242+
- Gas optimization
243+
- ABI management system
244244

245245
4. **Token Operations**
246246

247-
- Batch transfer tools
248-
- Token approval management
249-
- Token metadata handling
250-
- Custom token standards
251-
- Token bridging optimization
252-
- NFT support enhancement
247+
- Batch transfer tools
248+
- Token approval management
249+
- Token metadata handling
250+
- Custom token standards
251+
- Token bridging optimization
252+
- NFT support enhancement
253253

254254
5. **Wallet Features**
255255

256-
- Multi-signature support
257-
- Account abstraction
258-
- Hardware wallet integration
259-
- Social recovery options
260-
- Transaction simulation
261-
- Batch transaction processing
256+
- Multi-signature support
257+
- Account abstraction
258+
- Hardware wallet integration
259+
- Social recovery options
260+
- Transaction simulation
261+
- Batch transaction processing
262262

263263
6. **Network Management**
264264

265-
- Dynamic RPC management
266-
- Network health monitoring
267-
- Fallback provider system
268-
- Custom network addition
269-
- Gas price optimization
270-
- Network analytics
265+
- Dynamic RPC management
266+
- Network health monitoring
267+
- Fallback provider system
268+
- Custom network addition
269+
- Gas price optimization
270+
- Network analytics
271271

272272
7. **Security Enhancements**
273273

274-
- Transaction validation
275-
- Risk assessment tools
276-
- Fraud detection
277-
- Rate limiting
278-
- Emergency shutdown
279-
- Audit integration
274+
- Transaction validation
275+
- Risk assessment tools
276+
- Fraud detection
277+
- Rate limiting
278+
- Emergency shutdown
279+
- Audit integration
280280

281281
8. **Developer Tools**
282-
- Enhanced debugging
283-
- Testing framework
284-
- Documentation generator
285-
- CLI improvements
286-
- Performance profiling
287-
- Integration templates
282+
- Enhanced debugging
283+
- Testing framework
284+
- Documentation generator
285+
- CLI improvements
286+
- Performance profiling
287+
- Integration templates
288288

289289
We welcome community feedback and contributions to help prioritize these enhancements.
290290

0 commit comments

Comments
 (0)