eosnetworkfoundation / mandel

Obsolete. Use https://github.com/AntelopeIO/leap instead.
Other
87 stars 27 forks source link

wrong description for db_lowerbound_i64 #777

Closed cc32d9 closed 2 years ago

cc32d9 commented 2 years ago

https://github.com/eosnetworkfoundation/mandel/blob/10b65132505e09ca2e76521beab0b084bf68ef9d/libraries/chain/include/eosio/chain/webassembly/interface.hpp#L847

we've been fighting for correct description of lower and upper bounds in developers.eos.io, but there are still leftovers like this:

Lowerbound record is the first nearest record which primary key is <= the given key.

Should be: key is >= the given key