-
My contract is 0x106eadb44566c32132b027684f9c5b3c26d404b8
Contract name GIVE A CAKE, BSC
Example of call I made through bscScan, Write Contract
https://bscscan.com/tx/0xd5e8099831ea95c441215b2…
-
https://github.com/B-Lang-org/bsc/blob/main/src/Libraries/Base3-Math/FloatingPoint.bsv,
line 3156 says:
// todo: does this work for subnormal?
it seems that, no, it does not work for subnormal …
-
figure out the correct date for the buffers publication
-
I'm trying to replay and to test sendTransactions of some pending transactions.
I fork on the last block with unlocking the adresses needed
but Im always getting one of this transactions : …
-
_From @joncison on July 18, 2018 14:48_
@matuskalas says (from RostLab meeting 2016):
_- Modeling of versions may need rethinking: if we have multiple versions for a single tool for instance, then…
-
Design and implement a way to manage memory leaks caused by several requests at the same time (accounting)... Most of the memory management design can be found here:
## Memory management design
[…
-
The following ReScript code
```rescript
type status1 = OPEN | CLOSED
let isOpen1 = (status: status1) =>
switch status {
| OPEN => true
| CLOSED => false
}
type status2 = [#OPEN |…
-
[ex.zip](https://github.com/sasa33k/Testing/files/1693488/ex.zip)
-
- [ ] Tool discoverer
- [ ] Tool finder
- [ ] FAIR tool discoverer
FuqiX updated
2 years ago
-
For some reason `finddir` returns the full path on my system so `getCwd() . finddir()` causes the path to be `/Users/user/path/to/project//Users/user/path/to/project/node_modules/...`. I had to remove…