TheGreatAxios

Results 20 issues of TheGreatAxios

# [SIP-6] S2S Automatic S-Fuel Allocation ## The Problem(s) NOTE** Due to V2 not being out yet this is not an official issue, more of planning for the future. The...

# [SIP-5] SKALE S-Fuel Solidity Contract & Modifier ## The Problem(s) The current problem is that in order to continuously have S-Fuel to interact with dApps users need to utilize...

# [SIP-4] SKALE S-Fuel Attainment via Gas Station ## The Problem(s) The current problems that exist regarding the initial attainment of S-Fuel is twofold: one for the developer and one...

Fixes vulnerabilities in packages: - mocha - chokidar

- Added SKALE Network sub ecosystems - Added individual repositories (not linked to https://github.com/Dirt-Road-Development and #1087 )

## Naming Convention for Public Chain Listings When a chain is created for a dApp, Hub, etc; the listing on popular projects such as [ChainList.org](https://chainlist.org) should be done by the...

Hi Team -- Quick Question -- are you open to having people add default support to other networks? I would love to add support for some of the SKALE Network...

- Ported the BlockInformation from Web3.js - Some of the types are strings, but can be manipulated to BigInt or Uint8List potentially - Have not made methods for some of...

Using this in a for loop starting at 0 and right now it is running from 0 -> 0x28 so about 45-50 times I believe. Using: ```getBlockInformation(blockNumber: BlockNum.exact(i).toBlockParam());``` When it...

…roperly @simolus3 Let me know your thoughts on this. When using getTransactionByHash() function, r, s,v from msgSig are not returned. Removed them without making them nullable in order to leave...