Sean

Results 36 comments of Sean
trafficstars

https://github.com/ethereum/go-ethereum/pull/24364/files has an implementation of JWT

Thanks for raising this! yeah looks like ledger-cli isnt handling that amount figure correctly. Will have a check tonight and see what i can figure out.

#161 partially solves this. Would probably also like a `ledger-cli` command to create an account and optionally tag it. Right now the accounts are really only made by a journal...

Low Priority: - [ ] Create command in ledger-cli to create an account (optionally tag main) - [ ] Enforce creation of accounts through that command and do not create...

Hi tbrtje! Thanks for raising this, I dont personally use a mac and it hadn't even occurred to me to build this in. We use xgo (src.techknowlogick.com/xgo) to cross compile...

Ledger_cli json journal for example specifies payee instead of description

Partially implemented with #83 This only fires up an in memory sqlite database for godbledger. And also only a single test. To implement a test for the MySQL backend and...

This is ongoing, currently in the `tests` directory there is a go test that fires up an instance of GoDBLedger locally and then sends off a single test transaction to...

Made bulk updates to the integration tests, will now run multiple godbledger servers (3) and then runs a test in each one. These are not done in parallel currently and...

Todo items - [ ] Run the tests a second time using the mysql database instead of just the sqlite memory database. Github actions should be able to handle this....