Leon

Results 155 comments of Leon

Looking for opinions - is "Docs" too informal? Should it be "Documentation"? ![Screenshot 2024-03-12 at 21 43 04](https://github.com/gnolang/gno/assets/33522493/2e969135-de6d-4d89-84ee-00b425ee987f) ![Screenshot 2024-03-12 at 21 43 54](https://github.com/gnolang/gno/assets/33522493/b76ae8cd-0922-4f34-bdc9-66032c4d4504)

having the same error. Firstly Prysm synced nicely to the provided checkpoint and was following the chain head. Shut it down in order to set up a systems service, tried...

@tbruyelle If I understand correctly, this only modifies the PrevRealm in case of MsgRun? If so, I changed the name of the PR to make it more clear

@deelawn Good point! I didn't realize we had this in the examples. 2 things: - They are not 100% identical from what I can see - I am not sure...

@deelawn We are using [gnolang/overflow](https://github.com/gnolang/overflow) to check our coins in tm2 in [coin.go](https://github.com/gnolang/gno/blob/f4cb57d2efd0f03fdcfb642b358239f7543de897/tm2/pkg/std/coin.go#L11), while the [examples version](https://github.com/gnolang/gno/blame/master/examples/gno.land/p/demo/maths/overflow.gno) package is slightly different - reference the top comment in the `examples/` package....

From the PR review call on March 14th, discussing this with @jaekwon: - Port `math/overflow` into the GnoVM stdlibs to be used for smaller ints (int64 & less), - Add...

@thehowl @kristovatlas I've looked at your comments & suggestions. Can we move forward with this merge? @thehowl, once we merge this, I can update the gnolang/overflow repo to match.

Trying to fix the tests, I'm running into a weird issue: - Some `const`s are defined in `stdlibs/math/const.gno`, contained within the `math` package - Overflow is using them but it...

@thehowl Ok, this is the current state: Fixed up the doc comment, and moved the tests around as you suggested [here](https://github.com/gnolang/gno/pull/1698#pullrequestreview-1914555854). Removed `p/demo/maths`, but since it also included some functionality...

Additionally, since staging is being reset frequently, it is possible to set its `chainID` to say, `staging`.