Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
What is the use of configurations in Sandbox test libraries?

What is the usage of the configuration here? Should I worried about it if I am testing my contract?

https://github.com/ton-community/sandbox#networkblock-configuration

  
  
Posted 4 months ago
Edited one month ago
Votes Newest

Answers


This is the network config, which contains several parameters (gas price, for example).
In most cases you will be fine with the default, because it's the same as the real one.

Read more about config in documentation:

  
  
Posted 3 months ago
Daniil Sedov
189 × 6 Administrator
2K Views
1 Answer
4 months ago
one month ago
Tags