ixje

Results 65 issues of ixje

I have a use-case in which I want to check if a contract has a subset of the required NEP-17 methods. This function seems to do 99% of what I'm...

I3
U4
enhancement
S4

It's a bit difficult to properly describe it, so I recorded the behaviour to make make it easier to explain. The circle around the mouse pointer indicates the mouse button...

I was trying to build the example following these steps from the readme ``` npm run build cd example npm install react-native run-ios # or run-android ``` and ran into...

I get the following exception when running it against a remote miner (cgminer 3.7.2) ``` python 27 received = self._receive(sock) 28 finally: ---> 29 sock.shutdown(socket.SHUT_RDWR) 30 sock.close() 31 error: [Errno...

![image](https://user-images.githubusercontent.com/6625537/228446817-697eb284-1f0c-4524-aa0b-ddf51353ee5c.png) This happens when I try to create a new neo express instance ![Screenshot from Screencast from 29-03-23 08:41:35 webm](https://user-images.githubusercontent.com/6625537/228448106-7334daa7-4852-43a8-954a-537b2e27a65b.png)

I followed the first quick start tutorial https://ngdenterprise.com/neo-tutorials/quickstart1.html to install the toolkit. Then created a privatenet, followed by attempting to create a new smart contract. Upon choosing a name and...

The documentation on the `signers` property of the launch config (https://github.com/neo-project/neo-debugger/blob/master/docs/debug-config-reference.md#signers) states > Properties for a signers object include: > > account specifies a wallet account, as a Neo N3...

![image](https://github.com/neo-project/neo-debugger/assets/6625537/b260968d-82cb-4044-b76e-4bdcc9ca1fa1) In the screenshot above I'm hovering over the `entry_script_hash` (line 108 ). It shows no value (the same happens for `calling_script_hash`). These values also are not present in the...

There are use-cases in which you would like to attach more GAS than required to just execute the main code path or exactly specify the attached GAS. This can be...