Commits on Source (5)
-
Bartek Wrona authored
Updated beekeeper & wax version to get latest API updates (mostly caused by class validator elimination)
-
Bartek Wrona authored
-
Bartek Wrona authored
IWorkerBeeGlobals extended by wax instance to make possible referencing wax types (like ReplyOperation etc)
-
Bartek Wrona authored
-
Bartek Wrona authored
Added new test to verify working workerBee.broadcast method, waiting for transaction signed using legacy serialization
Showing
- __tests__/assets/globals.d.ts 3 additions, 0 deletions__tests__/assets/globals.d.ts
- __tests__/assets/globals.js 4 additions, 1 deletion__tests__/assets/globals.js
- __tests__/assets/test.html 1 addition, 0 deletions__tests__/assets/test.html
- __tests__/detailed/bot_events.ts 78 additions, 2 deletions__tests__/detailed/bot_events.ts
- package.json 2 additions, 2 deletionspackage.json
- pnpm-lock.yaml 17 additions, 11 deletionspnpm-lock.yaml
- src/bot.ts 8 additions, 4 deletionssrc/bot.ts
... | ... | @@ -77,8 +77,8 @@ |
"typescript": "catalog:typescript-toolset" | ||
}, | ||
"dependencies": { | ||
"@hiveio/beekeeper": "1.27.8-stable.250131103618", | ||
"@hiveio/wax": "1.27.6-rc7-stable.250131113706" | ||
"@hiveio/beekeeper": "1.27.10-stable.250310202833", | ||
"@hiveio/wax": "1.27.6-rc7-stable.250314180436" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |