Hans Svensson

Results 60 comments of Hans Svensson

There is no uniqueness check for transactions as far as I know? @velzevur or @uwiger can correct me here, maybe? It could be done, I guess, but I'm not convinced...

During sync we already log things like: ``` 2024-01-18 09:17:34.886 [info] @aec_sync:post_blocks:{951,5} Synced blocks 889343 - 889344 (2 generations (104.70 ms/gen), 37 mblock(s), 41 tx(s)) ``` Collecting that data (this...

The contract PoI contains the full contract information, including the contract state/store if I remember correctly. `-define(STORE_PREFIX, ).` - should explain the `0x10` you saw 🤔 Depending on the use-case...

Delegating name operations to a contract is an advanced feature - I'm not sure that making expensive bids on a name is the biggest problem you'd have if you've delegated...

What we would really like is an arbitrary sized binary/bytes type in Sophia - let's add that to the wish-list

This is a contract that tests a concept not sure why the naming has any relevance - but it is open source, so feel free to make a PR 👍

Starting the node without any config will default to logging being on though, right? To achieve this you need to (either statically or programatically) modify `lager` application configuration (originating from...

It is a general top level response from the overload protection, so it should be added for every endpoint I guess.

As you know I am no API fanatic, but isn't the proper way to rename a field to first serve both, while deprecating the old one?