Gabriel Garrido Calvo

Results 28 issues of Gabriel Garrido Calvo

**Description** Running the following Maven command I throws an Exception due to a missing library: ```bash $>mvn clean package -X ..... Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags at java.lang.ClassLoader.findClass (ClassLoader.java:711) at java.lang.ClassLoader.loadClass...

In order to provide a better integration of the PoC protocol in Lightchain we should provide support for the admin method `addPeer()`. See more information about the expected behaviour at...

enhancement

As Standalone is a local test network for developers, it would be useful to unlock the default from the very first moment.

Remove the creation of the Sirius test wallet `0xd119b8b038d3a67d34ca1d46e1898881626a082b` from the initialization of a new node.

enhancement

Fetch the correct value of the `highestBlock` from the consensus node to display to users when they do the rpc call `eth.synching`. At the moment it displays only one block...

enhancement

Txs are sent via Ethereum API, if tx passes successfully the `tx_pool.validateTx()` it is added into the `txPool` and broadcasted to the local Tendermint node. Once the local Tendermint node...

feature
enhancement

Lightchain uses Ethereum as the blockchain storage and due to that our application need to compliant with Ethereum restrictions. One of them is `timestamp equals parent's`, two consecutive blocks cannot...

bug
research

Currently, we are using a value of 1024 bytes as `max_packet_msg_payload_size`. In order to optimize communication and prevent limitations on the usage of the network, we should evaluate an increment...

research

After the competition of the implementation of the first version of the governance smart contract #172 we have to plan the usage of it: Step 1 - Deploy smart contract...

enhancement

The total amount of spent gas by every txs included in a block should be collected the validator who proposed the block.

feature