Commit Graph

20 Commits

Author SHA1 Message Date
Mohamed Sohail dbcc03d1e8
Update README.md 2022-08-09 15:02:00 +03:00
DeepSource Bot 5d2daa2c8e Add .deepsource.toml 2022-06-21 07:38:06 +00:00
Mohamed Sohail 2070f9afcd
Merge pull request #7 from grassrootseconomics/sohail/total-supply
add: (feat) erc20 total supply
2022-05-23 12:49:40 +03:00
Mohamed Sohail 9a7dc6457e
add: (feat) erc20 total supply 2022-05-23 12:47:10 +03:00
Mohamed Sohail a3052d9e21
fix: pointer param for provider 2022-05-18 13:41:55 +03:00
Mohamed Sohail 7eba3182ed
refactor: rpc provider (#6)
- provider now lives on its own
- existing modules need the provider as a param
2022-05-18 12:52:50 +03:00
Mohamed Sohail 7f771ccfb1
Merge branch 'sohail/balances-query' 2022-05-17 20:38:27 +03:00
Mohamed Sohail 07f74ad1ce
ci: fix missing env var 2022-05-17 20:36:30 +03:00
Mohamed Sohail 8ebcbbf479
add: (wip) on-chain balance query (#5)
* add: smart-contracts

* add: implement and test

changes to contract:
- returns 0 instead of false error status
- func return type is []big.Int

* fix: test name

* fix: (test) env var name
2022-05-17 20:33:03 +03:00
Mohamed Sohail c090d30253
fix: (test) env var name 2022-05-17 20:27:35 +03:00
Mohamed Sohail c00bcd84e9
fix: test name 2022-05-17 16:28:30 +03:00
Mohamed Sohail c34e1444dc
add: implement and test
changes to contract:
- returns 0 instead of false error status
- func return type is []big.Int
2022-05-17 16:06:19 +03:00
Mohamed Sohail 2c8c45ba17
add: smart-contracts 2022-05-14 11:16:47 +03:00
Mohamed Sohail 098ad25b39
Rename depandabot.yml to dependabot.yml 2022-05-11 12:30:02 +03:00
Mohamed Sohail a759e7aa16
Merge branch 'master' of https://github.com/grassrootseconomics/cic_go 2022-05-09 11:06:16 +03:00
Mohamed Sohail 63cfc4e8a9
docs: release v1.1.0 2022-05-09 11:06:00 +03:00
Mohamed Sohail 79634affb8
refactor: tests and structure (#3)
module:
- cic-go

packages:
- cic/meta
- cic/net

other fixes:

- nonce is now a settable value
- package init outside test runner scope
2022-05-09 10:58:04 +03:00
Mohamed Sohail 7731a23e35
update: (cic_net) add new methods and tests (#1)
* update: (cic_net) add new methods and tests

* add: write tx methods and tests

- add ci for testing
- coveralls for coverage

* ci: add test environment

* ci: expose secrets to env

* docs: add badges
2022-05-08 14:13:45 +03:00
Mohamed Sohail cc08fac416
release: v0.1.0 2022-05-06 14:19:44 +03:00
Mohamed Sohail 2f2b7c995b
Initial commit 2022-05-06 14:18:08 +03:00