You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Hi, i've send a contract trans on mainnet, and i've tried for 4 times, every time i get a trans result, but all of them seemed been drop, i cannot find them on explorer or on chain, can any one help to explain this?
And i send to the NO 1 BP node, huobi.
We have deployed one contract 'schnorrcheck', (on mainnet and testnet), to verify the signature of schnorr. And the contract code can be found from follow link: https://github.com/wanchain/wanchain-crosschain-contracts/tree/eos-wan-cross/eos-wan-cross/c%2B%2B/schnorr.verification . After plenty of tests, we found that, with the same code, the signature veriy transaction on testnet can be broadcasted and on chain at last, while the same signature verify transaction would be dropped at mainnet, and we send the trans directly to the BP node. Through debug, we found that the problem maybe related to scalar multiplication,the scalar multiplication in elliptic curves is the basic to elliptic curve cryptosystem, every contract trans included scalar multiplicatin would be dropped by the mainnet.
The contract account is same at mainnet and testnet, both of them are schnorrcheck, if you want to test the contract, just send a trans which replaced 'aaronmainnet' with your own account.
Do you have enough CPU staking for your account on EOS mainnet? Have you deployed the correct contract? from https://bloks.io/account/aaronmainnet looks like account aaronmainnet only has around 12.89 ms CPU resource but your transaction usage is around cpu_usage_us: 26133
Do you have enough CPU staking for your account on EOS mainnet? Have you deployed the correct contract? from https://bloks.io/account/aaronmainnet looks like account aaronmainnet only has around 12.89 ms CPU resource but your transaction usage is around cpu_usage_us: 26133
yes, i tried with enough cpu resource, still the same.
Seemed on mainnet, contract is not fit for complex calculation.
Hi, i've send a contract trans on mainnet, and i've tried for 4 times, every time i get a trans result, but all of them seemed been drop, i cannot find them on explorer or on chain, can any one help to explain this?
And i send to the NO 1 BP node, huobi.
{ transaction_id: '8539aa984de2c9fb0e6387dc2e2633503c1875a83ca034c66b3bed329bd3d6fb', processed: { id: '8539aa984de2c9fb0e6387dc2e2633503c1875a83ca034c66b3bed329bd3d6fb',block_num: 104699332,block_time: '2020-02-12T01:39:25.500', producer_block_id: null,receipt: { status: 'executed', cpu_usage_us: 26133, net_usage_words: 65 }, elapsed: 26133, net_usage: 520, scheduled: false,#12 action_traces: [ [Object] ],account_ram_delta: null, except: null, error_code: null } }
The text was updated successfully, but these errors were encountered: