Bernardo Ramos

Results 65 issues of Bernardo Ramos

Nice work! Thank you! Although I cannot understand the function prefixes as they are cryptic. eg: bp_ bu_ bsp_ mpz_ What do they stand for? Is there any correlation/meaning table?...

Make the readme a little more clear

This appears when clicking on "Run demo" button from the sample/test demo: ``` TypeError: null is not an object (evaluating 'NativeModules["SQLite"][method]') at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException at node_modules/react-native/Libraries/Core/ExceptionsManager.js:171:19 in handleException at...

I saw that in the video the radiswap example worked even using the `new_token_fixed()` instead of `new_badge_fixed()` Could this lead to some undesired behaviors, like a breach for attacks? It...

question

Maybe some day Scrypto could use variables that represent fractions (rational numbers) with numerator and denominator, like [num-rational](https://github.com/rust-num/num-rational/blob/master/src/lib.rs) In this way we could use the simple syntax (easier to understand)...

enhancement

For many coins the Uniswap Pool and the Trade are not showing the price of the token, even being so easy to calculate the price using the current rate of...

This implements the feature of [Composable Transactions](https://github.com/aergoio/aergo/wiki/Composable-Transactions)

feature
V5

Suppose this case: Contract A calls contract B via a protected call (pcall) Contract B emits an event and then fails on an assertion The execution returns to contract A,...

bug
V4

This line has a `nil` in the first argument: ```lua local value = contract.call(nil, "get_value") ``` It fails with this error: ``` bad argument #2 to 'call' (string expected, got...

bug

Currently some functions on smart contracts accept amounts with unit, like: ``` 1 aergo 15 aergo 200 aergo ``` But when we specify a decimal amount like "1.5 aergo", they...

feature
V4