For all Zilliqa protocol and tools related topics. For more information, visit https://zilliqa.com/for-developers.html
People
Repo info
Activity
evesnow91
@evesnow91
packed bytes of (2,1) is 131073
gas in Ethereum is gasLimit*gasPrice
@albertschr
kishankumar258
@kishankumar258
@evesnow91 After doing this I get this error chain.set_active_chain(chain.LocalNet) AttributeError: module 'pyzil.zilliqa.chain' has no attribute 'LocalNet'
I had forked the pyzil repo made changes and then setup pyzil.
neeboo
@neeboo
@albertschr cumulative_gas is the gas amount that consumed.
hi, love this project and trying to understand the code. In the new mainnet, they use bech32 for the address. Can someone point out to me in which file they appended the zil prefix to the address. thanks!
What is the checksum address in zilliqa local network? I am able to get the address of a node from the zilliqa logs in the local run folder and also able to check balance ( using GetBalance) for this addresss associated with a node, but, while sending transactions it shows as an invalid checksum address .I tried prepending "0x" to the address but that also shows as an invalid address. Is it something else for the local network, or do I need to do something else in this case. I am using the python client pyzil.
evesnow91
@evesnow91
# to_addr must be bech32 address or20 bytes checksum address
to_addr = “zil1k5xzgp8xn87eshm3ktplqvs9nufav4pmcm52xx"
@jeremyid is there a zilliqa discord? I didn't know, and it's not on the zilliqa homepage
evesnow91
@evesnow91
@albertschr What language are you using?
I think so far we have JS, Python, Go, Ruby, C#, C++, Swift implementations.
李大狗
@leeduckgo
Thxs.
kishankumar258
@kishankumar258
How do I know the time for a transaction to be complete? I need the transaction time.
J. SK
@JSSS
guys, how do you like scilla/ zil stack so far? I'm new here
Edison Lim
@edisonljh
I eat scilla for breakfast.
Cameron Sajedi
@csajedi
@JSSS If I'm 100% honest it is rough around the edges. I have great hope, but today none of the sdks I've tried are without hiccups/quirks. Scilla compared to other sc langs (michaelson and solidity) is cumbersome but realistically the benefit of formal verification (eventually) massively outweight the ECMAscript-inspired familiarity of solidity. Looking forward to exceptions and testing out the procedures that were recently added. Now if only the vscode plugin could pair => and transition()... with its corresponding end . Then I'd be much happier
Cameron Sajedi
@csajedi
Can someone send me testnet (or mainnet) zils? the testnet faucet has never worked for me. I tried both old and bech32 addresses addr -> zil1v9wyh8vlpsff7kuy9kjlumdyfja808vxaglthm
kishankumar258
@kishankumar258
How much time does it take for sending zils from one address to another on the local network? In my case it is taking approx 1 minute.
Amrit Kumar
@AmritKumar
@csajedi Just sent some.
kishankumar258
@kishankumar258
How to increase the number of nodes in private network? I increased it from 20 to 50 in pre_run script but now all nodes are not connected. What changes do I need to do in the test_node_simple script?
Hybridverse Blockchain
@Hybridverse
Sup people, I know that is planned to add a privacy layer on ZIL
How would that work? will it be possible to run private smart contracts and create privacy coins?
Hybridverse Blockchain
@Hybridverse
Because in terms of privacy the only comparison I know is Enigma if we talk of a layer 2 solution
Or Dero if we talk of a private chain by default , if I understood correctly on ZIL would be a layer 2 solution, how it works?
Can anyone simply explain how privacy features would be on Zilliqa? What would be an example use case?
Amrit Kumar
@AmritKumar
The first step would be to add libsnark and expose functions in Scilla that will allow ZK proof verification.
Hybridverse Blockchain
@Hybridverse
Maybe are too simple questions, what I want to know is how the end product could look like on the user/dev end, what a user will need to do to implement privacy solutions on ZIL? Install the library? Will it be full or there could be constraints (example things that can be done only on the "main" chain) Teorethically would be possible to build everything that can be built now but in "privacy" mode? I repeat maybe are too simple questions and is early for this features but it looks super interesting
Assuming that the feature is out, as user end, how would it look? I assume there would be a dedicated block explorer as well
Hybridverse Blockchain
@Hybridverse
I'll ask during AMA
These questions are surely simple, I would love to have a general idea of how it can be and what can be done