91 Commits

Author SHA1 Message Date
Aaron Cox 0a2848c37d Version 2.11.0 2.11.0 2025-04-11 09:21:52 -07:00
Aaron Cox ff08cd0f35 Merge pull request #46 from wharfkit/fixing-recursive-optional-type
Fixing recursive optional ActionParams types
2025-04-11 09:20:35 -07:00
dafuga c88c2ceeea fix: handling nested optional action param types 2025-04-11 23:53:54 +09:00
dafuga 83d5c57461 chore: added unicove2 contract to tests 2025-04-11 23:18:35 +09:00
Aaron Cox 1b3318a442 Version 2.10.3 2.10.3 2025-04-07 13:41:24 -07:00
Aaron Cox 4141283c3c Merge pull request #44 from wharfkit/msig-end-of-buffer-error
Handling case where a field has both optional and extension true
2025-04-07 13:40:24 -07:00
dafuga e484fc4635 fix: handling case where a field has both optional and extension true 2025-03-24 16:22:48 +08:00
dafuga 3f7829952b chore: updated eosio.msig abi and contract 2025-03-24 12:21:35 +08:00
dafuga eb405f1a2c chore: added update_mock_abis script 2025-03-24 12:17:49 +08:00
dafuga 06de3372e2 chore: adding eosio.msig specific tests 2025-03-24 11:26:00 +08:00
Aaron Cox 7941805da7 Version 2.10.2 2.10.2 2025-03-11 12:33:04 -07:00
Aaron Cox 47dfcfa579 Merge pull request #43 from wharfkit/addressing-derecation-warnings
Addressing deprecation warnings
2025-03-11 12:32:12 -07:00
dafuga b2fc7a0381 style: linted 2025-03-11 21:39:32 +08:00
dafuga 60821648f1 fix: making the readonly data param optional 2025-03-11 21:35:50 +08:00
dafuga ff7dda5e73 revert: removing ActionNames interfaces 2025-03-11 21:32:35 +08:00
dafuga 6e37e921ba fix: addressing deprecation warnings 2025-03-11 21:26:28 +08:00
Aaron Cox 418c134b69 Version 2.10.0 2.10.0 2025-03-10 10:37:20 -07:00
Aaron Cox bbb5e6065e Merge pull request #42 from wharfkit/revert-40-fixing-action-params-type-error
Revert "Avoiding cannot use namespace as a value error"
2025-03-10 10:36:42 -07:00
Aaron Cox 8889d090e2 Merge pull request #41 from wharfkit/handling-extensions-properly
Handling extensions properly
2025-03-10 10:35:59 -07:00
Daniel Fugere 94401d7be4 Revert "Avoiding cannot use namespace as a value error" 2025-03-09 23:33:22 +09:00
dafuga d52c22adb5 fix: handling extensions properly 2025-03-09 23:16:04 +09:00
Aaron Cox d613fc92b6 Version 2.9.1 2.9.1 2025-02-19 12:49:07 -08:00
Aaron Cox cf6051b974 Version 2.9.0 2.9.0 2025-02-19 12:45:53 -08:00
Aaron Cox 46b1c116c2 Merge pull request #40 from wharfkit/fixing-action-params-type-error
Avoiding cannot use namespace as a value error
2025-02-19 12:45:38 -08:00
dafuga 2b2fa2cae1 fix: actually adding the comment at the top of the file 2025-02-18 15:54:23 +09:00
dafuga 16ab1ee6d7 enhancement: added disabling of no-empty-interface 2025-02-18 15:51:19 +09:00
dafuga 809f1c352d fix: avoiding cannot use namespace as a value error 2025-02-18 15:12:05 +09:00
Aaron Cox c6a23f6c8a Version 2.8.0 2.8.0 2024-08-29 14:32:43 -07:00
Aaron Cox 221941fc35 Merge pull request #39 from wharfkit/fixing-structs
Generating structs with correct boolean types
2024-08-29 13:53:42 -07:00
dafuga 29b25017a2 fix: generating structs with correct boolean types 2024-08-28 22:25:24 -07:00
Aaron Cox 6b74e4a881 Version 2.7.2 2.7.2 2024-08-19 11:42:44 -07:00
Aaron Cox ea3654f64c Adding KylinTestnet 2024-08-19 11:42:29 -07:00
Aaron Cox c2136faf7d Version 2.7.1 2.7.1 2024-08-06 16:45:39 -07:00
Aaron Cox 9997c79d43 Merge pull request #37 from wharfkit/fixing-structs
Fixing generated Structs
2024-08-06 16:45:20 -07:00
Aaron Cox a0df0e5a9a Version 2.7.0 2.7.0 2024-08-05 12:58:10 -07:00
dafuga cb8daa2837 fix: adding declare to structs 2024-08-05 12:42:34 -03:00
Aaron Cox 09e810f628 Version 2.6.4 2.6.4 2024-02-27 11:01:54 -08:00
Aaron Cox c52cdb2e19 Merge pull request #36 from wharfkit/fixing-symbol-code-use
Handling use of SymbolCode properly
2024-02-27 11:01:20 -08:00
dafuga c09ad6a483 fix: handling use of SymbolCode properly 2024-02-26 17:16:28 -08:00
Aaron Cox bccdcf916d Version 2.6.3 2.6.3 2024-02-12 17:45:23 -08:00
Aaron Cox d447c4fae9 Merge pull request #33 from wharfkit/fixing-type-error
fixing no-use-before-define errors
2024-02-12 17:44:39 -08:00
dafuga b8d4d51c4b fix: fixing no-use-before-define errors 2024-02-12 14:52:48 -08:00
Aaron Cox e43a951ab1 Version 2.6.2 2.6.2 2024-01-20 11:27:05 -08:00
Aaron Cox 7807822906 Handle 5.x error messages in account checker 2024-01-20 11:26:53 -08:00
Aaron Cox a1524dc673 Version 2.6.1 2.6.1 2024-01-16 17:16:05 -08:00
Aaron Cox 54fb057d63 Generated code support for readonly transactions and return values (#31)
* Initial testing.gm for return values

* Failing test

* Fixed contract name

* Updated contract kit

* The updated test

* The changes we need added to code generation

* chore: implementing return values codegen (#32)

* chore: implementing return values codegen

* enhancement: making data param on readonly method optional

---------

Co-authored-by: Daniel Fugere <danielfugere28@gmail.com>
2024-01-16 17:14:42 -08:00
Aaron Cox a43b105c3e Version 2.5.1 2.5.1 2024-01-12 15:20:35 -08:00
Aaron Cox 4a92987ca3 Fixed includes 2024-01-12 15:20:25 -08:00
Aaron Cox b54e94ed91 Version 2.5.0 2.5.0 2024-01-12 12:26:04 -08:00
Vance Chi fdb769fe1a Fix variant interface and update mock contracts (#28) 2024-01-12 12:25:23 -08:00