Sculptex

Results 17 comments of Sculptex

Can this be implemented in non-breaking fashion? (many times we have breaking changes that hinder progress) That is:- * Add new endpoints **in addition** to existing endpoints * Mark old...

@stewartie4 just to clarify there would be a global flag, not individual ones. And it would be a matter of 2 paths resolving to the same function, one with a...

Let me post some example code; ``` func handlersMap(c Chainer) map[string]func(http.ResponseWriter, *http.Request) { transactionEntityMetadata := datastore.GetEntityMetadata("txn") m := map[string]func(http.ResponseWriter, *http.Request){ ... // NEW REST ENDPOINT, EXISTING SECTION "/v1/block/get/latest-finalized-magic-block": common.UserRateLimit( common.ToJSONResponse(...

It wouldn't be 100+ new branches, the file the code snippet was from had 15 or so paths in the one file. The unit tests would keep using the deprecated...

I don't quite get v2 idea, it seems to be don't change existing bad paths which is what you have problem with in which case they will enter mainnet bad...

@stewartie4 The only reason I chipped in was because you assigned mainnet tag, which I assumed meant to fully implement before mainnet. If it's simply to lay foundation for gradual...

I thought allocation duration/expiry was removed, some of the above comments seem to make no sense in this case?

why should chain owner have this ability?

I don't think this is in the realm of CLI output which should remain in Saswata (10^-10) (smallest units). Only for GUI and formatted commands should currency formatting be used,...