Skip to content

Commit

Permalink
feat: add SELL_VOUCHER_NEW_POL support and related tests
Browse files Browse the repository at this point in the history
- Introduced SELL_VOUCHER_NEW_POL enum in stakekit_plugin.h.
- Updated b2c.json to include new contract and method selectors for SELL_VOUCHER_NEW_POL.
- Added ABI definition for ValidatorShareProxy with new methods.
- Created tests for SELL_VOUCHER_NEW_POL functionality in ethereum_sell_voucher_new_pol.test.js.
  • Loading branch information
keiff3r committed Jan 23, 2025
1 parent 790888e commit 61d5747
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/stakekit_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ typedef enum {
BUY_VOUCHER,
BUY_VOUCHER_POL,
SELL_VOUCHER_NEW,
SELL_VOUCHER_NEW_POL,
MORPHO_SUPPLY_1,
MORPHO_SUPPLY_2,
MORPHO_SUPPLY_3,
Expand Down
Loading

0 comments on commit 61d5747

Please sign in to comment.