Sean

Results 36 comments of Sean
trafficstars

e2e tests appear to be picking up configuration from my local installation (~/Library/ledger/config.toml) which is unexpected. the tests would be safer (i.e. more isolated and predictable) if they don't depend...

Yeah the evaluator type could definitely be refined. The TransactorClient and transaction package is generated by GRPC though so its not really something we can add to. Its more that...

I'm thinking that there should be a common interface that can be implemented in both mysql and sqlite. It can maintain a pool of available servers that tests can be...

``` n_layer = 12 n_head = 12 n_embd = 768 ``` Yeah that absolutely is going to be the reason, appreciate the response!

+1 for this method, we are using it to track the storage merkle root of our contract

Thanks for the PR! Is this compiling? Seeing this error in the CI ``` /drone/src/src/simplewallet/simplewallet.cpp: In member function 'bool cryptonote::simple_wallet::ons_lookup(std::vector)': /drone/src/src/simplewallet/simplewallet.cpp:7199:25: error: 'const class nlohmann::basic_json' has no member named 'name_hash'...

Agree, think we also lost some information between dev becoming the main branch and the readme that was on the master branch

Potentially https://radicle.xyz/

Have updated with the comments, few notes: 1. Added the `UNSTAKE_BURN_FIXED` constant to oxen_economy.h and created a new section to store staking fees constants. I saw a note on the...

Would you do this after every command is executed? Such as Encrypt(command) -> prepend to history file