Albert Le Batteux

Results 39 comments of Albert Le Batteux

Any update on LTE ? is it working ?

Hello, any update on this ? i really need the serialize / deserialize feature :) (I'm new with rust, still hard for me to implement :/ )

I would also be really interested by doing this. I need to have some authenticated routes, and some not. So your advice would be to : 1) Create 2 services...

Just see the pipeline failed with : ``` panic: got unexpected error: interface conversion: gno.Type is *gno.DeclaredType, not *gno.MapType [recovered] panic: got unexpected error: interface conversion: gno.Type is *gno.DeclaredType, not...

Using `avl` get me this error ```bash $ make test test.files1 panic: got unexpected error: std/addr_set.gno:1: unexpected type declaration type *gno.StarExpr [recovered] panic: got unexpected error: std/addr_set.gno:1: unexpected type declaration...

@moul i've fixed everything, i had to add the avl package in stdlbs, what do you think of this ? `make test.go1` is a success

Hey ! i could give a hand on this :) ping me once you're done refactoring Here some useful libraries: - https://github.com/iden3/circom + https://github.com/gakonst/ark-circom - https://docs.rs/dusk-poseidon/latest/dusk_poseidon/ I'll keep updating this...

Any update/ ETA on this ?

@havaCreator in the mean time, i used a python script to export the voters ```python #!/usr/bin/env python3 import json import requests RPC_URL="http://localhost:1317" BLOCK_HEIGHT = "10611900" def merge_and_sum(dict1, dict2): # Create...

Script to get the list ```bash $ go list -f '{{ .Deps }}' ./pkg/... | grep -Eo "github.com/ignite/cli/ignite/[^ ]*" | grep -v "github.com/ignite/cli/ignite/pkg" | sort | uniq github.com/ignite/cli/ignite/chainconfig github.com/ignite/cli/ignite/chainconfig/config github.com/ignite/cli/ignite/chainconfig/v0...