Skip to content

Commit

Permalink
Merge pull request #1029 from AntelopeIO/compile_test_contracts_fix_c…
Browse files Browse the repository at this point in the history
…dt41

fix build with `EOSIO_COMPILE_TEST_CONTRACTS` and cdt 4.1
  • Loading branch information
spoonincode authored Nov 13, 2024
2 parents a7a0f11 + 726ca23 commit 22a6dde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions unittests/contracts/eosio.system/eosio.system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,3 @@ void system_contract::init( unsigned_int version, symbol core ) {
} /// eosio.system


EOSIO_DISPATCH( eosiosystem::system_contract,
// native.hpp (newaccount definition is actually in eosio.system.cpp)
(newaccount)(updateauth)(deleteauth)(linkauth)(unlinkauth)(canceldelay)(onerror)(setabi)
// eosio.system.cpp
(init)(setram)(setramrate)(setparams)(setpriv)(setalimits)(rmvproducer)(updtrevision)(bidname)(bidrefund)
// rex.cpp
(deposit)(withdraw)(buyrex)(unstaketorex)(sellrex)(cnclrexorder)(rentcpu)(rentnet)(fundcpuloan)(fundnetloan)
(defcpuloan)(defnetloan)(updaterex)(consolidate)(rexexec)(closerex)
// delegate_bandwidth.cpp
(buyrambytes)(buyram)(sellram)(delegatebw)(undelegatebw)(refund)
// voting.cpp
(regproducer)(unregprod)(voteproducer)(regproxy)
// producer_pay.cpp
(onblock)(claimrewards)
)
Binary file modified unittests/contracts/eosio.system/eosio.system.wasm
Binary file not shown.

0 comments on commit 22a6dde

Please sign in to comment.