Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am aboimpinto on github.
  • I am aboimpinto (https://keybase.io/aboimpinto) on keybase.
  • I have a public key ASCdzgBwlyeoDbD-iXtk3bOTOtfIWU0vxSl3cicCj-ePPAo

To claim this, I am signing this object:

@aboimpinto
aboimpinto / CoZ_contributions_77.md
Created December 28, 2018 23:55
Contributions #77

The focus of this week was to debug and work with container as was possible to run 20 instances of the NeoSharpLight syncing different parts of the blockchain.

@aboimpinto
aboimpinto / CoZ_contributions_76.md
Last active December 18, 2018 23:01
Contributions #76

This week the focus of work was create benchmark for 10.000 block import and right now it's possible to import this number of blocks in +/- 15 minutes.

Issues we worked on this week

#39 Configuration fields: ImportFrom, ImportTo and PeerUrl if passeed in the parametersm should override the configuration file (aboimpinto/neo-sharp-light#39)

@aboimpinto
aboimpinto / CoZ_contributions_75.md
Last active December 11, 2018 15:36
Contributions #75
@aboimpinto
aboimpinto / Neo_IDE_Presentation.md
Last active December 11, 2018 12:20
NEO IDE Project

NEO IDE PROJECT

Context

To develop on NEO ecosystem the developer need to configure and maintain an infrastructure:

  • project templates
  • code debugger
  • AVM compiler
  • NEO client that can deploy smart contracts and invoke it / develop his own client using neo-js, neo-lux, neomodules, etc.
  • Containers with neo network where the smart contract will be deployed
@aboimpinto
aboimpinto / CoZ_contributions_74.md
Last active December 11, 2018 15:28
Contributions #74
  • Sync is not made with RPC calls, #37, #38

(https://github.com/aboimpinto/neo-sharp-light/commit/846ec65632248744ea7acd2664e515fdd57ab8e1)

  • Get blocks using RPC call and retrieve the unsync blocks / Create the database structutre in MySQL that will reveive the blocks / Persist the blocks (still not all blocks are able to be persist), #38, #36, #37, #18

https://github.com/aboimpinto/neo-sharp-light/commit/fc34196e0979c516bf83607245a441b0a86617ed

@aboimpinto
aboimpinto / CoZ_contributions_73.md
Last active November 27, 2018 21:58
Contributions #73
@aboimpinto
aboimpinto / CoZ_contributions_72.md
Created November 19, 2018 21:16
Contributions #72

Issues we worked on this week

  • #32 Binary serialization and deserialization
  • #33 Replace Task.Factory.StartNew with Task.Run
@aboimpinto
aboimpinto / NeoAnalytics_Presentation.md
Last active November 6, 2018 23:11
NeoAnalytics: Project presentation

Project

NEO Analytics

The problem / Context

The NEO network is still young and already supports a huge number of transactions per day and as been the target for some spammers.

The current statistics solution are focus on the healthiness of nodes and doesn't answer simples question reagarding the blockchain it self like:

• How is the average occupation of the blocks?