aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/bloom9.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-2/+2
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-2/+2
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-2/+2
* core, eth: clean up bloom filtering, add some testsPéter Szilágyi2017-09-061-18/+10
* core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-061-0/+14
* common/hexutil: implement TextMarshaler, TextUnmarshalerFelix Lange2017-03-021-6/+6
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-3/+3
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-7/+1
* core/vm: move Log to core/typesFelix Lange2017-01-061-2/+1
* core/types: use package hexutil for JSON handlingFelix Lange2016-11-281-10/+3
* core/types, core/vm: improve docs, add JSON marshaling methodsFelix Lange2016-08-041-2/+22
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+4
* core: differentiate receipt concensus and storage decodingPéter Szilágyi2015-10-191-1/+1
* core, eth/filters, miner, xeth: Optimised log filteringJeffrey Wilcke2015-10-171-0/+41
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-2/+2
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* core/types: Changed bloom lookup to take anything bytes backedobscuren2015-04-151-2/+6
* Changed how logs are being recordedobscuren2015-04-081-4/+4
* moved state and vm to coreobscuren2015-03-231-1/+1
* Fixed tests and bloomobscuren2015-03-181-7/+10
* bloomobscuren2015-03-171-3/+4
* converted vmobscuren2015-03-171-3/+3
* updated blockpoolobscuren2015-03-171-3/+3
* block conversionobscuren2015-03-171-3/+3
* Moved ethutil => commonobscuren2015-03-161-4/+4
* Bloom expanded by 4obscuren2015-03-031-3/+4
* Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-051-7/+5
* Log is now interfaceobscuren2014-12-041-2/+2
* Renamed `chain` => `core`obscuren2014-12-041-0/+56