zzzkky

Results 4 issues of zzzkky

### Platform - [ ] ARM support [#29](https://github.com/skypool-org/skypool-nimiq-miner/issues/29) - [ ] Web miner support - [ ] Rewrite the whole miner with C/C++ [#32](https://github.com/skypool-org/skypool-nimiq-miner/issues/32) ### Function - [x] socks proxy...

# 🐛 Bug ## To reproduce **Code snippet to reproduce** I am using `'https://fullnode.mainnet.aptoslabs.com/'` for mainnet, it fails but testnet and devnet success ```ts const payload = { type: "entry_function_payload",...

bug

i find that the chain will call hooks during `EndBlockerAtomic `. but who should pay the gas fee? is the contract deployer or someone pay the gas? what happen if...

im using branch `2.0.45beta-release`, contract https://github.com/sei-protocol/spot-lite, with a local chain im using command `seid tx dex register-pairs data/register_pair_proposal.json -y --from=admin --chain-id=sei-chain --fees=10000000usei --gas=500000 --broadcast-mode=block` and the json file is ```...